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

feat(evm): Combine both account queries into "/eth.evm.v1.Query/EthAccount", accepting both nibi-prefixed Bech32 addresses and Ethereum-type hexadecimal addresses as input. #1986

Merged
merged 27 commits into from
Aug 6, 2024

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    1f0d8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3335463 View commit details
    Browse the repository at this point in the history
  3. changelog

    Unique-Divine committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e106002 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. refactor(statedb): separate Account and AccountWei to have state obje…

    …cts manipulate in wei units
    Unique-Divine committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a1c5782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd9642b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd1edf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18995b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    4419067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e171a5e View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following: merge ud/attonibi

    commit e171a5e
    Merge: 4419067 3c73f03
    Author: Unique-Divine <[email protected]>
    Date:   Mon Aug 5 06:01:44 2024 -0500
    
        Merge branch 'main' into ud/attonibi
    
    commit 4419067
    Author: Unique-Divine <[email protected]>
    Date:   Mon Aug 5 03:04:46 2024 +0200
    
        test(statedb_test.go): more thorough test cases
    
    commit 18995b6
    Author: Unique-Divine <[email protected]>
    Date:   Mon Aug 5 01:25:14 2024 +0200
    
        test(statedb): complete the wei-based account migration. Remove all mocks
    
    commit 9cd1edf
    Author: Unique-Divine <[email protected]>
    Date:   Sun Aug 4 04:32:31 2024 +0200
    
        chore: wei unit migration
    
    commit cd9642b
    Author: Unique-Divine <[email protected]>
    Date:   Sun Aug 4 04:27:33 2024 +0200
    
        math functions for unibi and wei
    
    commit a1c5782
    Author: Unique-Divine <[email protected]>
    Date:   Sun Aug 4 04:26:58 2024 +0200
    
        refactor(statedb): separate Account and AccountWei to have state objects manipulate in wei units
    
    commit e106002
    Author: Unique-Divine <[email protected]>
    Date:   Tue Jul 30 02:25:34 2024 +0100
    
        changelog
    
    commit 3335463
    Author: Unique-Divine <[email protected]>
    Date:   Tue Jul 30 02:23:33 2024 +0100
    
        refactor: use pebbledb as the test db
    
    commit 1f0d8d0
    Author: Unique-Divine <[email protected]>
    Date:   Tue Jul 30 01:51:38 2024 +0100
    
        refactor: remove unused vars. improve error clarity for testnetwork/New
    Unique-Divine committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    37c09ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b8addd View commit details
    Browse the repository at this point in the history
  5. feat(evm): Combine both account queries into "/eth.evm.v1.Query/EthAc…

    …count", accepting both nibi-prefixed Bech32 addresses and Ethereum-type hexadecimal addresses as input.
    Unique-Divine committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    82a1d33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f83bcf View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    811d6b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8216f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d14ccf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a90ef2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82bf5f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f2fc57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ae937f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6c17b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    598b0ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7126a88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c1d2b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dfab619 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd2fadb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13c6ae9 View commit details
    Browse the repository at this point in the history