File tree Expand file tree Collapse file tree 8 files changed +23
-9
lines changed Expand file tree Collapse file tree 8 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.5.1
4
+
5
+ ### Fixed
6
+
7
+ - An issue where ` BakerRewardPeriodInfo ` incorrectly mapped ` delegatedCapital ` field
8
+
3
9
## 9.5.0
4
10
5
11
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @concordium/common-sdk" ,
3
- "version" : " 9.5.0 " ,
3
+ "version" : " 9.5.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"engines" : {
6
6
"node" : " >=14.16.0"
Original file line number Diff line number Diff line change @@ -2805,7 +2805,7 @@ export function bakerRewardPeriodInfo(
2805
2805
effectiveStake : unwrap ( bakerRewardPeriod . effectiveStake ?. value ) ,
2806
2806
commissionRates : trCommissionRates ( bakerRewardPeriod . commissionRates ) ,
2807
2807
equityCapital : unwrap ( bakerRewardPeriod . equityCapital ?. value ) ,
2808
- delegatedCapital : unwrap ( bakerRewardPeriod . equityCapital ?. value ) ,
2808
+ delegatedCapital : unwrap ( bakerRewardPeriod . delegatedCapital ?. value ) ,
2809
2809
isFinalizer : bakerRewardPeriod . isFinalizer ,
2810
2810
} ;
2811
2811
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.5.1
4
+
5
+ - Bumped @concordium/common-sdk to 9.5.1.
6
+
3
7
## 9.5.0
4
8
5
9
- Bumped @concordium/common-sdk to 9.5.0.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @concordium/node-sdk" ,
3
- "version" : " 9.5.0 " ,
3
+ "version" : " 9.5.1 " ,
4
4
"description" : " Helpers for interacting with the Concordium node" ,
5
5
"repository" : {
6
6
"type" : " git" ,
60
60
"build-dev" : " tsc"
61
61
},
62
62
"dependencies" : {
63
- "@concordium/common-sdk" : " 9.5.0 " ,
63
+ "@concordium/common-sdk" : " 9.5.1 " ,
64
64
"@grpc/grpc-js" : " ^1.3.4" ,
65
65
"@protobuf-ts/grpc-transport" : " ^2.8.2" ,
66
66
"buffer" : " ^6.0.3" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 6.5.1
4
+
5
+ - Bumped @concordium/common-sdk to 9.5.1.
6
+
3
7
## 6.5.0
4
8
5
9
- Bumped @concordium/common-sdk to 9.5.0.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @concordium/web-sdk" ,
3
- "version" : " 6.5.0 " ,
3
+ "version" : " 6.5.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"browser" : " lib/concordium.min.js" ,
6
6
"types" : " lib/index.d.ts" ,
48
48
"webpack-cli" : " ^4.9.2"
49
49
},
50
50
"dependencies" : {
51
- "@concordium/common-sdk" : " 9.5.0 " ,
51
+ "@concordium/common-sdk" : " 9.5.1 " ,
52
52
"@concordium/rust-bindings" : " 1.2.0" ,
53
53
"@grpc/grpc-js" : " ^1.3.4" ,
54
54
"@protobuf-ts/grpcweb-transport" : " ^2.8.2" ,
Original file line number Diff line number Diff line change @@ -1334,7 +1334,7 @@ __metadata:
1334
1334
languageName : unknown
1335
1335
linkType : soft
1336
1336
1337
- " @concordium/[email protected] .0 , @concordium/common-sdk@workspace:^, @concordium/common-sdk@workspace:packages/common " :
1337
+ " @concordium/[email protected] .1 , @concordium/common-sdk@workspace:^, @concordium/common-sdk@workspace:packages/common " :
1338
1338
version : 0.0.0-use.local
1339
1339
resolution : " @concordium/common-sdk@workspace:packages/common"
1340
1340
dependencies :
@@ -1423,7 +1423,7 @@ __metadata:
1423
1423
version : 0.0.0-use.local
1424
1424
resolution : " @concordium/node-sdk@workspace:packages/nodejs"
1425
1425
dependencies :
1426
- " @concordium/common-sdk " : 9.5.0
1426
+ " @concordium/common-sdk " : 9.5.1
1427
1427
" @grpc/grpc-js " : ^1.3.4
1428
1428
" @noble/ed25519 " : ^1.7.1
1429
1429
" @protobuf-ts/grpc-transport " : ^2.8.2
@@ -1462,7 +1462,7 @@ __metadata:
1462
1462
version : 0.0.0-use.local
1463
1463
resolution : " @concordium/web-sdk@workspace:packages/web"
1464
1464
dependencies :
1465
- " @concordium/common-sdk " : 9.5.0
1465
+ " @concordium/common-sdk " : 9.5.1
1466
1466
" @concordium/rust-bindings " : 1.2.0
1467
1467
" @grpc/grpc-js " : ^1.3.4
1468
1468
" @protobuf-ts/grpcweb-transport " : ^2.8.2
You can’t perform that action at this time.
0 commit comments