This repository was archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Updater unit tests #6913
Closed
Closed
Updater unit tests #6913
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0083982
Updater unit tests
lght 6c57666
Updater tests: minor fixes
lght caee363
build fix: incorrectly referenced test::helpers
lght d0516b0
CI: added updater tests to rust-stable tests
lght e45cfb5
[CI] minor fix: updater package name is parity-updater
lght 20d28c1
[doc] comments describing NoopDBRestore stub struct
lght 2013584
[refactor] Implement calling Operations contract
lght eb9da9b
[refactor] Evm Virtual Call implementation for TestBlockChainClient
lght 03d809b
[refactor] TestBlockChainClient w/ in-memory kvdb
lght b55d5c5
Merge branch 'master' into updater-unit-tests
lght 22c962d
[fix] Fixed a number of merge issues
lght 83da412
Updater deploy Operations
lght abf25a2
[fix] fixed compilation errors
lght 63a2349
[refactor] New Operations test & dead code cleanup
lght 7d7fe8b
[broken] New Operations contract tests
lght 3c3378a
[broken] added helper function load_operations_bin
lght a25aaf5
convenience functions: deploying local contract
lght 9c14751
New Test Spec for Operations Contract
lght 26617ee
[refactor] removed dead code, new contract addr
lght eb8c14f
[minor fixes] attempting to fix operations getters
lght 3916320
[refactor] Removed Operations Getter Tests
lght 96e2ea7
Remove Updater Resources
lght 15fde3f
Merge branch 'master' into updater-unit-tests
lght 62003c3
Fixed import in test_sync
lght 842ef40
Indentation fixes
lght 658c69d
Change gitlab windows build to run all tests
lght bca12fe
Removed commented code, change test_client method
lght 9acb486
Remove json tests from Windows CI build
lght 98f2a87
Indentation fixes untrusted_rlp
lght 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
state_dbis empty at this point, no? I don't think there is a need to write anything to the DB.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.
Unsure, I took this from the existing code, and modified it to use the new
state_dbsetup.Why wouldn't we need to add the genesis hash to the DB when it is created?