-
Notifications
You must be signed in to change notification settings - Fork 847
refactor: uplift combined warp package from evm repositories
#4156
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
Closed
Closed
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
fc55f6b
Initial merge
JonathanOppenheimer 11396cf
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer f24ddbe
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 9df2485
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer f5de4e1
Clean up post validators to AvalancheGo
JonathanOppenheimer 017a635
lint
JonathanOppenheimer dce47f5
change codec registration order
JonathanOppenheimer b3e50b3
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer b4c2061
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 0049456
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer c8a971b
unalias imports
JonathanOppenheimer d1f2a07
Refine comments
JonathanOppenheimer 8b74474
Update vms/evm/warp/backend.go
JonathanOppenheimer 7b7e10e
use payload
JonathanOppenheimer b12444e
Remove constructor
JonathanOppenheimer d9c117f
Update vms/evm/warp/verifier_backend_test.go
JonathanOppenheimer 1f3ebd4
Simplify structs / rename items
JonathanOppenheimer 44078f0
fold metrics in
JonathanOppenheimer 1cb5f50
First pass refactor
JonathanOppenheimer 5454474
constants first
JonathanOppenheimer 4674da5
Refactor part 2: get rid of interface
JonathanOppenheimer e2b157a
Compartmentalize warp components
JonathanOppenheimer 67ff47f
remove duplicated check
JonathanOppenheimer 7b0c908
remove handler
JonathanOppenheimer d06652e
Export verifier and remove AddAndSign
JonathanOppenheimer 7d5e9c0
Lint
JonathanOppenheimer 1a618c8
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 71135c8
Josh service refactor
JonathanOppenheimer abafd3d
Initial Josh easy fixes
JonathanOppenheimer 2a88f16
Remove use of payload and shared codec
JonathanOppenheimer 295dd4f
Use warp signer directly
JonathanOppenheimer 9d278c2
add back sign message function
JonathanOppenheimer 6414f63
lint
JonathanOppenheimer f0ec0ce
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 0758cd3
Use acp118 adapter
JonathanOppenheimer e750ed4
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 35a0c0e
add codec test
JonathanOppenheimer dabcd5f
don't require t
JonathanOppenheimer f0809d8
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 6db3799
refactor: use evms/vm/warp
JonathanOppenheimer a13d9f5
chore: delete example
JonathanOppenheimer 1936e9d
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 4378fac
chore: lint
JonathanOppenheimer 38ccd9d
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 962b8f2
Merge remote-tracking branch 'origin/master' into uplift-evm-warp
JonathanOppenheimer 9a95409
fix: first round pass at Josh's comments
JonathanOppenheimer 99b310d
fix: Josh round 2 comments + organize tests
JonathanOppenheimer 3f4e0e1
Merge remote-tracking branch 'origin/master' into uplift-evm-warp
JonathanOppenheimer ee060e3
refactor: remove no cache testing
JonathanOppenheimer 19e89ab
test: remove duplicative test
JonathanOppenheimer ed438fc
fix: correct NewService argument calls
JonathanOppenheimer 7ae577a
refactor: unexport codec
JonathanOppenheimer a1c447c
chore: update metric names
JonathanOppenheimer 47cb95f
refactor: subnetIDStr to subnetID
JonathanOppenheimer 1f7d078
chore: lint
JonathanOppenheimer c7ede48
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 03672f2
chore: lint
JonathanOppenheimer 2fea545
fix: double initilization
JonathanOppenheimer 1a62391
docs: improve function doc names
JonathanOppenheimer 134abe1
refactor: rewrite tests
JonathanOppenheimer 5213f1c
chore: lint
JonathanOppenheimer 42ab82e
fix: warp service initialization
JonathanOppenheimer 716541c
Merge remote-tracking branch 'origin' into uplift-evm-warp
JonathanOppenheimer dafd957
refactor: Josh suggestions
JonathanOppenheimer 1296300
refactor: more Josh feedback
JonathanOppenheimer 3ef91ea
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 6fa4ddc
chore: lint
JonathanOppenheimer bef2f7e
chore: fix license
JonathanOppenheimer 2ba5fce
test: do not introspect on warp service
JonathanOppenheimer 5a5c57c
Merge remote-tracking branch 'origin' into uplift-evm-warp
JonathanOppenheimer 8e5d3ed
Merge branch 'master' into uplift-evm-warp
JonathanOppenheimer 1530d65
fix: function call
JonathanOppenheimer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bug - it looks like this we're missing coverage on both p2p and the api.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you referring to the missing uptime tracker? Isn't that only for subnet-evm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a behavior change because sharing the code between coreth <-> subnet-evm means that now coreth is handling the
ValidatorUptimemessage - and with aniluptime tracker this would panic the C-Chain if it handled one of these messages. I'll add a regression test for this.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that makes sense - thanks for explaining