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

chore: add missing request types #1193

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

georgi-l95
Copy link
Contributor

Description:

Added 27 new request types to align with the other SDK implementations. The additions include:

  • NFT-related operations (GetAccountNftInfos, GetNftInfo, GetNftInfos, UpdateNfts)
  • Token management (Pause, Unpause, FeeScheduleUpdate, Reject, Airdrop operations)
  • Node operations (Create, Update, Delete, StakeUpdate)
  • Crypto allowance functions (Approve, Delete)
  • TSS (Threshold Signature Scheme) operations
  • Ethereum transaction support
  • Additional utility functions (PRNG, GetFastRecord, GetAccountDetails)

All new request types maintain consistent naming conventions and include appropriate string representations.

Fixes #1190

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@georgi-l95 georgi-l95 requested review from a team as code owners December 18, 2024 11:58
Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

LGTM

@0xivanov 0xivanov merged commit dd8267a into hiero-ledger:main Dec 18, 2024
5 checks passed
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.

Add missing requestTypes
2 participants