Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of the accounts method #2190

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 8, 2024

  1. Change ID of blade user

    bane committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0e1c35f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#148)

    * Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
    
    Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3.
    - [Release notes](https://github.com/go-jose/go-jose/releases)
    - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md)
    - [Commits](go-jose/go-jose@v3.0.1...v3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Format go.mod
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Stefan Negovanović <[email protected]>
    dependabot[bot] and Stefan-Ethernal authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    692c06d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Minor changes

    bane committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    eda36ff View commit details
    Browse the repository at this point in the history
  2. Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.60.0 to 1.61.0 (#143)

    Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.60.0 to 1.61.0.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/DataDog/dd-trace-go.v1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b216756 View commit details
    Browse the repository at this point in the history
  3. Set versioning build flags in the goreleaser (#131)

    * added versioning flags
    
    * comment fix
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    dusannosovic-ethernal and Stefan-Ethernal authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c85df85 View commit details
    Browse the repository at this point in the history
  4. fix (#152)

    goran-ethernal authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9e1e2a7 View commit details
    Browse the repository at this point in the history
  5. Remove unused parameters (#151)

    Co-authored-by: Goran Rojovic <[email protected]>
    Stefan-Ethernal and goran-ethernal authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c681a63 View commit details
    Browse the repository at this point in the history
  6. jsonrpc with https

    oliverbundalo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    339ed1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ff4220 View commit details
    Browse the repository at this point in the history
  8. lint fixes

    oliverbundalo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a8d32b6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #154 from Ethernal-Tech/feat/tls

    jsonrpc with https
    oliverbundalo authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c99a5c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Execute EVM benchmark subtests independently (#150)

    * Change the way EVM benchmark subtests are ran
    
    * Remove redundant listFolders call
    
    * Do not execute EVM state tests multiple times
    
    * Remove listFolders function
    Stefan-Ethernal authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e1d1dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1f934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee6a845 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Fix for e2e polybft yml

    oliverbundalo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    297903e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f5b78 View commit details
    Browse the repository at this point in the history
  3. added constructor for all types of transactions (#153)

    * added contructor for all types of transactions
    
    * legacy transaction test fix
    
    * other transactions test fix
    
    * legacy test fix
    
    * state test fix
    
    * comment fix
    dusannosovic-ethernal authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6501516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a901748 View commit details
    Browse the repository at this point in the history
  5. sudo ls -l

    oliverbundalo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    88d032c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe9fe51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    def5868 View commit details
    Browse the repository at this point in the history
  8. Try with 755 for folder

    oliverbundalo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5abf5bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23c746e View commit details
    Browse the repository at this point in the history
  10. Revert "Merge branch 'develop' into develop"

    This reverts commit 23c746e, reversing
    changes made to 6501516.
    goran-ethernal committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ccea3a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7995d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request #158 from Ethernal-Tech/feat/tls

    TLS certificate on CI
    oliverbundalo authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    efdee00 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#157)

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4fb71bd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    00dcb4b View commit details
    Browse the repository at this point in the history
  2. New 'Ethereum JSONRPC' client implementation (#160)

    * New EthClient
    
    * Remove unused code
    
    * CallMsg
    
    * e2e test
    
    * Lint fix
    
    * Remove temporary test
    
    * Fix e2e test
    
    * Fix the tests version
    
    * Go mod tidy and use the Keccak256 from the crypto pkg
    
    * Place github.com/valyala/fastjson among the direct deps
    
    * Comments fix
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    goran-ethernal and Stefan-Ethernal authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e6f539c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Introduce ECDSAKey and decouple from ethgo lib transactions signi…

    …ng logic (#112)
    
    * Introduce ECDSAKey and decouple from ethgo transactions signing logic
    
    * Fix panic in e2e test(s)
    
    * Fix checkpoint manager unit tests
    
    * Try to fix extract signature failure
    
    * Change signature of sign callback function
    
    * Use the latest signer in the tx relayer
    
    * Minor fixes
    
    * Fix panic when unsigned transaction is sent to txrelayer
    
    * Instantiate LondonOrBerlin signer in the TestCluster.SendTxn
    
    * Minor change
    
    * Lint fix
    
    * Build fixes
    
    * Add log to tx pool
    
    * Typo fix and small simplification
    
    * Build fix
    
    * callback function fix
    
    * rebase fixes
    
    * lint fix
    
    * fixes for e2e
    
    * migration test fix
    
    * transactionWithHeaderInstructions fix
    
    * Fix linters
    
    * Fix linter (uncapitalize param name)
    
    * Remove debug log
    
    * Adapt the unit test
    
    * Merge fix
    
    * Fix TestE2E_JsonRPC_NewEthClient
    
    * Lint fix
    
    * comment fix
    
    * lint fix
    
    * test fix
    
    * one more transaction contructor
    
    ---------
    
    Co-authored-by: Dusan Nosovic <[email protected]>
    Stefan-Ethernal and dusannosovic-ethernal authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a76534d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Update e2e-polybft/e2e/storage_test.go

    Co-authored-by: Goran Rojovic <[email protected]>
    oliverbundalo and goran-ethernal authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    40765a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd1f94 View commit details
    Browse the repository at this point in the history
  3. PR comments - completed

    oliverbundalo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1c9a2d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    416a2b0 View commit details
    Browse the repository at this point in the history
  5. Merge

    oliverbundalo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4e6cd79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2dd121 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Validator Snapshot bug fix (#164)

    * Fix
    
    * reorganize test
    
    * comments fix
    
    * Simplify creation of snapshot
    
    * comments fix
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    goran-ethernal and Stefan-Ethernal authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    badef47 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. offset increase

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8e616e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096a568 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #126 from Ethernal-Tech/feat/state-db-refactoring

    LevelDB with 2 databases
    oliverbundalo authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1c1d7f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b83de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0cc224 View commit details
    Browse the repository at this point in the history
  6. missed save

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7ec95ee View commit details
    Browse the repository at this point in the history
  7. lint fix

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d06664e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcb840c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6ff7f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edc5064 View commit details
    Browse the repository at this point in the history
  11. comment fix

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2e64343 View commit details
    Browse the repository at this point in the history
  12. test fix

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1b2b199 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f6bc12b View commit details
    Browse the repository at this point in the history
  14. linter fix

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0c60644 View commit details
    Browse the repository at this point in the history
  15. comment fix

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    094accc View commit details
    Browse the repository at this point in the history
  16. linter

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a68a0b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fd026a2 View commit details
    Browse the repository at this point in the history
  18. desc change

    dusannosovic-ethernal committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c282887 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Implemented GetHeaderByNumber and GetHeaderByHash (#149)

    * implemented methods: eth_getHeaderByNumber
    eth_getHeaderByHash.
    
    * The following methods were created: eth_createAccessList, eth_coinbase, eth_getBlockReceipts, txpool_ContentFrom
    
    * fix lint
    
    * CR fix, part 1
    
    * CR fix, part 2
    
    * lint fix
    
    * created UTs for methods: eth_createAccessList, eth_getBlockReceipts, txpool_ContentFrom
    
    * e2e test for eth_getBlockReceipts
    
    * e2e remove
    
    * CR fix
    
    * Remove dummy comment
    
    * CR fix
    
    * lint fix
    
    * CR fix  and new tests e2e have been added
    
    * Address comments
    
    * Minor simplification
    
    * Minor changes in eth_getBlockReceipts
    
    * e2e test fix and cr fix
    
    * lint fix
    
    * e2e
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    novosandara and Stefan-Ethernal authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c8b4771 View commit details
    Browse the repository at this point in the history
  2. Release fixes (#167)

    bane authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c37f113 View commit details
    Browse the repository at this point in the history
  3. [BLADE-113] GitHub workflow changes (#146)

    * GitHub workflow and Slack notifications changes
    
    * Small fixes
    
    * Deploy notification fixes
    
    * Small fixes
    
    * Small fixes
    
    * Small fixes
    
    * Destroy notification fixes
    
    * Destroy notification fixes
    
    * Fixed Restore data Ansible command
    bane authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c756706 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51dea59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98bec50 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #168 from Ethernal-Tech/remove-multiple-leveldb-in…

    …stances
    
    2nd leveldb database instance removal
    oliverbundalo authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    111586d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    307c7bb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Workflow fixes (#171)

    * Workflow fixes
    * Small fixеs
    * Enable London fork; Disable bridge
    bane authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    18ed872 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    a99aece View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fix (#172)

    goran-ethernal authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    13b3d95 View commit details
    Browse the repository at this point in the history
  2. [BLADE-138] Consolidate TestTxn to use TxRelayer (#174)

    * fix
    
    * lint fix
    
    * storage test fix
    
    * comments fix
    
    * fix
    
    * fix
    goran-ethernal authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5751c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b688a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    45b455e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de0b24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cfc3a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac1ed52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fabeafa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d262a72 View commit details
    Browse the repository at this point in the history
  7. Bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#181)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.20.0 to 0.21.0.
    - [Commits](golang/crypto@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    760f638 View commit details
    Browse the repository at this point in the history
  8. Bump golang.org/x/tools from 0.18.0 to 0.19.0 (#182)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2fa376d View commit details
    Browse the repository at this point in the history
  9. Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 (#183)

    Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4.
    - [Release notes](https://github.com/golang/protobuf/releases)
    - [Commits](golang/protobuf@v1.5.3...v1.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    240be23 View commit details
    Browse the repository at this point in the history
  10. Bump cloud.google.com/go/secretmanager from 1.11.5 to 1.12.0 (#185)

    Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) from 1.11.5 to 1.12.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@secretmanager/v1.11.5...dlp/v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/secretmanager
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    118018c View commit details
    Browse the repository at this point in the history
  11. Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.61.0 to 1.62.0 (#184)

    Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.61.0 to 1.62.0.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/DataDog/dd-trace-go.v1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    da15fcf View commit details
    Browse the repository at this point in the history
  12. PR changes

    oliverbundalo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    aaf1dc8 View commit details
    Browse the repository at this point in the history
  13. Fix linter configuration (#187)

    * Fix warning
    
    * Bump the version of golangci tool to the latest
    
    * Remove version parameter
    Stefan-Ethernal authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    51a8788 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94c8c58 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #188 from Ethernal-Tech/feat-extend-db-tests

    Add read threads to storagev2 leveldb unit test
    oliverbundalo authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1b47a22 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    6aee40c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885d222 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    ba4c53d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    ef5db7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e50904 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. PR fixes

    oliverbundalo committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6cc373a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from Ethernal-Tech/feat/jsonrpc-cert-secret-m…

    …anager
    
    Secret manager for json RPC TLS
    oliverbundalo authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    aca4572 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    ddd7fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f8e718 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Add version metadata to the logs (#191)

    * Add version metadata to the logs
    
    * Lint fix
    Stefan-Ethernal authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    03a2107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de9583 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from Ethernal-Tech/feat/benchmark-tests

    Benchmark tests for DBs
    oliverbundalo authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6dda350 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    2cb012f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #193 from Ethernal-Tech/feat/tls-command

    Create TLS certificate with command / load TLS certificate from configuration
    oliverbundalo authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5d6017f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Load test runner implementation (#194)

    * Load test runner implementation
    
    * UTs build fix
    
    * Lint fix
    
    * load-test command
    
    * Better UX
    
    * add ZexCoin to test artifacts
    
    * add erc20 test name log
    
    * gas price increase
    
    * collect all errors for tx sending and just log them
    
    * stale sequence check (temp fix)
    
    * more gasPrice increase
    
    * gather receipt errors and print them
    
    * lint fix
    
    * feeData
    
    * Lint fix
    
    * fix
    
    * ERC721 support
    
    * results to json file
    
    * lint fix
    
    * remove comment
    
    * receipts gather in separate routines
    
    * remove receipts timeout from fund and deploy functions
    
    * ticker timeout and gasPrice increase
    
    * lock in gathering receipts
    
    * increase maxDemotionsNum
    
    * waitForTxPool flag, and gathering results in parallel
    
    * lint fix
    
    * fix ut
    
    * Go mod tidy
    
    * comments fix
    
    * lint fix
    
    * more statistics
    
    * small fix
    
    * small fix
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    goran-ethernal and Stefan-Ethernal authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    162382e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    6f675df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #196 from Ethernal-Tech/bug/erc20-freeze-fix

    Fix for ERC20 load test freeze
    oliverbundalo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ebee469 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8690395 View commit details
    Browse the repository at this point in the history
  4. Add verbose logging to the transactions execution (#195)

    * Implement fmt.Stringer in the Header and Transaction
    
    * Log block transactions when executing a block
    
    * Log genesis configuration on debug level
    
    * Changes in the FSM logs
    
    * Address comments
    
    * Remove unused param from test
    
    * Lint fix
    
    * Minor change
    
    * Address comment
    Stefan-Ethernal authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7de79dc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. ResetWithHeaders optimization (#198)

    * fix
    
    * reorg
    
    * small optimization
    
    * comments fix
    
    * ut fix
    goran-ethernal authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bd84444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b90c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    05a1235 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #200 from Ethernal-Tech/bug/libp2p-max-message-size

    libp2p pubsub max message size set to 4 MB
    oliverbundalo authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ce6d722 View commit details
    Browse the repository at this point in the history
  3. Reuse the ProcessBlock from the Executor in the `BlockchainWrappe…

    …r` (#201)
    
    * go mod tidy
    
    * Reuse the Executor.ProcessBlock and enhance logs
    Stefan-Ethernal authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0e09b0e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Load test with mixed transactions (#203)

    * mixed txs load test
    
    * lint fix
    
    * lint fix
    goran-ethernal authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    20485ee View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.22.0 to 0.23.0 (#202)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4878159 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. E2E tests for eth_createAccessList and eth_getBlockReceipts (#173)

    * e2e tests for eth_getHeaderByHash and  eth_getHeaderByNumber
    
    * e2e fix
    
    * eth_getBlockReceipts e2e test
    
    * UT fix
    
    * eth_createAccessList e2e test.
    
    * CR fix
    
    * e2e eth_createAccessList fix
    
    * Fix the e2e test
    
    * Lint fix
    
    * Uncomment code
    
    * Fix the e2e tests
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    novosandara and Stefan-Ethernal authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b1c6cf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Change Load Testing tool; Add gossipMessageSizeFlag (#206)

    * Load Test changes; Minor changes
    
    * tool fix
    
    * Minor changes
    
    * Change JSON RPC batch limit
    
    * gossip-msg-size flag on server command
    
    * Added `gossip_msg_size` flag
    
    * Small changes
    
    * small fix
    
    * Golang fixes; Notification changes; Add ERC721 Notification
    
    * Minor changes
    
    * UT fix
    
    ---------
    
    Co-authored-by: Goran Rojovic <[email protected]>
    bane and goran-ethernal authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ef2ec29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4da0db0 View commit details
    Browse the repository at this point in the history
  3. EIP1559 token burning fix (#209)

    * burn tokens only if token is L1 originated
    
    * remove comment
    goran-ethernal authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dc77972 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    6fd97b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697b557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbeb0fc View commit details
    Browse the repository at this point in the history
  4. Addressing PR comments

    oliverbundalo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b633fb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c84654 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b857895 View commit details
    Browse the repository at this point in the history
  2. Adjust round 0 timeout for go-ibft (#204)

    * Fix comment
    
    * Set round 0 timeout as twice the block time in case block time is greater than default round 0 timeout
    
    * Adapt base round timeout on every block, because block time could have been affected by the governance
    
    * Address feedback
    
    * Optimization
    
    * Fix UTs
    Stefan-Ethernal authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ec98fb4 View commit details
    Browse the repository at this point in the history
  3. PR comments

    oliverbundalo committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    723a0fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9e2c1d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #210 from Ethernal-Tech/bug/txpool-keep-txs

    Fix for txpool loosing txs
    oliverbundalo authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b9f6de8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    0918357 View commit details
    Browse the repository at this point in the history
  2. PR fix

    Co-authored-by: Stefan Negovanović <[email protected]>
    oliverbundalo and Stefan-Ethernal authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dd2b3b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from Ethernal-Tech/enh/sequence-cancelled-cal…

    …lback
    
    SequenceCancelled backend callback
    oliverbundalo authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a840725 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Nightly changes (#214)

    bane authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c969b60 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    e7cecd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6e571 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    81a3e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2e4f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4aad31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    116cd4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ec0c80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce96fac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    583b516 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Updated polybft package README.md (#215)

    * Update polybft README.md
    
    * small typo fix
    
    * comments fix
    goran-ethernal authored May 7, 2024
    Configuration menu
    Copy the full SHA
    54ec974 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/erigontech/mdbx-go from 0.37.2 to 0.38.0 (#219)

    Bumps [github.com/erigontech/mdbx-go](https://github.com/erigontech/mdbx-go) from 0.37.2 to 0.38.0.
    - [Release notes](https://github.com/erigontech/mdbx-go/releases)
    - [Changelog](https://github.com/erigontech/mdbx-go/blob/master/CHANGES.md)
    - [Commits](erigontech/mdbx-go@v0.37.2...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/erigontech/mdbx-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    ad7900f View commit details
    Browse the repository at this point in the history
  3. Bump libp2p dependencies (#228)

    * Bump the libp2p dependencies
    
    * Formatting
    Stefan-Ethernal authored May 7, 2024
    Configuration menu
    Copy the full SHA
    abef791 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Commitment deadlock fix

    oliverbundalo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d626d72 View commit details
    Browse the repository at this point in the history
  2. Bump the tests version to the v13.3 (#233)

    * Bump the tests version to the v13.3
    
    * EIP-7610
    
    ---------
    
    Co-authored-by: Goran Rojovic <[email protected]>
    Stefan-Ethernal and goran-ethernal authored May 13, 2024
    Configuration menu
    Copy the full SHA
    50cea00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d06e79 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Revert previous change

    oliverbundalo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a42b8d5 View commit details
    Browse the repository at this point in the history
  2. Remove extra exit with out of the gas error (#232)

    * Remove exit with out of gas error from outside of consumeGas
    
    * Minor optimization with regards to logging
    
    * Remove lint suppression
    
    * Return out of gas error in case there is a transaction with more than block gas limit
    Stefan-Ethernal authored May 14, 2024
    Configuration menu
    Copy the full SHA
    88a1155 View commit details
    Browse the repository at this point in the history
  3. Commitment deadlock fix

    oliverbundalo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2d21e5d View commit details
    Browse the repository at this point in the history
  4. PR fix

    Co-authored-by: Stefan Negovanović <[email protected]>
    oliverbundalo and Stefan-Ethernal authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d8f6418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82838f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd59df4 View commit details
    Browse the repository at this point in the history
  7. e2e fixes

    oliverbundalo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    60d21ba View commit details
    Browse the repository at this point in the history
  8. PR fixes

    oliverbundalo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    67293d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f18bea View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Block Time change through governance e2e test (#237)

    * new e2e test
    
    * lint fix
    
    * comments fix
    goran-ethernal authored May 15, 2024
    Configuration menu
    Copy the full SHA
    461b27f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. UT improvements

    oliverbundalo committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3c7d169 View commit details
    Browse the repository at this point in the history
  2. Check txpool_status after every Load Test (#236)

    * Added `txpool status` after every Load Test
    
    * Minor fixes
    
    * load test fix
    
    * load test fixes
    
    * Change `txpool_timeout`; Remove unused files
    
    * Added MIXED Load Testing
    
    * Fix Load Test command
    
    * Increased ERC721 LT timeout
    
    ---------
    
    Co-authored-by: Goran Rojovic <[email protected]>
    bane and goran-ethernal authored May 16, 2024
    Configuration menu
    Copy the full SHA
    c05405c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Addressing PR comments

    Co-authored-by: Goran Rojovic <[email protected]>
    oliverbundalo and goran-ethernal authored May 17, 2024
    Configuration menu
    Copy the full SHA
    473c974 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    2871778 View commit details
    Browse the repository at this point in the history
  2. Addressing PR comments

    oliverbundalo committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e39ce26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f50a0fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37419d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5d35fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a66b123 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge pull request #244 from Ethernal-Tech/tests/throttling-times

    Modify throttling UT times
    oliverbundalo authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a2a4e75 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Sanity check tests (#240)

    * sanity check tests
    
    * unstake sanity check test
    
    * sanity check command
    
    * save results to json
    
    * lint fix
    
    * result to json fix
    
    * register validator sanity check test
    
    * comments update
    
    * withdraw rewards sanity check test
    
    * comments change
    
    * unstake all sanity check test
    
    * small fixes
    
    * TestBatchTx_SingleAccount UT, revert previous change, increase timeout
    
    * TestBatchTx_SingleAccount start pooling events asap
    
    * Added time.Sleep into failing UTs
    
    * Added sleep into prune signals promotion UT
    
    * PR comments for TestBatchTx_SingleAccount
    
    * comments fix
    
    ---------
    
    Co-authored-by: Oliver Bundalo <[email protected]>
    goran-ethernal and oliverbundalo authored May 22, 2024
    Configuration menu
    Copy the full SHA
    cac7dda View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix for UT TestSlots

    oliverbundalo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    399faa7 View commit details
    Browse the repository at this point in the history
  2. Old storage delete

    oliverbundalo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    409e10d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ac5d03 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. E2E test native tokens bridge more than 0x0 balance (#253)

    * Implement e2e test
    
    * Rename test and add comment
    
    * Linters fix
    
    * Shorten test execution
    
    * Extract logs count to a constant
    Stefan-Ethernal authored May 28, 2024
    Configuration menu
    Copy the full SHA
    0a412e3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Introducing OptimizedStack based on uint256 integers (#170)

    * Introducing OptimizedStack based on uint256 integers (#156)
    
    * Introducing OptimizedStack based on uint256 integers.
    
    * Replacing big.int with uint256 for jump instruction.
    
    * Update state/runtime/evm/instructions.go
    
    Co-authored-by: Goran Rojovic <[email protected]>
    
    * Code review fixes.
    
    * opMStore is changed to use newly introduced WriteToSlice() function with unrolled loop. This allows CPU to execute multiple instructions in parallel providing >200% increased speed compared to uint256.WriteToSlice() implementation. If needed, can be additionally implemented for different array lengths.
    
    * Fixing linter errors.
    
    * setBytes to use uint256 instead of big.int.
    
    * Fixing linter errors.
    
    * Go mod tidy
    
    * Lint fix
    
    * Revert go version
    
    * Address comments
    
    * Remove pointer dereferencing and use value type reference
    
    ---------
    
    Co-authored-by: Goran Rojovic <[email protected]>
    Co-authored-by: Stefan Negovanović <[email protected]>
    
    * Updating tracer to use optimized stack directly, instead of big.int.
    
    * Removing remaining big.int references from instructions.go and state.go where possible. Removing unused functions and constants.
    
    * Adding error handling for invalid balance and invalid message value.
    
    * Adding benchmark tests for OptimizedStack.
    
    * Group dependencies
    
    * Fixing state error code name for errInvalidBalanceValue.
    
    ---------
    
    Co-authored-by: cokicm <[email protected]>
    Co-authored-by: Goran Rojovic <[email protected]>
    3 people authored May 29, 2024
    Configuration menu
    Copy the full SHA
    f20097c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7dd15b View commit details
    Browse the repository at this point in the history
  3. linter fix

    oliverbundalo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    73ef832 View commit details
    Browse the repository at this point in the history
  4. PR fix

    Co-authored-by: Goran Rojovic <[email protected]>
    oliverbundalo and goran-ethernal authored May 29, 2024
    Configuration menu
    Copy the full SHA
    3805340 View commit details
    Browse the repository at this point in the history
  5. PR and UT fix

    oliverbundalo committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8dd9db7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a654d93 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #254 from Ethernal-Tech/feat/remove-old-storage

    Future epoch commitment fix
    oliverbundalo authored May 29, 2024
    Configuration menu
    Copy the full SHA
    bd0ec06 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Syncer stuck fix (#255)

    * ping best peer after some time
    
    * small fix
    
    * small reorg
    
    * fetch peer statuses if timeout occurrs
    
    * scale blockTimeout in regards to round timeout
    goran-ethernal authored May 30, 2024
    Configuration menu
    Copy the full SHA
    f1f36f9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    a0ecf30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #257 from Ethernal-Tech/e2e-test-fix

    TestE2E_Consensus_RegisterValidator fix
    oliverbundalo authored May 31, 2024
    Configuration menu
    Copy the full SHA
    42eb784 View commit details
    Browse the repository at this point in the history
  3. increase message size

    goran-ethernal committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8ffad5a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #258 from Ethernal-Tech/increase-message-size

    Increase gossip message size in `CI`
    oliverbundalo authored May 31, 2024
    Configuration menu
    Copy the full SHA
    387d43c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#265)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6e70818 View commit details
    Browse the repository at this point in the history
  2. Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.63.1 to 1.64.0

    Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.63.1 to 1.64.0.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/DataDog/dd-trace-go.v1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5b32382 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/hashicorp/vault/api from 1.13.0 to 1.14.0 (#260)

    Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.13.0 to 1.14.0.
    - [Release notes](https://github.com/hashicorp/vault/releases)
    - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/vault@v1.13.0...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/vault/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ef667ac View commit details
    Browse the repository at this point in the history
  4. Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.19.0...v1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9604135 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into dependabot-go_modules-develop-gopkg.in-Da…

    …taDog-dd-trace-go.v1-1.64.0
    oliverbundalo authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    064bdad View commit details
    Browse the repository at this point in the history
  6. Merge pull request #271 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-github.com-prometheus-client_golang-1.19.1
    
    Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1
    oliverbundalo authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    dca3d2e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into dependabot-go_modules-develop-gopkg.in-Da…

    …taDog-dd-trace-go.v1-1.64.0
    oliverbundalo authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f6ceebb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #263 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-gopkg.in-DataDog-dd-trace-go.v1-1.64.0
    
    Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.63.1 to 1.64.0
    oliverbundalo authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6327845 View commit details
    Browse the repository at this point in the history
  9. Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.53.14 (#274)

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.11 to 1.53.14.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.51.11...v1.53.14)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9492287 View commit details
    Browse the repository at this point in the history
  10. Bump cloud.google.com/go/secretmanager from 1.12.0 to 1.13.1 (#266)

    Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) from 1.12.0 to 1.13.1.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@dlp/v1.12.0...asset/v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/secretmanager
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8de80d1 View commit details
    Browse the repository at this point in the history
  11. Bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 (#272)

    Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.2 to 3.14.3.
    - [Release notes](https://github.com/schollz/progressbar/releases)
    - [Commits](schollz/progressbar@v3.14.2...v3.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/schollz/progressbar/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7942848 View commit details
    Browse the repository at this point in the history
  12. Bump github.com/valyala/fasthttp from 1.52.0 to 1.54.0 (#270)

    Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.54.0.
    - [Release notes](https://github.com/valyala/fasthttp/releases)
    - [Commits](valyala/fasthttp@v1.52.0...1.54.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/valyala/fasthttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bd50308 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a0307b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8193427 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1abd16f View commit details
    Browse the repository at this point in the history
  16. Bump github.com/docker/docker

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 26.1.3+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.9...v26.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f39ea3b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Enrichment with txpool tests (#259)

    * Enrichment with txPool tests
    
    * Fix warning in the TestBatchTx_SingleAccount
    
    * CRfix
    
    * Added gossip msg size debug log
    
    * Added debug log into BuildPrePrepareMessage for round > 0
    
    * Cr fix
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    Co-authored-by: Oliver Bundalo <[email protected]>
    3 people authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0628a46 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    bcab01f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from Ethernal-Tech/tests/throttlingUT-improve…

    …ment
    
    Throttling UT improvement
    oliverbundalo authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4a140d9 View commit details
    Browse the repository at this point in the history
  3. Decrease the txpool timeout for MIXED load test (#280)

    * Decrease the txpool timeout
    
    * Log for RC messages in BuildPrePrepareMessage
    
    ---------
    
    Co-authored-by: Oliver Bundalo <[email protected]>
    bane and oliverbundalo authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cbcb231 View commit details
    Browse the repository at this point in the history
  4. Adding check inside EVM loop for errors to avoid executing contract w… (

    #245)
    
    * Adding check inside EVM loop for errors to avoid executing contract when it should be stopped.
    
    * Simplification
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    cokicm and Stefan-Ethernal authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2931dee View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    5f83bd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #281 from Ethernal-Tech/tests/register-validator-fix

    e2e register validator fix
    oliverbundalo authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1efaad9 View commit details
    Browse the repository at this point in the history
  3. improvement txpool code (#278)

    * improvement txpool code
    
    * test fix
    
    * Ut fix
    novosandara authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6311b24 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Tests improvement

    oliverbundalo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3a1b473 View commit details
    Browse the repository at this point in the history
  2. Add Daily build (#282)

    * Add Daily build
    
    * Time Zone fixes
    bane authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8066639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e4b744 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    7e7dd54 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #283 from Ethernal-Tech/tests-fix

    Test improvements
    oliverbundalo authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d143607 View commit details
    Browse the repository at this point in the history
  3. Removing unnecessary sp field from OptimizedStack. (#276)

    * Removing unnecessary sp field from OptimizedStack.
    
    * Adding range check for peekAt() and swap().
    
    * Replacing OptimizedStack structure with uint256 array.
    
    * Fixing linter error.
    
    * Update state/runtime/evm/instructions_test.go
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    
    * Update state/runtime/runtime.go
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    
    * Compilation error fix.
    
    ---------
    
    Co-authored-by: Stefan Negovanović <[email protected]>
    cokicm and Stefan-Ethernal authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1adcbeb View commit details
    Browse the repository at this point in the history
  4. Display dynamic fee transactions in block explorers (#284)

    * Try to set gas price even for non-legacy transactions
    
    * Simplification
    
    * Fix
    
    * Fix UT
    
    * Lint fix
    
    * Return GasFeeCap for DynamicFeeTx gas price
    
    * Simplify and add comments
    
    * Fix EVM UTs
    Stefan-Ethernal authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e6852f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    1c66d1a View commit details
    Browse the repository at this point in the history
  2. docker package names

    oliverbundalo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f50af5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b03a4fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81fa5bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42f0bb1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into dependabot-go_modules-develop-github.com-…

    …docker-docker-26.1.3incompatible
    oliverbundalo authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    43afd08 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #268 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-github.com-docker-docker-26.1.3incompatible
    
    Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.3+incompatible
    oliverbundalo authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6d481ff View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. RoundChange message size logging (#286)

    * logging
    
    * fix
    
    * more logs
    
    * code reorg
    
    * ut fix
    
    * add writer to withdraw erc20 command tx relayer
    
    * ut fix
    goran-ethernal authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    03d1970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a67f4d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #287 from Ethernal-Tech/tests/TestBatchTx_SingleAc…

    …count
    
    TestBatchTx_SingleAccount use context timeout instead of time.After
    oliverbundalo authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    81f9898 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Account management implementation (#239)

    * account management keystore
    
    * added manager
    
    * some lint fix
    
    * feed test
    
    * linters and test fix
    
    * lint fix
    
    * test fix
    
    * test fix
    
    * test fix
    
    * to abs path
    
    * custom json unmarshall
    
    * commands added
    
    * unnecessary files deletion
    
    * interface unnecessary functions
    
    * manager integration
    
    * skip TestUpdatedKeyFileContents
    
    * introduction of external signer
    
    * lint fix
    
    * lint
    
    * lint again
    
    * personal endpoint
    
    * To one key file
    
    * keys to one file and account_cache_test fix
    
    * keystore-test fix
    
    * comment delete
    
    * lint fix
    
    * fix personal
    
    * linter and personal
    
    * lint
    
    * test fix and remove panic
    
    * test fix
    
    * unnecessary files deletion
    
    * jsonrpc functions not exposed
    
    * command fix
    
    * mixed case deleted
    
    * fix some comments
    
    * url deleted
    
    * file cache delted
    
    * comment fix
    
    * forks in time fix
    
    * in-house pub sub
    
    * lint and better fork managemt, also interface for manager
    
    * lint
    
    * some minor changes
    
    * Rebase
    
    * fix for tests
    
    * small code changes
    
    * code optimizations
    
    * lint fix
    
    * commands update
    
    * comment fix
    
    * Update accounts/event/event_handler_test.go
    
    TestMultipleSubscribers optimization
    
    Co-authored-by: oliverbundalo <[email protected]>
    
    * comment fix and rename keyStore interface functions
    
    * refresh wallets optimization
    
    * comments and change names
    
    * small changes
    
    * lint fix
    
    * lint fix 2
    
    * lint fix 2
    
    * tests fix
    
    * lint again
    
    * switch to if in personal
    
    * fuzz test fix
    
    * manager test
    
    * manager unlock change
    
    * manager test optimziation
    
    * readme for account management
    
    * to mermaid
    
    * readme fix
    
    ---------
    
    Co-authored-by: Goran Rojovic <[email protected]>
    Co-authored-by: oliverbundalo <[email protected]>
    3 people authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b9d669c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Improvement of benchmark tests for addTx(txpool) (#277)

    * Improvement of Benchmark tests for  addTx(txpool)
    
    * lint fix
    
    * CR fix
    
    * CR fix
    
    * lint fix
    novosandara authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4dd7d2e View commit details
    Browse the repository at this point in the history
  2. fix path account management (#291)

    * fix path account management
    
    * lint fix
    
    * delete default path
    
    * lint fix
    dusannosovic-ethernal authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d38f1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8176c0a View commit details
    Browse the repository at this point in the history
  4. Bump github.com/libp2p/go-libp2p-pubsub from 0.10.1 to 0.11.0

    Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.10.1 to 0.11.0.
    - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases)
    - [Commits](libp2p/go-libp2p-pubsub@v0.10.1...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/libp2p/go-libp2p-pubsub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    440c28b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    832d4ea View commit details
    Browse the repository at this point in the history
  6. Merge pull request #262 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-github.com-libp2p-go-libp2p-pubsub-0.11.0
    
    Bump github.com/libp2p/go-libp2p-pubsub from 0.10.1 to 0.11.0
    oliverbundalo authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    198dec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add Sanity Check Tests (#288)

    * Add Sanity Check Tests
    
    * Increase ldb write benchmark time for 1s
    
    * Minor fixes
    
    * sanity test err fix
    
    * small fixes in sanity check tests
    
    * Change `epoch_reward` value
    
    * Change `reward_wallet_balance` value
    
    * sanity check tests fix
    
    * lint fix
    
    * sanity check tests fix
    
    * Fix `ec2` filter
    
    ---------
    
    Co-authored-by: Oliver Bundalo <[email protected]>
    Co-authored-by: Goran Rojovic <[email protected]>
    3 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8d02f6b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Implementation of eth_signTransaction JSON-RPC function (#290)

    * eth_signTransaction implementation
    
    * deletion of unnecessary parameter from decodeTxn
    
    * fix for debug_endpoint
    
    * fix for tests
    
    * return value fix
    
    * fixes
    
    * comments fix
    
    ---------
    
    Co-authored-by: Goran Rojovic <[email protected]>
    dusannosovic-ethernal and goran-ethernal authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a707ab2 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#293)

    Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.6 to 0.7.7.
    - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-retryablehttp@v0.7.6...v0.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-retryablehttp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2ba0d89 View commit details
    Browse the repository at this point in the history
  3. Implementation of eth_sendTransaction (#294)

    * eth_sendTransaction
    
    * comments fix
    goran-ethernal authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    76d24d5 View commit details
    Browse the repository at this point in the history
  4. eth_sign (#295)

    goran-ethernal authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ba2ec59 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f817563 View commit details
    Browse the repository at this point in the history
  2. PR comment fix

    oliverbundalo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d85e5db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #296 from Ethernal-Tech/e2e-test-fix

    TestE2E_Bridge_NonMintableERC20Token_WithPremine fix
    oliverbundalo authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5a13f76 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    3ac3c9d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.64.0 to 1.65.1

    Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.64.0 to 1.65.1.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/DataDog/dd-trace-go.v1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2bb07cc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #299 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-gopkg.in-DataDog-dd-trace-go.v1-1.65.1
    
    Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.64.0 to 1.65.1
    oliverbundalo authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ba14f74 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/multiformats/go-multiaddr from 0.12.4 to 0.13.0 (#300)

    Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.12.4 to 0.13.0.
    - [Release notes](https://github.com/multiformats/go-multiaddr/releases)
    - [Commits](multiformats/go-multiaddr@v0.12.4...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/multiformats/go-multiaddr
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    593f1f9 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/tools

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.22.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](https://github.com/golang/tools/commits/v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d5d78a6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #305 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-golang.org-x-tools-0.22.0
    
    Bump golang.org/x/tools from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.22.0
    oliverbundalo authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    aa578cb View commit details
    Browse the repository at this point in the history
  5. Bump github.com/erigontech/mdbx-go from 0.38.0 to 0.38.4 (#301)

    Bumps [github.com/erigontech/mdbx-go](https://github.com/erigontech/mdbx-go) from 0.38.0 to 0.38.4.
    - [Release notes](https://github.com/erigontech/mdbx-go/releases)
    - [Changelog](https://github.com/erigontech/mdbx-go/blob/master/CHANGES.md)
    - [Commits](erigontech/mdbx-go@v0.38.0...v0.38.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/erigontech/mdbx-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    da5c33d View commit details
    Browse the repository at this point in the history
  6. Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.12

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.14 to 1.54.12.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.53.14...v1.54.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a6304d8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #309 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-github.com-aws-aws-sdk-go-1.54.12
    
    Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.12
    oliverbundalo authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b939658 View commit details
    Browse the repository at this point in the history
  8. Bump github.com/spf13/cobra from 1.8.0 to 1.8.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3fa9df1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #303 from Ethernal-Tech/dependabot-go_modules-deve…

    …lop-github.com-spf13-cobra-1.8.1
    
    Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
    oliverbundalo authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b1549c5 View commit details
    Browse the repository at this point in the history
  10. Bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 (#304)

    Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.3 to 3.14.4.
    - [Release notes](https://github.com/schollz/progressbar/releases)
    - [Commits](schollz/progressbar@v3.14.3...v3.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/schollz/progressbar/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4bb9ee4 View commit details
    Browse the repository at this point in the history
  11. Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#306)

    Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cd77993 View commit details
    Browse the repository at this point in the history
  12. Bump github.com/docker/docker from 26.1.3+incompatible to 27.0.3+inco…

    …mpatible (#308)
    
    * Bump github.com/docker/docker
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.3+incompatible to 27.0.3+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v26.1.3...v27.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Build fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Stefan Negovanović <[email protected]>
    dependabot[bot] and Stefan-Ethernal authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0c3e3ef View commit details
    Browse the repository at this point in the history
  13. Bump cloud.google.com/go/secretmanager from 1.13.1 to 1.13.3 (#310)

    Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) from 1.13.1 to 1.13.3.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@asset/v1.13.1...redis/v1.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/secretmanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c2deba0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c7fc00e View commit details
    Browse the repository at this point in the history