-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
77 additions
and
27 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"packages/institutionalFeatures": "1.2.5", | ||
"packages/institutionalFeatures": "1.2.6", | ||
"packages/simpleCache": "1.1.0", | ||
"packages/types": "1.0.3", | ||
"packages/custodyController": "0.2.13", | ||
"packages/custodyKeyring": "1.0.2", | ||
"packages/sdk": "0.1.18", | ||
"packages/transactionUpdate": "0.1.28", | ||
"packages/websocketClient": "0.1.30", | ||
"packages/custodyController": "0.2.14", | ||
"packages/custodyKeyring": "1.0.3", | ||
"packages/sdk": "0.1.19", | ||
"packages/transactionUpdate": "0.1.29", | ||
"packages/websocketClient": "0.1.31", | ||
"packages/configurationClient": "2.0.0", | ||
"packages/portfolioDashboard": "1.4.0", | ||
"packages/rpcAllowlist": "1.0.0", | ||
"packages/extension": "0.3.6" | ||
"packages/extension": "0.3.7" | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask-institutional/custody-controller", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "Custody controller is a background controller responsible for maintaining a cache of custody data in local storage", | ||
"author": "Albert Olive <[email protected]>", | ||
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", | ||
|
@@ -30,8 +30,8 @@ | |
"gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99", | ||
"dependencies": { | ||
"@ethereumjs/util": "^8.0.5", | ||
"@metamask-institutional/custody-keyring": "^1.0.2", | ||
"@metamask-institutional/sdk": "^0.1.18", | ||
"@metamask-institutional/custody-keyring": "^1.0.3", | ||
"@metamask-institutional/sdk": "^0.1.19", | ||
"@metamask-institutional/types": "^1.0.3", | ||
"@metamask/obs-store": "^8.0.0" | ||
} | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask-institutional/custody-keyring", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.", | ||
"author": "Albert Olive <[email protected]>", | ||
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", | ||
|
@@ -32,7 +32,7 @@ | |
"@ethereumjs/tx": "^4.1.1", | ||
"@ethereumjs/util": "^8.0.5", | ||
"@metamask-institutional/configuration-client": "^2.0.0", | ||
"@metamask-institutional/sdk": "^0.1.18", | ||
"@metamask-institutional/sdk": "^0.1.19", | ||
"@metamask-institutional/types": "^1.0.3", | ||
"@metamask/obs-store": "^8.0.0", | ||
"crypto": "^1.0.1", | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask-institutional/extension", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "This package will export extension blocks used across the old @codefi/mmi-sdk library", | ||
"author": "Antonio Regadas <[email protected]>", | ||
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", | ||
|
@@ -30,11 +30,11 @@ | |
"gitHead": "", | ||
"dependencies": { | ||
"@ethereumjs/util": "^8.0.5", | ||
"@metamask-institutional/custody-controller": "^0.2.13", | ||
"@metamask-institutional/custody-keyring": "^1.0.2", | ||
"@metamask-institutional/custody-controller": "^0.2.14", | ||
"@metamask-institutional/custody-keyring": "^1.0.3", | ||
"@metamask-institutional/portfolio-dashboard": "^1.4.0", | ||
"@metamask-institutional/sdk": "^0.1.18", | ||
"@metamask-institutional/transaction-update": "^0.1.28", | ||
"@metamask-institutional/sdk": "^0.1.19", | ||
"@metamask-institutional/transaction-update": "^0.1.29", | ||
"@metamask-institutional/types": "^1.0.3", | ||
"jest-create-mock-instance": "^2.0.0", | ||
"jest-fetch-mock": "3.0.3" | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask-institutional/institutional-features", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "This package will export connectRequest state used across the old @codefi/mmi-sdk library", | ||
"author": "Albert Olive <[email protected]>", | ||
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", | ||
|
@@ -29,7 +29,7 @@ | |
}, | ||
"gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99", | ||
"dependencies": { | ||
"@metamask-institutional/custody-keyring": "^1.0.2", | ||
"@metamask-institutional/custody-keyring": "^1.0.3", | ||
"@metamask/obs-store": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask-institutional/sdk", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "The MMISDK, is a collection of custodian API clients, it allows for interaction between Keyring and their APIs.", | ||
"author": "Antonio Regadas <[email protected]>", | ||
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask-institutional/transaction-update", | ||
"version": "0.1.28", | ||
"version": "0.1.29", | ||
"description": "This package will export transactionUpdate, responsible for handling transaction updates", | ||
"author": "Antonio Regadas <[email protected]>", | ||
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", | ||
|
@@ -29,10 +29,10 @@ | |
}, | ||
"gitHead": "", | ||
"dependencies": { | ||
"@metamask-institutional/custody-keyring": "^1.0.2", | ||
"@metamask-institutional/sdk": "^0.1.18", | ||
"@metamask-institutional/custody-keyring": "^1.0.3", | ||
"@metamask-institutional/sdk": "^0.1.19", | ||
"@metamask-institutional/types": "^1.0.3", | ||
"@metamask-institutional/websocket-client": "^0.1.30", | ||
"@metamask-institutional/websocket-client": "^0.1.31", | ||
"@metamask/obs-store": "^8.0.0", | ||
"ethereumjs-util": "^7.1.5" | ||
}, | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask-institutional/websocket-client", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"description": "This package will export WebsocketClient, responsible for establishing a connection to the WebSocket API and handle all the messages for transaction updates.", | ||
"author": "Antonio Regadas <[email protected]>", | ||
"homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", | ||
|
@@ -29,8 +29,8 @@ | |
}, | ||
"gitHead": "", | ||
"dependencies": { | ||
"@metamask-institutional/custody-keyring": "^1.0.2", | ||
"@metamask-institutional/sdk": "^0.1.18", | ||
"@metamask-institutional/custody-keyring": "^1.0.3", | ||
"@metamask-institutional/sdk": "^0.1.19", | ||
"@metamask-institutional/types": "^1.0.3", | ||
"mock-socket": "^9.2.1" | ||
} | ||
|