Skip to content
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a826767
denominated units for balances in events
SkymanOne Sep 19, 2022
ae983f2
fmt and changelog
SkymanOne Sep 19, 2022
1da093f
denominated input for balances
SkymanOne Sep 20, 2022
7e76f62
fix spelling
SkymanOne Sep 20, 2022
a6e916d
Merge branch 'master' into gn-denominated-units
SkymanOne Sep 21, 2022
3317435
add test for incorrect token symbol
SkymanOne Sep 21, 2022
9d801b3
optimise rpc calls for token metadata
SkymanOne Sep 21, 2022
3252aee
bump subxt, add Compact compatibility
SkymanOne Sep 22, 2022
130cdfc
replace f64 with rust_decimal
SkymanOne Sep 25, 2022
375467d
Merge branch 'master' into gn-denominated-units
SkymanOne Sep 25, 2022
af9c9bc
more comprehensive denomination
SkymanOne Sep 27, 2022
e53326a
covering edge case with small values
SkymanOne Sep 27, 2022
3a573b7
more tests and docs
SkymanOne Sep 28, 2022
54a340a
context for balance overflows
SkymanOne Sep 28, 2022
2acaf7f
Merge branch 'master' into gn-denominated-units
SkymanOne Oct 4, 2022
8bd6e3a
tested conversion from u128
SkymanOne Oct 6, 2022
cd6a6a6
more tests and better conditionals
SkymanOne Oct 6, 2022
7e1336d
include suggestions from review
SkymanOne Oct 6, 2022
f00c621
Merge branch 'master' into gn-denominated-units
SkymanOne Oct 10, 2022
569e8ae
apply changes from review
SkymanOne Oct 12, 2022
522d807
inline unwrap and formatting
SkymanOne Oct 13, 2022
c554945
more clarity in string parsing for balances
SkymanOne Oct 21, 2022
73db71f
Merge branch 'master' into gn-denominated-units
SkymanOne Oct 21, 2022
5329638
checked mul and renamed Kilo symbol
SkymanOne Oct 28, 2022
6814589
better comments for error and bumped wasm-opt
SkymanOne Oct 28, 2022
a0e1497
Merge branch 'master' into gn-denominated-units
SkymanOne Oct 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ release of `ink!`. It is *not* backwards compatible with older versions of `ink!

### Added
- `--output-json` support for `call`, `instantiate` and `upload` commands - [#722](https://github.com/paritytech/cargo-contract/pull/722)
- Denominated units for Balances - [#750](https://github.com/paritytech/cargo-contract/pull/750)
- Use new ink entrance crate - [#728](https://github.com/paritytech/cargo-contract/pull/728)

### Fixed
Expand Down
Loading