File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.3.1
3
+ ## 1.3.2
4
4
5
5
### Added
6
6
7
- - A page in settings to display the recovery phrase.
7
+ - A page in settings to display the secret recovery phrase.
8
+
9
+ ### Fixed
10
+
11
+ - Updating stake crashing if the amount as microCCD exceeds 64 bits.
12
+
13
+ ## 1.3.1
8
14
9
15
### Changed
10
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @concordium/browser-wallet" ,
3
3
"private" : true ,
4
- "version" : " 1.3.1 " ,
4
+ "version" : " 1.3.2 " ,
5
5
"description" : " Browser extension wallet for the Concordium blockchain" ,
6
6
"author" : " Concordium Software" ,
7
7
"license" : " Apache-2.0" ,
53
53
"react-window-infinite-loader" : " ^1.0.8" ,
54
54
"readable-stream" : " ^4.2.0" ,
55
55
"uuid" : " ^8.3.2" ,
56
- "wallet-common-helpers" : " https://github.com/Concordium/concordium-wallet-common-helpers.git#b5b8acd7304f297a1aa67c91b735e90f3edef5a5 "
56
+ "wallet-common-helpers" : " https://github.com/Concordium/concordium-wallet-common-helpers.git#8c205e5f3d335cbcafd80f30346cfb3ac5794590 "
57
57
},
58
58
"devDependencies" : {
59
59
"@babel/core" : " ^7.18.2" ,
Original file line number Diff line number Diff line change @@ -2281,7 +2281,7 @@ __metadata:
2281
2281
tsconfig-paths-webpack-plugin: ^3.5.2
2282
2282
typescript: ^5.2.2
2283
2283
uuid: ^8.3.2
2284
- wallet-common-helpers: "https://github.com/Concordium/concordium-wallet-common-helpers.git#b5b8acd7304f297a1aa67c91b735e90f3edef5a5 "
2284
+ wallet-common-helpers: "https://github.com/Concordium/concordium-wallet-common-helpers.git#8c205e5f3d335cbcafd80f30346cfb3ac5794590 "
2285
2285
languageName: unknown
2286
2286
linkType: soft
2287
2287
@@ -23220,9 +23220,9 @@ __metadata:
23220
23220
languageName: node
23221
23221
linkType: hard
23222
23222
23223
- "wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#b5b8acd7304f297a1aa67c91b735e90f3edef5a5 ":
23223
+ "wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#8c205e5f3d335cbcafd80f30346cfb3ac5794590 ":
23224
23224
version: 2.0.0
23225
- resolution: "wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#commit=b5b8acd7304f297a1aa67c91b735e90f3edef5a5 "
23225
+ resolution: "wallet-common-helpers@https://github.com/Concordium/concordium-wallet-common-helpers.git#commit=8c205e5f3d335cbcafd80f30346cfb3ac5794590 "
23226
23226
dependencies:
23227
23227
buffer: ^6.0.3
23228
23228
cbor: ^8.0.0
@@ -23232,7 +23232,7 @@ __metadata:
23232
23232
"@concordium/web-sdk": 7.x
23233
23233
react: ">=16"
23234
23234
react-dom: ">=16"
23235
- checksum: 44d3f75d2547b3bf3242f4783110bf21dedec6b142dcbad749040a64d017665c6fa3012d791e85160f6b79188adddd9dc89e65bb75d567accd12affc17bde635
23235
+ checksum: 86b95cc2e40c2002d9223949cadd7b0ae449f1068021ca0a59a7f702e6ceb25ef54e9fdc75f05995deb940a8cc1b01436ea23fa3207b8913cd70aa794e0f3612
23236
23236
languageName: node
23237
23237
linkType: hard
23238
23238
You can’t perform that action at this time.
0 commit comments