Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Nethereum/Nethereum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.25.0
Choose a base ref
...
head repository: Nethereum/Nethereum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.26.0
Choose a head ref
  • 8 commits
  • 21 files changed
  • 1 contributor

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    a5eb2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e2ae82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44307d2 View commit details
    Browse the repository at this point in the history
  4. KeyEncoder and ValueDecoder changes

    ValueDecoder enables to decode to default values when there is no more bytes to decode
    KeyEncoder fix on setting up keys
    TableTableRecord can generate a TableSchema
    juanfranblanco committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5b0ab1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f860291 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99f16f7 View commit details
    Browse the repository at this point in the history
  7. Postgres StoreRecords Normaliser

    Processing service to normalise all the tables and records from the StoredRecords table populated by the Store event logs.
    Process, for each store record, it validates that the table matching the tableId has been created, if not a new one will be created using the column mapping types from the schema in the blockchain. Per each row all the data will be decoded in a generic format and then inserted or updated on the database.
    
    Singleton tables are always created with an Id and key of 1 to simplify them.
    An Progress table is also is created in the database to keep track of the last blocknumber and rowId processed so the processing can be paged (configurable)
    juanfranblanco committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d89965a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. update version

    juanfranblanco committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    019a4b5 View commit details
    Browse the repository at this point in the history
Loading