- Nov 13, 2019
-
-
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 08, 2019
-
-
Xiliang Chen authored
* support workspace workflow * add missing `--all`
-