-
Notifications
You must be signed in to change notification settings - Fork 457
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #8440 +/- ##
============================================
Coverage 83.35% 83.36%
============================================
Files 593 593
Lines 22265 22265
Branches 3255 3255
============================================
+ Hits 18560 18562 +2
+ Misses 3705 3703 -2 |
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.
The following point from #8136 is still unaddressed:
There is no test for the stateRoot property. In particular, there is no test that expects that genesis block processing fails if the value of header.stateRoot in incorrect.
I left two additional review comments for a file, but they got somehow lost. So, I repeat them here:
|
64f0752
to
91ec97b
Compare
@AndreasKendziorra For the signature property, I made a comment on the issue 🙇 |
ok, looks all good. But what is with this one:
I assume it also somehow done in lisk-db. But do we ensure somewhere that genesis block processing fails if lisk-db fails to validate the stateroot? |
@AndreasKendziorra i think i missed the comment. Added the relevant test 👍 |
* ✅ Update genesis block tests * ✅ Add test for valid genesis block * ✅ Add abi commit error check * ✅ Fix merge error
What was the problem?
This PR resolves #8136 and resolves #7237
How was it solved?
How was it tested?
N/A