- Jul 10, 2020
-
-
Shaopeng Wang authored
-
- Jul 06, 2020
-
-
Xiliang Chen authored
-
Xiliang Chen authored
-
- Jun 30, 2020
-
-
Xiliang Chen authored
-
- Jun 29, 2020
-
-
Xiliang Chen authored
* refactor auction * refactor gradually-update * oracle cleanup
-
- Jun 26, 2020
-
-
Shaopeng Wang authored
-
- Jun 03, 2020
-
-
Xiliang Chen authored
-
- May 26, 2020
-
-
Xiliang Chen authored
-
- May 21, 2020
-
-
Xiliang Chen authored
* replace SignedExtension with ValidateUnsigned * need to provide tag
-
- May 20, 2020
-
-
Xiliang Chen authored
* refactor oracle * use SignedExtension * fix tests * finish oracle tests
-
- May 14, 2020
-
-
Keith Yeung authored
* Configure CI to run clippy * Fix up clippy issues in vesting * Fix up clippy issues in utilities * Fix up clippy issues in tokens * Fix up clippy issues in schedule-update * Fix up clippy issues in oracle * Fix up clippy issues in gradually-update * Fix up clippy issues in currencies * Fix up clippy issues in auction * Fix formatting * Deny warnings when running clippy on CI * Fix clippy issues in benchmarking
-
- May 08, 2020
-
-
wangjj9219 authored
-
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 16, 2020
-
-
Ermal Kaleci authored
* oracle get_all_values rpc method * update import
-
- Apr 15, 2020
-
-
wangjj9219 authored
-
- Mar 30, 2020
-
-
Shaopeng Wang authored
* Renaming substrate deps to their package names. * Combine imports.
-
- Feb 25, 2020
-
-
Xiliang Chen authored
-
- Feb 18, 2020
-
-
wangjj9219 authored
-
- Feb 16, 2020
-
-
Ermal Kaleci authored
* make feed_value FreeOperational * methods free_operational * validate call * validate call * update * OnNewData accepts who: AccountId * missing comma * Fix SignedExtension implementation * Update oracle/src/lib.rs * fix tests * fix import * move has_dispatched check into module call * OnRedundantCall * update Co-authored-by:
Xiliang Chen <xlchen1291@gmail.com>
-
- Feb 01, 2020
-
-
Shaopeng Wang authored
* Oracle rpc api. * Manual Serialize impl for FixedU128; Manual Display impl for TimestampedValue. * Remove unused Display impls. * Fixed some wired failing existing unit tests. * Impl Deserialize for FixedU128. * Rename oracle rpc method name. * fmt * Renaming.
-
- Jan 31, 2020
-
-
Xiliang Chen authored
-
- Jan 12, 2020
-
-
Xiliang Chen authored
-
- Dec 23, 2019
-
-
Xiliang Chen authored
-
- Dec 03, 2019
-
-
Xiliang Chen authored
-
- Nov 29, 2019
-
-
Xiliang Chen authored
-
qiuhao authored
* update: impl DataProvider for oracle * update: optimize code
-
- Nov 25, 2019
-
-
Xiliang Chen authored
* rename to FRAME * fix test
-
- 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 14, 2019
-
-
Ermal Kaleci authored
* first version of oracle module
-
- Oct 30, 2019
-
-
Bryan Chen authored
-