-
Notifications
You must be signed in to change notification settings - Fork 79
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
core: implement NotValidBefore and Reserved tx attributes #1496
Conversation
1979128
to
ad6d73c
Compare
Codecov Report
@@ Coverage Diff @@
## master #1496 +/- ##
==========================================
+ Coverage 77.43% 77.49% +0.05%
==========================================
Files 227 229 +2
Lines 17716 17753 +37
==========================================
+ Hits 13719 13757 +38
+ Misses 3054 3053 -1
Partials 943 943
Continue to review full report at Codecov.
|
ad6d73c
to
42a6e73
Compare
42a6e73
to
9bfdf3e
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.
Can we split this, moving Conflicts to PR of its own? It's the most problematic and it really deserves a bit more attention, while the rest of this is almost fine.
9bfdf3e
to
8de33dd
Compare
5fd2bd1
to
ad19317
Compare
ad19317
to
328e522
Compare
Attributes check should be done before adding transaction to the pool, otherwise there might be a case when transaction with invalid attributes is in the pool.
328e522
to
7947e99
Compare
Closes #1490