- Sep 15, 2020
-
-
Xiliang Chen authored
-
- Sep 09, 2020
-
-
Xiliang Chen authored
* test * pin integer-sqrt version
-
- Aug 27, 2020
-
-
Jipyeongseon Geunyang Samgagbeob authored
* authority add runtime-benchmarks * make-orml-oracle-instantiable make sure all Trait have I parameter fix rpc create macro for AggregatedDataProviderImpl undo change undo change add todo change name trait name from DataProviderExtended to DataFeeder implement DataProviderExtended for macro create_median_value_data_provider fix comments Update oracle/src/default_combine_data.rs Co-authored-by:
Shaopeng Wang <spxwang@gmail.com> Update oracle/src/lib.rs Co-authored-by:
Shaopeng Wang <spxwang@gmail.com> Update traits/src/lib.rs Co-authored-by:
Shaopeng Wang <spxwang@gmail.com> keep this blank line filter out None value here to reduce a traverse in retain, define a generic find_median fn to DRY * fix dep version * add comments to prove won't panic by using indexing [] * test write * Fix oracle mocks. * Rework median value provider and some traits. * fmt * Use sp_std Vec. * Update oracle rpc. * Fix typo. Co-authored-by:
zjb0807 <zjb0807@qq.com> Co-authored-by:
Bryan Chen <xlchen1291@gmail.com> Co-authored-by:
Shaopeng Wang <spxwang@gmail.com>
-
- Aug 21, 2020
-
-
Shaopeng Wang authored
* Update dependencies to rc6. * Update benchmarking.
-
- 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>
-
- Jun 26, 2020
-
-
Shaopeng Wang authored
-
- Jun 09, 2020
-
-
wangjj9219 authored
* remove LinkedMap and FixedU128 implemention * bump version
-
- Jun 08, 2020
-
-
Xiliang Chen authored
-
- Jun 05, 2020
-
-
Bryan Chen authored
-
- Jun 04, 2020
-
-
Bryan Chen authored
-
David Craven authored
-
- May 26, 2020
-
-
Xiliang Chen authored
-
- May 19, 2020
-
-
wangjj9219 authored
* remove ExistentialDeposit * switch subsrate dependencies to crates.io
-
- May 18, 2020
-
-
wangjj9219 authored
-
- May 17, 2020
-
-
wangjj9219 authored
-
- May 15, 2020
-
-
Xiliang Chen authored
* bump version * update license
-
Xiliang Chen authored
-
- 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>
-
- Apr 15, 2020
-
-
wangjj9219 authored
-
- Mar 30, 2020
-
-
Shaopeng Wang authored
* Renaming substrate deps to their package names. * Combine imports.
-
Shaopeng Wang authored
* Upgrade substrate to alpha 5. * Upgrade serde & codec.
-
- Mar 16, 2020
-
-
wangjj9219 authored
-
wangjj9219 authored
* add constructor for CheckOperator * refactor the traits related to Currency * format code * modify * update test cases * update test cases
-
- Mar 05, 2020
-
-
Xiliang Chen authored
* update to pre-release version * update nightly version * fix build issue
-
- Dec 03, 2019
-
-
Xiliang Chen authored
-
- Nov 25, 2019
-
-
Xiliang Chen authored
-
Xiliang Chen authored
* rename to FRAME * fix test
-
- Nov 22, 2019
-
-
Xiliang Chen authored
-
- Nov 21, 2019
-
-
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 15, 2019
-
-
Xiliang Chen authored
* rename srml to paint * fix case
-
- 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.
-
- Nov 08, 2019
-
-
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.
-
- Oct 30, 2019
-
-
Bryan Chen authored
-