-
Notifications
You must be signed in to change notification settings - Fork 81
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
basicchain: use UnitTestNet default config for generation #3696
Conversation
Tests should use embed config too. Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
f09b105
to
a84023c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3696 +/- ##
==========================================
- Coverage 83.04% 82.90% -0.14%
==========================================
Files 335 335
Lines 46708 46847 +139
==========================================
+ Hits 38787 38837 +50
- Misses 6328 6416 +88
- Partials 1593 1594 +1 ☔ View full report in Codecov by Sentry. |
a84023c
to
48e267c
Compare
48e267c
to
78f1d19
Compare
78f1d19
to
be46281
Compare
be46281
to
50ff7d3
Compare
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.
Let's fix 50ff7d3#r1879612949 and then LGTM.
It's important to have the same chain configuration for all tests. Otherwise, a mismatched hardfork configuration is used to dump/restore the basic chain. Close #3681 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
50ff7d3
to
e993c1b
Compare
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.
Good, I like this PR, it makes unittest runs unified.
Close #3681