Xiliang Chen
Xiliang Chen
Allow liquidity pool to set a cap on trade size
Create / find a multi signed governance contract and use it as the protocol contract owner.
Implement shutdown procedure to be able to remove / replace a FlowToken / TradingPair Details TBD
Accept signed quote that provided offchain and use its price & spread instead on-chain values. Details TBD Relates https://github.com/laminar-protocol/flowchain/issues/34
Details TBD
Runtime API to take an origin, a call, and dispatch it, and return events. This will allow dry run tx without complicated setup. Including test governance calls with special origin.
I use ValueQuery so it creates a default value for empty key, which is handy. But I still want to delete it with `mutate_exists`.
One of our RPC node is missing data for a block and only that block (AFAIK) Endpoint: wss://karura-rpc-0.aca-api.network Block number: 3467086 Block hash: 0xd13a656c8c4cd7a6f7d03db8209eee9c597edffba1b7ee2dc40844089e10b21a I tried query +- 5 blocks...
Improve the EVM trace logging format to make it easier for people to trace EVM execution. Ideally, all we need to do is to make a dev runtime build, and...