-
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
*: move NVB and Conflicts attributes out of extensions #2962
Conversation
db5e635
to
833d9a7
Compare
Codecov Report
@@ Coverage Diff @@
## master #2962 +/- ##
==========================================
- Coverage 84.90% 84.62% -0.29%
==========================================
Files 330 329 -1
Lines 44349 43763 -586
==========================================
- Hits 37655 37034 -621
- Misses 5179 5225 +46
+ Partials 1515 1504 -11
... and 41 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
b4ce6dd
to
2fbaf97
Compare
2fbaf97
to
3959794
Compare
They're a part of the regular protocol now. Signed-off-by: Anna Shaleva <[email protected]> Signed-off-by: Roman Khimov <[email protected]>
3959794
to
40df2ac
Compare
We no longer need P2PSigExtension flag here, conflicts attribute is a part of the normal protocol. Signed-off-by: Roman Khimov <[email protected]>
40df2ac
to
fff7e91
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.
LGTM, but I can’t approve my own PR.
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.
Ok.
And check that everything else is compatible with C# node.
Note that interoperable API (particularly, the
ledger.Transaction
structure) stays unchanged.Draft until neo-project/neo#2818 goes in.