- Jun 08, 2021
-
-
Xiliang Chen 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
-
- Apr 13, 2021
-
-
Shaun Wang authored
-
- Apr 05, 2021
-
-
Xiliang Chen authored
-
- Mar 24, 2021
-
-
Shaun Wang authored
* Fix mocks. * Replace deprecated.
-
- Mar 08, 2021
-
-
wangjj9219 authored
-
- Feb 18, 2021
-
-
wangjj9219 authored
-
- 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.
-
- Jan 16, 2021
-
-
wangjj9219 authored
* migrate rewards module * migrate gradually-update module * migrate currencies module * migrate vesting module
-
- Jan 15, 2021
-
-
wangjj9219 authored
* migrate auction module * migrate authority module * migrate tokens module * fix clippy
-
- Jan 04, 2021
-
-
Shaopeng Wang authored
* Update orml. * Update substrate. * fix mocks.
-
- Dec 15, 2020
-
-
Shaopeng Wang authored
-
- Dec 07, 2020
-
-
Shaopeng Wang authored
* Apply substrate breaking change. * Fix readme typo.
-
- Nov 30, 2020
-
-
wangjj9219 authored
-
- Nov 29, 2020
-
-
wangjj9219 authored
* refactor try_mutate_account * remove OnReceived
-
- Nov 27, 2020
-
-
wangjj9219 authored
-
wangjj9219 authored
-
- Sep 24, 2020
-
-
Xiliang Chen authored
* fix issues per review * update
-
wangjj9219 authored
-
- Aug 26, 2020
-
-
wangjj9219 authored
-
- Jul 30, 2020
-
-
Xiliang Chen authored
* update for rc5 * update for rc5 * remove system * fix format * fix format * Update lib.rs fix format build failed Co-authored-by:
zjb0807 <zjb0807@qq.com>
-
- Jul 16, 2020
-
-
Shaopeng Wang authored
-
- Jul 06, 2020
-
-
Xiliang Chen authored
-
- Jun 26, 2020
-
-
Shaopeng Wang authored
-
- May 28, 2020
-
-
Xiliang Chen authored
-
- May 26, 2020
-
-
wangjj9219 authored
* impl OnReceived for tokens * update storage map keys of tokens
-
Xiliang Chen authored
-
- May 19, 2020
-
-
wangjj9219 authored
* remove ExistentialDeposit * switch subsrate dependencies to crates.io
-
- May 08, 2020
-
-
Keith Yeung authored
* Add descriptions to all cargo subprojects * Add repository field to all cargo subprojects * Modify GitHub actions to run cargo unleash * Add license-file field to all cargo subprojects * Remove pallet-balances/std feature from std feature of schedule-update * Add version numbers to path dependencies * Fix compilation errors on all cargo subprojects * Attempt to force use one version of the compiler * Put cargo unleash step at the very end * Fix all test compile errors * Use drain_prefix instead of drain * fix tests Co-authored-by:
Bryan Chen <xlchen1291@gmail.com>
-
- Mar 30, 2020
-
-
Shaopeng Wang authored
* Renaming substrate deps to their package names. * Combine imports.
-
- 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 25, 2020
-
-
Xiliang Chen authored
-
- Feb 21, 2020
-
-
zjb0807 authored
* emit events by transfer, deposit, withdraw * Use Event<T> instead of RawEvent outside decl_module. * add unit test Co-authored-by:
Shaopeng Wang <spxwang@gmail.com>
-
- Feb 16, 2020
-
-
Xiliang Chen authored
* update substrate * fix tests
-
- Feb 12, 2020
-
-
Xiliang Chen authored
-
- Feb 03, 2020
-
-
Shaopeng Wang authored
* Rename oracle rpc fn name. * Update to new set_lock api. * Fix due to pallet_balances breaking changes. * Remove unused imports. * fmt
-
- 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 14, 2020
-
-
Shaopeng Wang authored
* Add root call 'update_balance' in orml-currencies. * 'update_balance' unit tests. * orml-currencies: delegate transfer and update_balance call to multi-currency impl.
-
- Jan 12, 2020
-
-
Xiliang Chen authored
-