-
Notifications
You must be signed in to change notification settings - Fork 3
Bump @scure/bip32 from 1.5.0 to 1.6.2 #611
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
Open
dependabot
wants to merge
127
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/scure/bip32-1.6.2
base: main
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 hidden or 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
* Add provider integration tables * Rename address book to known destination * Rename transfer relationship for future proofing * Remove default to now on connection's table date time columns due to the integrity hash at the application level. * Set the connection's credential column as nullable to better fit the initiation flow. * Fix typo on known destination relationship name. * Add request JSON in the transfers as a wildcard.
* Move Vault constant to shared * Rename constant file
…ven the input (#8) * Refactor privateKeyToJwk and getPublicKey to return the right type * Fix broken tests * Rollback the RSA length to 2048 * Add comment about RSA length side effect
Bumps [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) from 10.3.9 to 10.4.15. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/platform-express) --- updated-dependencies: - dependency-name: "@nestjs/platform-express" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [axios-retry](https://github.com/softonic/axios-retry) from 4.4.2 to 4.5.0. - [Changelog](https://github.com/softonic/axios-retry/blob/master/CHANGELOG.md) - [Commits](softonic/axios-retry@v4.4.2...v4.5.0) --- updated-dependencies: - dependency-name: axios-retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) from 2.13.4 to 2.15.3. - [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases) - [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc) - [Commits](OpenAPITools/openapi-generator-cli@v2.13.4...v2.15.3) --- updated-dependencies: - dependency-name: "@openapitools/openapi-generator-cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.5 to 16.4.7. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.5...v16.4.7) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Seed for Anchorage
* Create connection draft * Encode and decode Anchorage credentials * Remove provider type draft * Initiate, activate and create flow with encryption * Add tests for the encryption key * Rename encryption module to transit encryption * Add tests to the decrypt * Rename table to transit_encryption_key * Work in progress with repository static map method * Add connection findAll * Refactor connection to have a clear boundary on statuses * List connections endpoint * Add endpoint to get connection by ID * Add update connection endpoint * Improve invalid connection status error handling * Bump RSA key length from 2048 to 4096 * Update patch endpoint docs
* structure for vault-custodian * rebased of broker branch, deleted skeleton * basis * wallet get endpoint * wallets by client and wallets by id * accounts by wallet * return all relationships, use Connection repository static map * withPagination * pagination in nestjs-shared and tested both in wallets and package * account getters * address getters * added connections endpoints * removed custom encoding, removed skip/take parameters * removed duplicated test utils * split mocks and utils for tests * validFields renamed to cursorOrderColumns and mandatory * Update apps/vault/src/broker/core/type/indexed-resources.type.ts Co-authored-by: William Calderipe <[email protected]> * added findAll request for wallet and accounts * parsing provider --------- Co-authored-by: William Calderipe <[email protected]>
* Add LINK asset on ZKsync Sepolia * Fix Anchorage ID
* Migration, data is persisted per-connection (#88) * schema migration to scope all data per connection * data migration script * fix provider type per connection * unique keys order * fixed failing tests * added connectionId to mock data in transfer and sync tests * handle known destination connections to connectionId * abstract away single tie to connection change from known destinations * filter on correct row in wallet repository * updated migration script to duplicate provider resources * updates existing transfers * Pass through known destination (#90) * Add CSR public key format for FB connection (#92) * Add CSR public key format for FB connection * Add optional CSR format in the public key DTO * Add describe block * Pin node-forge version * Remove wallet connections list (#95) * Scope operations by connection (#96) * Scope operations by connection * Scope sync operations by connection * Fix supertest wrapper to work with query method * Use signed request util in the wallet E2E tests * Fix flaky tests * Add back connection list endpoint * Fix address E2E tests * Bump SDK version * Add network and asset endpoints in the SDK * Adding BitGo connection * ScopedSync by RawAccounts (#84) * duplicated sync, poc working * fixed rebase conflicts and format * cleanup rebase merge, correctly insert connectionId on scope sync * fireblocks scoped-sync updates * use vault label * added updates to anchorage's scoped sync service * add tests on anchorage scoped sync * cleaned up anchorage scope sync tests * map fireblocks assetWallets to network specific accounts * fixed not found test expectation * test fireblocks scoped sync * fixed rebase conflicts * changed externalId standard * Adding Raw Accounts endpoint & Assed/Network bootstrap * Adding includeAddress query param so fireblocks does not always fetch addresses * Cache assets & refactor network cache (#98) * Cache asset Refactor network to use cache manager * Remove draft config * Pin cache-manager version * Lower case cache keys * Fix findAll method * Endpoints to fetch scoped-syncs (#101) * scoped sync persists stringified raw accounts * add status fetching endpoints for scoped syncs * use prismaservice methods to json stringify and parse * Minor fixes before release connection-specific (#102) * Add back the nested wallet and account endpoints in the connection * Minor fix on scope sync logs Connection ID is mandatory in the Vault Client * connect a new connection triggers full sync on anchorage (#103) * connect a new connection triggers full sync on anchorage * fix test excpetation for empty raw accounts on anchorage * Add listProviderRawAccounts method in the Vault SDK * removed references to 'sync' and dropped table * removed syncService from connection test * deleted sync e2e test * re-generated sdk without scoped sync methods * Revert "re-generated sdk without scoped sync methods" This reverts commit 66dccdfa2bd909d2f6c015b153e87c3728004dd2. * Revert "removed references to 'sync' and dropped table" This reverts commit 9c2cd022b95439ce9bc4a45a44d7c67da0cdc535. * Revert "deleted sync e2e test" This reverts commit 2f4a252650fb871662cbe92ba149aa9e2dc5d0c6. * Revert "removed syncService from connection test" This reverts commit 450ece6a34ec5ef04bf170c176f56de4e71b97c9. * removed sync functionality except list * removed deprecated imports --------- Co-authored-by: Ptroger <[email protected]> Co-authored-by: Pierre Troger <[email protected]> * Feature/nar 2059 make scoped sync quicker (#104) * fireblocks query uniquely scoped accounts, handle duplicated rawAccounts * optimized queries per wallet * anchorage scoped syncs swallow not found errors * batch requests to control rate limiting * removed connection-sync event handler * manage error handling in promiseAllSettled * use httpstatus * expect precisely one account * Asset fallback (#105) * Asset fallback for Anchorage and Fireblocks * Add TransferAssetService * Remove findTransferAsset from AssetService * Remove fallback type * Refactor TransferAssetService * Fix integration test types * Fix E2E tests * Fix provider --------- Co-authored-by: Ptroger <[email protected]> Co-authored-by: Matt Schoch <[email protected]> Co-authored-by: Pierre Troger <[email protected]>
* Migration, data is persisted per-connection (#88) * schema migration to scope all data per connection * data migration script * fix provider type per connection * unique keys order * fixed failing tests * added connectionId to mock data in transfer and sync tests * handle known destination connections to connectionId * abstract away single tie to connection change from known destinations * filter on correct row in wallet repository * updated migration script to duplicate provider resources * updates existing transfers * Pass through known destination (#90) * Add CSR public key format for FB connection (#92) * Add CSR public key format for FB connection * Add optional CSR format in the public key DTO * Add describe block * Pin node-forge version * Remove wallet connections list (#95) * Scope operations by connection (#96) * Scope operations by connection * Scope sync operations by connection * Fix supertest wrapper to work with query method * Use signed request util in the wallet E2E tests * Fix flaky tests * Add back connection list endpoint * Fix address E2E tests * Bump SDK version * Add network and asset endpoints in the SDK * Adding BitGo connection * ScopedSync by RawAccounts (#84) * duplicated sync, poc working * fixed rebase conflicts and format * cleanup rebase merge, correctly insert connectionId on scope sync * fireblocks scoped-sync updates * use vault label * added updates to anchorage's scoped sync service * add tests on anchorage scoped sync * cleaned up anchorage scope sync tests * map fireblocks assetWallets to network specific accounts * fixed not found test expectation * test fireblocks scoped sync * fixed rebase conflicts * changed externalId standard * Adding Raw Accounts endpoint & Assed/Network bootstrap * Adding includeAddress query param so fireblocks does not always fetch addresses * Cache assets & refactor network cache (#98) * Cache asset Refactor network to use cache manager * Remove draft config * Pin cache-manager version * Lower case cache keys * Fix findAll method * Endpoints to fetch scoped-syncs (#101) * scoped sync persists stringified raw accounts * add status fetching endpoints for scoped syncs * use prismaservice methods to json stringify and parse * Minor fixes before release connection-specific (#102) * Add back the nested wallet and account endpoints in the connection * Minor fix on scope sync logs Connection ID is mandatory in the Vault Client * connect a new connection triggers full sync on anchorage (#103) * connect a new connection triggers full sync on anchorage * fix test excpetation for empty raw accounts on anchorage * Add listProviderRawAccounts method in the Vault SDK * removed references to 'sync' and dropped table * removed syncService from connection test * deleted sync e2e test * re-generated sdk without scoped sync methods * Revert "re-generated sdk without scoped sync methods" This reverts commit 66dccdfa2bd909d2f6c015b153e87c3728004dd2. * Revert "removed references to 'sync' and dropped table" This reverts commit 9c2cd022b95439ce9bc4a45a44d7c67da0cdc535. * Revert "deleted sync e2e test" This reverts commit 2f4a252650fb871662cbe92ba149aa9e2dc5d0c6. * Revert "removed syncService from connection test" This reverts commit 450ece6a34ec5ef04bf170c176f56de4e71b97c9. * removed sync functionality except list * removed deprecated imports --------- Co-authored-by: Ptroger <[email protected]> Co-authored-by: Pierre Troger <[email protected]> * Feature/nar 2059 make scoped sync quicker (#104) * fireblocks query uniquely scoped accounts, handle duplicated rawAccounts * optimized queries per wallet * anchorage scoped syncs swallow not found errors * batch requests to control rate limiting * removed connection-sync event handler * manage error handling in promiseAllSettled * use httpstatus * expect precisely one account * Asset fallback (#105) * Asset fallback for Anchorage and Fireblocks * Add TransferAssetService * Remove findTransferAsset from AssetService * Remove fallback type * Refactor TransferAssetService * Fix integration test types * Fix E2E tests * Fix provider * Update Unified API examples * Remove pagination * Update README * Update quickstart README * Quickstart, Select Accounts section * Adding `.` before quickstart readme so it orders first in gist * Update SDK version * Ignore config.*.yaml files in git --------- Co-authored-by: Ptroger <[email protected]> Co-authored-by: Matt Schoch <[email protected]> Co-authored-by: Pierre Troger <[email protected]>
* Remove encryption initialization on tests * Remove tracking code * Use VaultTest to create module * Use test provision on broker wallet specs * Add comments explaining the encryption setup
* removed operations, scope sync can partially succeed * refactor bitgo and fireblocks * tests fixed for new interface * removed unused services imports * adding logs to the wallet bulkUpsert method * networkMap is a map, addressed namings, used constants instead of numbers * namings, complete function handles partial success for scoped sync service * lock sync when there's already an in progresss sync for this connection * Trying larger runner * fixed the network caching, and the lock on scope sync * Revert "Trying larger runner" This reverts commit bda1bb6b3154ae3f71740bbbcf7d0aca263649dc. * raw account errors are more precise * fireblocks raw accounts building use external network id * fixed reads for upserts outside of tx scope * exists take the status as a parameter * removed unused function --------- Co-authored-by: Matt Schoch <[email protected]>
This reverts commit 09f92c7.
This reverts commit 67ef11f.
* removed operations, scope sync can partially succeed * refactor bitgo and fireblocks * tests fixed for new interface * removed unused services imports * adding logs to the wallet bulkUpsert method * networkMap is a map, addressed namings, used constants instead of numbers * namings, complete function handles partial success for scoped sync service * lock sync when there's already an in progresss sync for this connection * Trying larger runner * fixed the network caching, and the lock on scope sync * Revert "Trying larger runner" This reverts commit bda1bb6b3154ae3f71740bbbcf7d0aca263649dc. * raw account errors are more precise * fireblocks raw accounts building use external network id * fixed reads for upserts outside of tx scope * exists take the status as a parameter * removed unused function * fixed fireblocks scoped sync mock server declaration --------- Co-authored-by: Matt Schoch <[email protected]>
misc hotfix on transfer example
* Bind request to a given public key * Fix test description to match the option name * Add bind access token acceptance test * Fix authorization request E2E test * Move confirmation claim to the request metadata * Bump SDK to 0.19.0 * Test sign transaction with bound access token
* BitGo Hookup, raw accounts, sync, transfer
This reverts commit 37cc70f.
* Declarative Config for Engine; app-level * Clients move to normalized table, db encryption & integrity, declarative client config * Fixing tests
* Fix authorization guard access check * Fix JWT decode
Bumps [@scure/bip32](https://github.com/paulmillr/scure-bip32) from 1.5.0 to 1.6.2. - [Release notes](https://github.com/paulmillr/scure-bip32/releases) - [Commits](paulmillr/scure-bip32@1.5.0...1.6.2) --- updated-dependencies: - dependency-name: "@scure/bip32" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
e240477
to
d97046c
Compare
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.
Bumps @scure/bip32 from 1.5.0 to 1.6.2.
Release notes
Sourced from
@scure/bip32
's releases.Commits
1d9017c
Release 1.6.2.04e0681
Update ci scripts085bcfa
Fix workflows8fb2a81
Update micro-shouldc663b6d
Bump jsbt helpers 0.3.0. Add build:release script.11546a4
Bump jsbt helpers 0.3.0. Add build:release script.89efb76
build: use ts verbatimModuleSyntax for future type erasusurec5a14a5
ci: use reusable workflowse3748f1
change test scriptf22bd6a
Commit indexDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)