File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,23 @@ and this project adheres to
33
33
([ #1561 ] ).
34
34
- cosmwasm-vm: Add ` Cache::remove_wasm ` to remove obsolete Wasm blobs and their
35
35
compiled modules.
36
+ - cosmwasm-std: Implement fraction multiplication and division. Assists with
37
+ Uint & Decimal arithmetic and exposes methods for flooring/ceiling result
38
+ ([ #1485 ] , [ #1566 ] ).
36
39
37
40
[ #1436 ] : https://github.com/CosmWasm/cosmwasm/issues/1436
38
41
[ #1437 ] : https://github.com/CosmWasm/cosmwasm/issues/1437
39
- [ #1481 ] : https://github.com/CosmWasm/cosmwasm/pull/1481
40
42
[ #1478 ] : https://github.com/CosmWasm/cosmwasm/pull/1478
43
+ [ #1481 ] : https://github.com/CosmWasm/cosmwasm/pull/1481
44
+ [ #1485 ] : https://github.com/CosmWasm/cosmwasm/issues/1485
41
45
[ #1513 ] : https://github.com/CosmWasm/cosmwasm/pull/1513
42
46
[ #1533 ] : https://github.com/CosmWasm/cosmwasm/pull/1533
43
47
[ #1550 ] : https://github.com/CosmWasm/cosmwasm/issues/1550
44
48
[ #1552 ] : https://github.com/CosmWasm/cosmwasm/pull/1552
45
49
[ #1554 ] : https://github.com/CosmWasm/cosmwasm/pull/1554
46
50
[ #1560 ] : https://github.com/CosmWasm/cosmwasm/pull/1560
47
51
[ #1561 ] : https://github.com/CosmWasm/cosmwasm/pull/1561
52
+ [ #1566 ] : https://github.com/CosmWasm/cosmwasm/pull/1566
48
53
49
54
### Changed
50
55
You can’t perform that action at this time.
0 commit comments