serai/substrate/node/src
akildemir fdfce9e207
Coins pallet (#399)
* initial implementation

* add function to get a balance of an account

* add support for multiple coins

* rename pallet to "coins-pallet"

* replace balances, assets and tokens pallet with coins pallet in runtime

* add total supply info

* update client side for new Coins pallet

* handle fees

* bug fixes

* Update FeeAccount test

* Fmt

* fix pr comments

* remove extraneous Imbalance type

* Minor tweaks

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2023-10-19 06:22:21 -04:00
..
chain_spec.rs Coins pallet (#399) 2023-10-19 06:22:21 -04:00
cli.rs Resolve clippy error 2023-03-13 07:57:45 -04:00
command.rs Update substrate 2023-07-18 22:30:55 -04:00
command_helper.rs Processor (#259) 2023-03-16 22:59:40 -04:00
main.rs Initial Tendermint implementation (#145) 2022-12-03 18:38:02 -05:00
rpc.rs Corrections from renaming Index to Nonce 2023-07-18 23:52:37 -04:00
service.rs Update substrate 2023-07-18 22:30:55 -04:00