Xiliang Chen

Results 210 issues of Xiliang Chen

Is it possible to convert this validation into checkSchema? `[param('user').isUUID(), body().isEmail()]`

i: enhancement

We have multiple pallets that execute something periodically during `on_initialize` hook. Most of the them are doing something like `if now % period === 0 { do_the_work() }`. This means...

T2-optimization
C5-misc

- module-partners - Types - type PartnerId = u32 - trait OnFeeDeposited - fn on_fee_deposited(origin: AccountId, currency: CurrencyId, amount: Balance) - Config - RegisterFee: Get\ - 10 ACA / KAR...

T1-feature
C5-misc

After https://github.com/AcalaNetwork/Acala/issues/2299 Update module-aggregated-dex to take an additional swap fee and send it to module-partner. The swap fee should be stored in storage and allow governance to update it. In...

T1-feature
C2-dex

https://github.com/paritytech/substrate/issues/11891#issuecomment-1193826008

T2-optimization
C6-evm

GeneralKey will only be 32 bytes and our CurrencyId can be more than that so we need to support two modes: - For encoded length 32, register it into asset...

Add `0x3a7472616e73616374696f6e5f6c6576656c3a` to benchmark whitelist, which is `:transaction_level:` that used to track transactional nesting level.

T2-optimization
C5-misc

https://github.com/AcalaNetwork/Acala/runs/7441526108?check_suite_focus=true ``` pthread lock: Invalid argument error: test failed, to rerun pass '-p test-service --test standalone' Caused by: process didn't exit successfully: `/Acala/runner/work/Acala/Acala/target/release/deps/standalone-4010b5bae364c68f --include-ignored --skip test_full_node_catching_up --skip simple_balances_test` (signal: 6,...

T4-tests

https://github.com/AcalaNetwork/Acala/pull/2246 breaks transaction version. We need to have our new release action to check such breaking change and put big warning. We should update our action flow to: - Push...

T5-maintenance
C7-dev-ops

- Types - enum DistributionDestination - StableAsset { poolId: StableAssetPoolId } - struct DistributionParams - cap: Balance - maxStep: Balance - targetMin: Ratio - targetMax: Ratio - Config - type...

T1-feature
C0-honzon