-
Notifications
You must be signed in to change notification settings - Fork 69
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
Support Freeze Tenant via API #200
Open
SCFireblocks
wants to merge
228
commits into
support-freeze-tenant
Choose a base branch
from
master
base: support-freeze-tenant
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
* Remove constructor endpoint * Remove constructorParams * Change EVMTokenCreateParamsDto * Update parameter name * Adding back constructor params to support integration tests * Removing constructor params * Add new routes * Fix the descriptions * Remove blank lines * add params * Fix endpoint * Address comment * Fix types * Address comment
* add set asset price api * change param types for setAssetPrice endpoint --------- Co-authored-by: Lazar Stijakovic <[email protected]>
Add-rescan-txs
* Fix issue with add abi * Naming change * Fix route
* add maxTxFee * rename to maxTotalFee
* updated fetch-abi to fetch_abi * format --------- Co-authored-by: Trong Nguyen <[email protected]>
… to support fee and feeLevel (#298) * Update fee and feeLevel * Add externalId * Update ContractDeployRequest with fee * Update types.ts * Update types.ts
…d-to-vault Get/set VASP assigned to vault
[ncw] change ethNetwork from number to string on asset response
* add useGasless option * add fee option to ReadCallFunctionDto
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 Co-authored-by: snyk-bot <[email protected]>
Snyk has created this PR to upgrade jsonwebtoken from 9.0.0 to 9.0.2. See this package in npm: jsonwebtoken See this project in Snyk: https://app.snyk.io/org/ori-fvw/project/7ca60b8f-454a-4430-ab7a-b46193792580?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <[email protected]>
Snyk has created this PR to upgrade axios from 1.6.0 to 1.7.7. See this package in npm: axios See this project in Snyk: https://app.snyk.io/org/ori-fvw/project/7ca60b8f-454a-4430-ab7a-b46193792580?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Yoav Bar-Zeev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support Freeze Tenant via API