Xiliang Chen

Results 244 issues of Xiliang Chen

Monitor collateral ratio of all pools, and if it is below a user configured value, liquidate the pool. The max liquidation amount is a user configurable % of pool size.

``` packages/types/src/interfaces/types.ts Generating Extracting interfaces for accounts WARN: Overwriting duplicated type 'ClassId' @polkadot/types/interfaces/uniques -> @acala-network/types/interfaces/nft WARN: Overwriting duplicated type 'Share' @open-web3/orml-types/interfaces/rewards -> @acala-network/types/interfaces/primitives WARN: Overwriting duplicated type 'DataProviderId' @open-web3/orml-types/interfaces/oracle ->...

Requires to support some Ethereum RPCs - https://infura.io/docs/ethereum/json-rpc/eth-getLogs - https://infura.io/docs/ethereum/json-rpc/eth-getTransactionReceipt - https://infura.io/docs/ethereum/json-rpc/filter-methods

The event names are not escaped https://github.com/paritytech/substrate/pull/5923

Similar to UInt but handles precision.

When https://github.com/paritytech/polkadot/pull/3781 is released

This is required if a liquidity pool contract stops working (e.g. revert on every calls). We still should allow user to redeem or close position. A possible implementation is wrap...

Should be calculated based on https://github.com/compound-finance/compound-protocol/blob/bfc2914505b8d794c4136430708f746c5bda618e/contracts/CTokenInterfaces.sol#L222 and deposit amount and pool size

Tasks before main net launch: - Fix known bugs - Finish all the TODOs in the code - Implement shutdown procedure to be able to remove / replace a FlowToken...

Improve deployment script & migration script