- Dec 08, 2019
-
-
qiuhao authored
-
- Dec 04, 2019
-
-
Shaopeng Wang authored
-
- Dec 03, 2019
-
-
Xiliang Chen authored
-
Xiliang Chen authored
-
- Dec 02, 2019
-
-
Bryan Chen authored
-
Xiliang Chen authored
-
- Dec 01, 2019
-
-
Xiliang Chen authored
-
- Nov 29, 2019
-
-
Xiliang Chen authored
-
qiuhao authored
* update: impl DataProvider for oracle * update: optimize code
-
- Nov 27, 2019
-
-
Shaopeng Wang authored
-
Shaopeng Wang authored
* FixedU128 deconstruct. * documentation formatting.
-
Shaopeng Wang authored
-
- Nov 26, 2019
-
-
邱昊 authored
-
邱昊 authored
* add fixed u128 * update fixed-u128 * fix: divide 0 will panic * fix: will use u128::max_value() when try_into failued in div and mul functions * test: add checked_div test * rename: palette to frame * update fixed-128 * remove add/sub/mul/div operator * add overflow/underflow tests
-
- Nov 25, 2019
-
-
Xiliang Chen authored
-
Xiliang Chen authored
* rename to FRAME * fix test
-
- Nov 22, 2019
-
-
Xiliang Chen authored
-
Shaopeng Wang authored
-
- Nov 21, 2019
-
-
Xiliang Chen authored
-
Xiliang Chen authored
* add feed_values * fix tests * workaround check wasm issue * workaround build issue
-
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 17, 2019
-
-
Xiliang Chen authored
-
- Nov 16, 2019
-
-
Xiliang Chen authored
* implement Drop for enumerator * add drop
-
Shaopeng Wang authored
* LinkedList iterator. * Update naming. * Default impl for LinkedItem. * LinkList: add 'take_all' enumeration. * Reuse Enumerator for take_all and enumerate fn. * LinkedList: update take fn impl.
-
Ermal Kaleci authored
-
- Nov 15, 2019
-
-
Xiliang Chen authored
* rename srml to paint * fix case
-
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
-