-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #393 from Concordium/replace-jsonRPC-with-GRPC-in-…
…WCCD-dapp Replace jsonRPC with gRPC
- Loading branch information
Showing
7 changed files
with
103 additions
and
136 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,5 +1,9 @@ | ||
# Changelog | ||
|
||
# 4.1.0 | ||
|
||
- Migrate dApp from using deprecated JSON-RPC client to new gRPC client. | ||
|
||
## 4.0.0 | ||
|
||
### Added | ||
|
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,10 +1,10 @@ | ||
{ | ||
"name": "wccd", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@concordium/react-components": "^0.2.0", | ||
"@concordium/react-components": "^0.3.0", | ||
"@concordium/web-sdk": "^6.3.0", | ||
"@thi.ng/leb128": "^2.1.18", | ||
"@walletconnect/types": "^2.1.4", | ||
|
@@ -26,6 +26,9 @@ | |
"ts-node": "^10.8.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"resolutions": { | ||
"@concordium/web-sdk": "^6.3.0" | ||
}, | ||
"scripts": { | ||
"build": "NETWORK='testnet' node --loader ts-node/esm ./esbuild.config.ts; cp ./src/assets/* ./dist", | ||
"build:prod": "NETWORK='mainnet' node --loader ts-node/esm ./esbuild.config.ts; cp ./src/assets/* ./dist", | ||
|
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
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
Oops, something went wrong.