- Nov 15, 2019
-
-
Xiliang Chen authored
* fix oracle * fix warning
-
- Nov 14, 2019
-
-
Ermal Kaleci authored
* first version of oracle module
-
- Nov 13, 2019
-
-
Shaopeng Wang authored
* Update slash: return gap instead of slashed amount. * Add unit test for tokens module slash.
-
Shaopeng Wang authored
* Impl BasicCurrency & BasicCurrencyExtended. * Add currencies module. * Minor fixes * Add equality bounds for CurrencyId. * Currencies: add transfer dispatch. * Currencies: impl BasicCurrencyExtended. * Add unit tests for currencies module. * More unit test for currencies module. * Currencies module: add NativeCurrency type. * Update unit tests for native currency. * Add BasicCurrency impl for any type which implements srml_support::traits::Currency. * Fix typo. * Add BasicCurrencyAdapter. * BasicCurrencyAdapter unit tests. * Update BasicCurrencyAdapter. * Update slash impl for BasicCurrencyAdapter.
-
邱昊 authored
* feat: prices module * fix: add check to avoid dividing by zero * fix: delete num_traits dependency
-
wangjj9219 authored
* add auction module * remove redundant traits definition * add tests * get reference instead of ownership * optimized code
-
- Nov 12, 2019
-
-
Xiliang Chen authored
* fix check with latest substrate * update nigthly version * trying to fix CI * trying to fix ci * fix * fix
-
- Nov 08, 2019
-
-
Xiliang Chen authored
* add linked item * fix ignore * add tests for linked_item
-
Xiliang Chen authored
* support workspace workflow * add missing `--all`
-
Xiliang Chen authored
* add common traits * apparently rebase merge don't trigger precommit
-
- Nov 07, 2019
-
-
Shaopeng Wang authored
* Tokens module: impl MultiCurrencyExtended. * Minor fixes.
-
- Nov 06, 2019
-
-
Xiliang Chen authored
-
Xiliang Chen authored
* remove workspace, fix githook under submodule, use add run script to run cargo command on all files * update run script and use it for format * fix build issue * add quote * fix CI
-
Shaopeng Wang authored
-
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
-
-
Xiliang Chen authored
add test workflow
-
Bryan Chen authored
-
Bryan Chen authored
-
Bryan Chen authored
-
Bryan Chen authored
-
Bryan Chen authored
-
Bryan Chen authored
-
- Oct 29, 2019
-
-
Xiliang Chen authored
-