- Apr 06, 2021
-
-
Shaun Wang authored
* Reserve chain trait. * Rework cross-chain transfer. * Remove relay chain balance convert. * Add 'Parse' trait. * Change transfer_multiasset fn signature. * Add transfer dispatchable call. * Update doc. * Use xcm-simulator to mock network. * Send relay chain asset to sibling unit test. * Move location traits into orml-traits. * Add MultiNativeAsset filter for is reserve check. * More unit tests. * Failing edge case unit tests. * Handle zero amount asset case. * Fix mocks. * Renaming.
-
- Mar 26, 2021
-
-
Noxim authored
-
- Mar 15, 2021
-
-
Shaun Wang authored
-
- Mar 11, 2021
-
-
Shaun Wang authored
* Update patches. * Update dependencies. * Bump dependencies. * Dependencies: use rococo-v1 branch. * xtokens and xcm-support module. * Fix clippy. * Xcm execution in xtokens. * Remove unused imports. * Remove parent from sibling parachains multi location. * TTransfer to parachain should be transactional. * TODO: revert state on xcm execution failure. * Update sibling parachain location. * Bump dependencies. * Update multilocation representation in xtoken. * fix clippy * remove sp-io * fix check * Bump dependencies. * Fix benchmarking logs. * Dependencies. * Bump xtokens and xcm-support version. Co-authored-by:
zjb0807 <zjb0807@qq.com>
-
- Feb 16, 2021
-
-
wangjj9219 authored
-
- Feb 14, 2021
-
-
Bryan Chen authored
-
Xiliang Chen authored
* update gh action * update * update * workaround build issue * update
-
- Feb 13, 2021
-
-
brettkolodny authored
-
- Feb 03, 2021
-
-
wangjj9219 authored
-
- Jan 21, 2021
-
-
wangjj9219 authored
-
- Jan 12, 2021
-
-
Xiliang Chen authored
-
- Jan 08, 2021
-
-
Xiliang Chen authored
* avoid get dispatch info multiple times * bump substrate version and enable new resolver * remove clear_on_drop * fix tests
-
- Nov 12, 2020
-
-
zjb0807 authored
* fix ci * remove currencies transaction
-
- Oct 22, 2020
-
-
Bryan Chen authored
-
Bryan Chen authored
-
- Oct 02, 2020
-
-
Bryan Chen authored
-
Xiliang Chen authored
-
- Sep 26, 2020
-
-
Bryan Chen authored
-
Bryan Chen authored
-
- Sep 24, 2020
-
-
wangjj9219 authored
-
- Sep 17, 2020
-
-
Bryan Chen authored
-
Xiliang Chen authored
-
- 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>
-