-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
EVM Relayer DB migrations PoC #13617
Closed
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7274c52
hacking
krehermann c0e1d00
make resolved, optional migrations succeeded. TODO rollback interleaving
krehermann 2bbfbbd
reorg
krehermann b5566ef
subsytem migration wip
krehermann 8931f16
plugin migration and commit-ordered manifest
krehermann c48e999
rename template dir
krehermann eb3ee09
manifest wip
krehermann a5a3fd3
rollback; optional plugin args to cli
krehermann c24b885
clean up internal and isolate manifest
krehermann 85ea68c
real evm
krehermann 3d9b1f1
realistic test for parameterized evm schema.
krehermann 5fe7e39
more testing
krehermann 4000d64
realistic evm migration working in unit test
krehermann 2cd82c9
cli plumbing
krehermann dad8f5c
hack txdb to run evm migrations on the fly
krehermann 0bc3f9d
initialize evm test db per cfg; refactor txdb to use with it
krehermann c9d923e
cleanup and comment
krehermann 472f44c
rm manifest
krehermann 051dba7
update forwarder ORM to be schema-specific
krehermann dbd5cf7
hack db into NewRelayer for PoC
krehermann 1715ce5
clean up the cli
krehermann a09bea7
linter, mocks
krehermann ae0556b
1.update goose 2.use that implement goose provider for evm migration …
krehermann 9ee4543
fix ci failures to find evm_XX schema
krehermann 76fc0b8
wrestling with too many connections
krehermann 3d2f239
refactor for multiple go migrations and add test fixtures
krehermann c2b2a28
add log_poller_blocks migration and tests
krehermann 8726b51
add log poller filters migrations and tests
krehermann 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 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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.
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.
BTW you can use
github.com/smartcontractkit/chainlink/v2/core/chains/evm/testutils
to get FixtureChainID which is not coupled with Core.