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

Integrate with tendermint EVM tx replacement logic #446

Merged
merged 7 commits into from
Mar 7, 2024
Merged

Conversation

codchen
Copy link
Collaborator

@codchen codchen commented Feb 28, 2024

Describe your changes and provide context

See description in sei-protocol/sei-tendermint#206

Testing performed to validate your change

codchen and others added 6 commits March 7, 2024 12:24
Integrate with pending txs:
- return `ResponseCheckTxV2`
- add a new field `PendingTxChecker` field in Context

integration with local sei
- Adding an expiration handler callback that lets the mempool

- sei-protocol/sei-tendermint#179

- e2e testing with hardhat tests
- needs tendermint pr and go.mod update
- adds evm properties to the `ResponseCheckTxV2`
- adds evm properties to context

- hardhat tests on sei-chain repo
- unit tests on tendermint repo
- sei cosmos main rebase

- unit / lower env

---------

Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
Co-authored-by: codchen <codchen03@gmail.com>
Derive evm address from private key when showing keys in `seid keys
show` and `seid keys list`. This only works for local keyring since it
would have access to the private key

<img width="1201" alt="Screen Shot 2024-02-26 at 11 18 43 AM"
src="https://github.com/sei-protocol/sei-cosmos/assets/6227889/68c9e13d-73a0-471c-b424-238c683e8ec9">
<img width="1204" alt="Screen Shot 2024-02-26 at 11 18 35 AM"
src="https://github.com/sei-protocol/sei-cosmos/assets/6227889/6a820b81-0405-42ce-9e17-40efa6c4edbc">
@codchen codchen changed the base branch from evm to seiv2 March 7, 2024 04:56
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 12.50000% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 55.35%. Comparing base (20c9db4) to head (32397df).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##            seiv2     #446      +/-   ##
==========================================
- Coverage   55.37%   55.35%   -0.02%     
==========================================
  Files         629      629              
  Lines       53798    53817      +19     
==========================================
+ Hits        29790    29791       +1     
- Misses      21879    21896      +17     
- Partials     2129     2130       +1     
Files Coverage Δ
baseapp/baseapp.go 66.61% <0.00%> (ø)
types/context.go 63.33% <0.00%> (ø)
baseapp/abci.go 51.68% <14.28%> (-1.05%) ⬇️

@codchen codchen merged commit 01cf97f into seiv2 Mar 7, 2024
13 checks passed
@codchen codchen deleted the evm-replacement branch March 7, 2024 05:19
udpatil added a commit that referenced this pull request Mar 11, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
udpatil added a commit that referenced this pull request Mar 14, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
udpatil added a commit that referenced this pull request Mar 26, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
udpatil added a commit that referenced this pull request Mar 26, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
udpatil added a commit that referenced this pull request Mar 27, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
udpatil added a commit that referenced this pull request Apr 16, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
udpatil added a commit that referenced this pull request Apr 19, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
udpatil added a commit that referenced this pull request Apr 19, 2024
## Describe your changes and provide context
See description in
sei-protocol/sei-tendermint#206

## Testing performed to validate your change

---------

Co-authored-by: Steven Landers <steven@seinetwork.io>
Co-authored-by: Philip Su <philip.su.522@gmail.com>
Co-authored-by: Yiming Zang <50607998+yzang2019@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Uday Patil <udpatil@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants