- Jul 13, 2021
-
-
zjb0807 authored
-
- Jun 17, 2021
- Jun 14, 2021
-
-
zjb0807 authored
* implement fungible and fungibles for tokens * fix clippy * add TODO * add helper do_transfer * Apply review suggestions
-
- Jun 12, 2021
-
-
Greg Hill authored
Signed-off-by:
Gregory Hill <gregorydhill@outlook.com>
-
- May 21, 2021
-
-
wangjj9219 authored
-
- May 18, 2021
-
-
Shaun Wang authored
-
- May 15, 2021
-
-
brettkolodny authored
* Converted Vec storage to BoundedVec * Updated tokens impl * Added MaximumLocksExceeded error * Renamed error MaximumLocksExceeded to MaxLocksExceeded * Test for exceeding maximum locks * Added MaxEncodedLen derives * Removed explicit Result return
-
- May 02, 2021
-
-
Xiliang Chen authored
* rename MergeAccount to TransferAll * fix
-
- Feb 11, 2021
-
-
brettkolodny authored
* Migrated auction mock file to construct_runtime macro * Migrated currencies mock file to contruct_runtime * Migrated gradually-update mock file to construct_runtime * Migrated nft mock file to construct_runtime macro * Migrated oracle mock file to construct_runtime * Migrated rewards mock file to construct_runtime macro * Migrated mock file to construct_runtime macro * Migrated mock file to construct_runtime macro
-
- Feb 04, 2021
-
-
Shaopeng Wang authored
* Tidy up oracle module. * Tokens and currencies module. * Apply convention to modules.
-
- Feb 03, 2021
-
-
wangjj9219 authored
-
- Jan 15, 2021
-
-
wangjj9219 authored
* migrate auction module * migrate authority module * migrate tokens module * fix clippy
-
- Dec 22, 2020
-
-
Ermal Kaleci authored
* update LockableCurrency to return resut * update tests
-
- Dec 07, 2020
-
-
Shaopeng Wang authored
* Apply substrate breaking change. * Fix readme typo.
-
- Nov 29, 2020
-
-
wangjj9219 authored
* refactor try_mutate_account * remove OnReceived
-
- Nov 27, 2020
-
-
wangjj9219 authored
-
- Nov 13, 2020
-
-
zjb0807 authored
-
- Nov 10, 2020
-
-
Xiliang Chen authored
* update substrate * update benmchmarks
-
- Sep 02, 2020
-
-
zjb0807 authored
* add currencyAdapter * adjust imblances * add unit test
-
- May 26, 2020
-
-
wangjj9219 authored
* impl OnReceived for tokens * update storage map keys of tokens
-
- May 19, 2020
-
-
wangjj9219 authored
* remove ExistentialDeposit * switch subsrate dependencies to crates.io
-
- Apr 21, 2020
-
-
wangjj9219 authored
-
- Apr 15, 2020
-
-
wangjj9219 authored
-
- Mar 16, 2020
-
-
wangjj9219 authored
* add constructor for CheckOperator * refactor the traits related to Currency * format code * modify * update test cases * update test cases
-
- Feb 20, 2020
-
-
zjb0807 authored
-
- Feb 18, 2020
-
-
Ermal Kaleci authored
Co-authored-by:
Xiliang Chen <xlchen1291@gmail.com>
-
- 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.
-
- Dec 23, 2019
-
-
Xiliang Chen authored
-
- Dec 12, 2019
-
-
Shaopeng Wang 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 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.
-