- Feb 16, 2020
-
-
Xiliang Chen authored
* update substrate * fix tests
-
- Jan 31, 2020
-
-
Xiliang Chen authored
-
- Jan 15, 2020
-
-
Shaopeng Wang authored
* Add dust removal and transfer_all in orml-tokens. * Ensure existential rule for transfer, deposit and withdraw. * orml-tokens transfer: return error if dest balance is zero and transfer amount below existential deposit. * set_balance helper. * Existential deposit unit tests. * Fix orml-currencies mock. * Renaming. * Update transfer_all in orml-tokens.
-
- Jan 12, 2020
-
-
Xiliang Chen authored
-
- Dec 24, 2019
-
-
Ermal Kaleci authored
-
- Dec 23, 2019
-
-
Xiliang Chen authored
-
- Dec 12, 2019
-
-
Shaopeng Wang authored
-
- Dec 03, 2019
-
-
Xiliang Chen authored
-
- Nov 25, 2019
-
-
Xiliang Chen authored
* rename to FRAME * fix test
-
- Nov 21, 2019
-
-
Shaopeng Wang authored
* Rename paint to palette. * Fix typo. * Update comments.
-
- Nov 20, 2019
-
-
Shaopeng Wang authored
* Update paint balance adapting. * Update error type. * Update multi currency to basic currency adapting. * Remove HasCompact bound for CurrencyId. * Update BasicCurrencyAdapter struct define.
-
- Nov 15, 2019
-
-
Xiliang Chen authored
* rename srml to paint * fix case
-
- Nov 13, 2019
-
-
Shaopeng Wang authored
* Update slash: return gap instead of slashed amount. * Add unit test for tokens module slash.
-
- Nov 07, 2019
-
-
Shaopeng Wang authored
* Tokens module: impl MultiCurrencyExtended. * Minor fixes.
-
- Nov 06, 2019
-
-
Shaopeng Wang authored
* Error type for MultiCurrency trait and tokens module. * fmt * Update error type. * Update transfer unit test.
-
- Nov 05, 2019
-
-
Shaopeng Wang authored
* Tokens module unit tests. * Remove workspace src directory * Add example crate. * fmt * Update example. * Minor fixes. * Remove allow dead code.
-
- Nov 01, 2019
-
-
Shaopeng Wang authored
* Define MultiCurrency trait. * Declare storage. * Impl multi currency trait for tokens module. * Balance transfer. * Fix typo. * fmt * Add transferred event. * Update tokens trait and slash impl. * Use value type for currency id params. * fmt
-
- Oct 30, 2019
-
-
Bryan Chen authored
-