- Mar 19, 2021
-
-
Shaun Wang authored
* Impl unknown tokens pallet. * Fix workspace pallet path. * Make clippy happy. * Clippy, be happy. * Unit tests.
-
- 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 15, 2021
-
-
brettkolodny authored
-
- Feb 14, 2021
-
-
Bryan Chen authored
-
Bryan Chen authored
-
- Feb 13, 2021
-
-
brettkolodny authored
-
- Feb 03, 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
-
- Jan 04, 2021
-
-
Shaopeng Wang authored
* Update orml. * Update substrate. * fix mocks.
-
- Dec 18, 2020
-
-
Shaopeng Wang authored
-
- Dec 15, 2020
-
-
Shaopeng Wang authored
-
- Dec 07, 2020
-
-
Shaopeng Wang authored
* Apply substrate breaking change. * Fix readme typo.
-
- Nov 10, 2020
-
-
Xiliang Chen authored
* update substrate * update benmchmarks
-
- Sep 28, 2020
-
-
zjb0807 authored
* add nft module * Cargo.dev.toml add nft * add destroy_class * add destroy_class comment * update substrate 2.0; fix clippy * fix ci * fix ci * code optimizations * fix db transaction * rename nft
-
- Sep 01, 2020
-
-
wangjj9219 authored
-
- Jul 30, 2020
-
-
zjb0807 authored
-
- Jun 30, 2020
-
-
Xiliang Chen authored
* merge orml-price into orml-traits * fix tokens * format * remove prices
-
- Jun 03, 2020
-
-
wangjj9219 authored
-
- May 14, 2020
-
-
Shaopeng Wang authored
* Benchmarking module. * Fix unit tests. * Add benchmarking module to workspace. * fmt * Rename macro; Update dependencies. * Fix unit tests. * Update docs. * fmt
-
- Mar 05, 2020
-
-
zjb0807 authored
* add schedule-update * add unit test * fix schedule-update/Cargo.toml * add try_for_each * add next_block_number
-
- Mar 02, 2020
-
-
zjb0807 authored
* add schedule-update * schedule-update add convert_vec_to_u8 * fix ci build * remove sp_state_machine * change OnReapAccount to OnKilledAccount
-
- Jan 22, 2020
-
-
Shaopeng Wang authored
* Init vesting module. * Impl add vesting schedule. * Renaming dependencies. * Renaming vesting module event. * Checked arithmatic. * Adding new vesting schedule merges with outstanding locked balance and until. * Make VestingSchedule fields public. * Claim vesting. * Update locked_amount calculation. * Unique saturated into. * Unit test of claim call. * Add update_vesting_schedules. * update_vesting_shedules unit tests. * Ensure lockable. * Minor fixes. * Remove todo comment. * Merge fixme comments.
-
- 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`
-