File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 2025.04.16
2
+
3
+ #### @iroha/client 0.4.0-beta.1 (prerelease)
4
+
5
+ - refactor(client)!: updated config endpoints (#251 )
6
+ - docs(client): remove redundant note about selectors design (#247 )
7
+
8
+ #### @iroha/core 0.4.0-beta.1 (prerelease)
9
+
10
+ - refactor(core)!: support of wip ` rc.2 ` (NFTs & empty blocks) (#251 )
11
+ - perf(core)!: optimise interop with crypto wasm, change some crypto apis (#248 )
12
+
1
13
### 2025.03.13a
2
14
3
15
#### @iroha/core 0.3.1 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iroha/client" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.4.0-beta.1 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./web-socket" : " ./web-socket/mod.ts"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iroha/core" ,
3
- "version" : " 0.3 .1" ,
3
+ "version" : " 0.4.0-beta .1" ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./codec" : " ./codec.ts" ,
You can’t perform that action at this time.
0 commit comments