-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Batch Amendment #5060
base: develop
Are you sure you want to change the base?
Batch Amendment #5060
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5060 +/- ##
=========================================
+ Coverage 78.1% 78.2% +0.1%
=========================================
Files 790 793 +3
Lines 67908 68329 +421
Branches 8230 8245 +15
=========================================
+ Hits 53034 53418 +384
- Misses 14874 14911 +37
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
ed09298
to
bbaace6
Compare
5a57374
to
503c594
Compare
- force preflight before `calculateBaseFee` in `TxQ::apply` - force `passesLocalChecks` before `calculateBaseFee` - check for overflow in `Batch::calculateBaseFee` - add check for `maxMultiSigners`
c5c4ef7
to
64d6391
Compare
- add inner txn check for fee == 0 - add inner txn check for duplicate sequence/ticket - add tests to verify checks
64d6391
to
85758f8
Compare
89addac
to
b8818d7
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.
Excellent, this is the festure of xrpl which is going to move from this now to another level of point of which many will never believe it but that the true for the native market price is going to move high any moment from now
High Level Overview of Change
XLS spec: https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-0056d-batch/README.md
Context of Change
Type of Change
.gitignore
, formatting, dropping support for older tooling)API Impact
libxrpl
change (any change that may affectlibxrpl
or dependents oflibxrpl
)Test Plan
https://gist.github.com/dangell7/3afbe8c4597a58dc2b02be598f9b7d54