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: sei-protocol/sei-chain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9fdea2b1ebf8d463c5ad8e58af98d9b4972acf5f
Choose a base ref
...
head repository: sei-protocol/sei-chain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26c91e6dc5d3d1dc76939aee369ac2e33bcf54c2
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Jun 10, 2024

  1. Register evm (and other missing) module grpc routes endpoints (#1717)

    * - Register evm module endpoints
    - Register epoch module endpoints
    
    * - Tests for adding routes
    
    * - Update test
    dssei authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1c7253b View commit details
    Browse the repository at this point in the history
  2. Allow bank precompile to use the unassociated casted address for rece…

    …iving balances (#1718)
    
    * Allow bank precompile to use the unassociated casted address for receiving balances
    
    * Add unit test for send with unlinked receiver
    
    * [EVM] add test for receiving tokens by unlinked wallet (#1724)
    
    * Allow bank precompile to use the unassociated casted address for receiving balances
    
    * add test to not require association for native tokens
    
    ---------
    
    Co-authored-by: Uday Patil <udpatil@gmail.com>
    
    ---------
    
    Co-authored-by: Steven Landers <steven@seinetwork.io>
    udpatil and stevenlanders authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a0e7266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8669290 View commit details
    Browse the repository at this point in the history
  4. disable accesslist

    codchen committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    59be273 View commit details
    Browse the repository at this point in the history
  5. Revert "disable accesslist"

    This reverts commit 4fc5cc7.
    codchen committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    35f459b View commit details
    Browse the repository at this point in the history
  6. optimize

    codchen committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1eed72d View commit details
    Browse the repository at this point in the history
  7. add cleanup

    codchen committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d1c499c View commit details
    Browse the repository at this point in the history
  8. rebase

    codchen committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    26c91e6 View commit details
    Browse the repository at this point in the history
Loading