-
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
DRAFT: Ximinez/lending xls 66 #5270
Draft
ximinez
wants to merge
11
commits into
ximinez/Bronek/vault
Choose a base branch
from
ximinez/lending-XLS-66
base: ximinez/Bronek/vault
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1240135
to
6f5d1ad
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ximinez/Bronek/vault #5270 +/- ##
====================================================
Coverage 78.1% 78.1%
====================================================
Files 802 802
Lines 68698 68655 -43
Branches 8264 8293 +29
====================================================
- Hits 53670 53646 -24
+ Misses 15028 15009 -19
🚀 New features to boost your workflow:
|
27e4c4f
to
2d209c4
Compare
e8fbd22
to
a697138
Compare
72d979e
to
441d5b5
Compare
b1e091c
to
2a8861d
Compare
6d85099
to
36094b3
Compare
- Also add new SFields, Keylet functions, and an Invariant to verify no illegal field modification
(Does not compile)
- Also add a general check for all object types for the type and index fields
- Adds a flagMask parameter to preflight1 so that it's impossible to forget to check flags. - Also adds a short hash prefix to all Transactor log messages.
4029a60
to
ef7f14b
Compare
c3282f1
to
eb58767
Compare
- Derived classes no longer need to explicitly check amendments, nor call into preflight1 or preflight2. - Untested.
eb58767
to
c69ac64
Compare
- Does not build - Transactions: LoanDelete, LoanManage, LoanDraw, LoanPay - LoanBrokerSet creation mostly done. Need update. - Also added a lookup table for pseudo account fields.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Base branch is #5224
High Level Overview of Change
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
)