Skip to content
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

Allow for empty transaction flags #434

Merged
merged 10 commits into from
Jul 6, 2023
Merged

Allow for empty transaction flags #434

merged 10 commits into from
Jul 6, 2023

Conversation

nkramer44
Copy link
Collaborator

Fixes #425

@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Merging #434 (4a869fa) into main (7fc9af0) will increase coverage by 0.02%.
The diff coverage is 96.22%.

@@             Coverage Diff              @@
##               main     #434      +/-   ##
============================================
+ Coverage     90.27%   90.30%   +0.02%     
- Complexity     1416     1432      +16     
============================================
  Files           276      277       +1     
  Lines          4104     4125      +21     
  Branches        339      339              
============================================
+ Hits           3705     3725      +20     
  Misses          279      279              
- Partials        120      121       +1     
Impacted Files Coverage Δ
.../xrpl4j/model/jackson/modules/FlagsSerializer.java 66.66% <66.66%> (ø)
...xrpl4j/model/flags/AccountSetTransactionFlags.java 98.07% <100.00%> (+0.03%) ⬆️
...c/main/java/org/xrpl/xrpl4j/model/flags/Flags.java 100.00% <100.00%> (+5.88%) ⬆️
...pl/xrpl4j/model/flags/NfTokenCreateOfferFlags.java 93.33% <100.00%> (+0.47%) ⬆️
.../org/xrpl/xrpl4j/model/flags/NfTokenMintFlags.java 96.66% <100.00%> (+0.11%) ⬆️
.../org/xrpl/xrpl4j/model/flags/OfferCreateFlags.java 96.66% <100.00%> (+0.11%) ⬆️
...l/xrpl4j/model/flags/PaymentChannelClaimFlags.java 95.23% <100.00%> (+0.23%) ⬆️
...java/org/xrpl/xrpl4j/model/flags/PaymentFlags.java 96.00% <100.00%> (+0.16%) ⬆️
.../org/xrpl/xrpl4j/model/flags/TransactionFlags.java 100.00% <100.00%> (ø)
...ava/org/xrpl/xrpl4j/model/flags/TrustSetFlags.java 97.29% <100.00%> (+0.07%) ⬆️
... and 25 more

@nkramer44 nkramer44 requested a review from sappenin July 5, 2023 17:05
@nkramer44 nkramer44 merged commit 15be398 into main Jul 6, 2023
18 of 19 checks passed
@nkramer44 nkramer44 deleted the nk/425-empty-tx-flags branch July 6, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for empty/omitted transaction flags
2 participants