- 
                Notifications
    You must be signed in to change notification settings 
- Fork 74
Support Freeze Tenant via API #200
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
base: support-freeze-tenant
Are you sure you want to change the base?
Conversation
# Conflicts: # src/fireblocks-sdk.ts
# Conflicts: # src/fireblocks-sdk.ts
Support users groups crud
* changed return type to pending instead of TokenLink * fixed request object * Update src/fireblocks-sdk.ts Co-authored-by: Idan Yael <[email protected]> --------- Co-authored-by: Ami Magid <[email protected]> Co-authored-by: Idan Yael <[email protected]>
* feat: NCW SDK
Rename NCW base path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I failed to find any changes related to the Freeze Tenant feature in the entire MR
* added registry endpoint for uploading contracts * added all interfaces * Update src/fireblocks-sdk.ts Co-authored-by: Idan Yael <[email protected]> * forgot import --------- Co-authored-by: Ami Magid <[email protected]> Co-authored-by: Idan Yael <[email protected]>
Added list owned assets endpoint and NCW for NFTs
Add asset and blockchain beta apis
…ks-legacy-js-sdk-beneficiary-vas-pdid-is-optional Travel Rule - beneficiaryVASPdid is optional
…inated-endpoint Add paginated endpoint to get balance on /internal_wallets/<wallet id>/assets
* feat: changed asset and blockchain apis response * fix: separate scope for register asset
* feat: changed asset and blockchain apis response * fix: separate scope for register asset * feat: blockchain and asset listing endpoints GA * feat: changed names for interfaces for response
* feat: changed asset and blockchain apis response * fix: separate scope for register asset * feat: blockchain and asset listing endpoints GA * feat: changed names for interfaces for response * feat: added ids filter for listing assets and blockchains endpoints
| This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. | 
added ncw header
* add updateAssetUserMetadata endpoint * send expected payload as a param
* feat: changed asset and blockchain apis response * fix: separate scope for register asset * feat: blockchain and asset listing endpoints GA * feat: changed names for interfaces for response * feat: added ids filter for listing assets and blockchains endpoints * feat: added verified to list asset response
Support Freeze Tenant via API