Skip to content

Add NFT_OFFER to AccountObjectsRequestParams#782

Open
sappenin wants to merge 1 commit intomainfrom
df/add-nftoken-offer
Open

Add NFT_OFFER to AccountObjectsRequestParams#782
sappenin wants to merge 1 commit intomainfrom
df/add-nftoken-offer

Conversation

@sappenin
Copy link
Copy Markdown
Collaborator

@sappenin sappenin commented May 1, 2026

  • Add NFT_OFFER to AccountObjectsRequestParams
  • Rearrange enum values (alphabetical order)
  • Add unit test coverge for all enum values
  • Improve JSON unit test coverage for NfTokenOfferObject
  • Subsumes PR Added missing nft_offer enum (#541) #545

Credit to @psy2848048 for instigating this fix via #545

* Add NFT_OFFER to AccountObjectsRequestParams
* Rearrange enum values (alphabetical order)
* Add unit test coverge for all enum values
* Improve JSON unit test coverage for NfTokenOfferObject
* Subsumes PR #545

Signed-off-by: David Fuelling <sappenin@gmail.com>
@sappenin sappenin self-assigned this May 1, 2026
@sappenin sappenin requested a review from Patel-Raj11 May 1, 2026 23:48
@sappenin sappenin requested a review from cybele-ripple as a code owner May 1, 2026 23:49
@codecov
Copy link
Copy Markdown

codecov Bot commented May 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.74%. Comparing base (487216c) to head (fd8c0ce).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #782   +/-   ##
=========================================
  Coverage     92.74%   92.74%           
  Complexity     2276     2276           
=========================================
  Files           460      460           
  Lines          5942     5943    +1     
  Branches        480      480           
=========================================
+ Hits           5511     5512    +1     
  Misses          279      279           
  Partials        152      152           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@psy2848048
Copy link
Copy Markdown

Left a line for tracking


import com.fasterxml.jackson.core.JsonProcessingException;
import com.google.common.primitives.UnsignedInteger;
import com.google.common.primitives.UnsignedLong;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UnsignedLong is added as an import but I don't see it used anywhere in this file?

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.

4 participants