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

Add closeDate and closeDateHuman to AccountTransactionsTransaction #407

Merged
merged 2 commits into from
Feb 22, 2023

Conversation

nkramer44
Copy link
Collaborator

Fixes #400

@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Merging #407 (facf055) into main (a1d9686) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head facf055 differs from pull request most recent head ee8f6d4. Consider uploading reports for the commit ee8f6d4 to get more accurate results

@@            Coverage Diff            @@
##               main     #407   +/-   ##
=========================================
  Coverage     90.04%   90.05%           
- Complexity     1374     1377    +3     
=========================================
  Files           265      265           
  Lines          3996     4000    +4     
  Branches        332      333    +1     
=========================================
+ Hits           3598     3602    +4     
  Misses          278      278           
  Partials        120      120           
Impacted Files Coverage Δ
...lient/accounts/AccountTransactionsTransaction.java 100.00% <100.00%> (ø)
...es/AccountTransactionsTransactionDeserializer.java 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Add test to AccountTransactionsResultJsonTests with minimal JSON.
@nkramer44 nkramer44 merged commit 0f493f5 into main Feb 22, 2023
@nkramer44 nkramer44 deleted the nk/400-close-date branch February 22, 2023 23:01
abhaygupta1999 pushed a commit to abhaygupta1999/xrpl4j that referenced this pull request Jul 13, 2023
…RPLF#407)

* add closeDate and closeDateHuman to AccountTransactionsTransaction

* add TimeUtils to encapsulate xrpl timestamp conversion.
Add test to AccountTransactionsResultJsonTests with minimal JSON.
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.

AccountTransactionsTransaction missing closeDate() and closeDateHuman()
2 participants