Xiliang Chen
Xiliang Chen
https://github.com/AcalaNetwork/Acala/blob/ab1f88f40786a98962add6c74bb7b85c22b5f463/runtime/karura/src/xcm_config.rs#L124-L127 the proof weight shouldn't be 0 wait for https://github.com/paritytech/cumulus/issues/2322
new feature from https://github.com/paritytech/substrate/pull/13468 we can use this to implement evm origin
https://github.com/paritytech/polkadot/pull/6095
should avoid `.ref_time()` - [ ] idle scheduler - [ ] others pallets?
https://github.com/paritytech/polkadot/pull/6280
Reentrancy is currently not possible but once we allow EVM to dispatch Substrate calls somehow, that will become an issue as token (erc20) transfer could be a reentrancy point.
https://github.com/multiformats/multiaddr/blob/c950ec472cadbcd8358f0a0085c7285c2ccc6727/protocols/DNSADDR.md
Followup of #1438 Currently running `cargo run --features with-mandala-runtime -- --dev` will result such warning ``` Possible safety violation: attempted to re-finalize last finalized block 0xd30a32549274fff8092dd3e6c1f5cc640ac09eff876d34c9b825aab9ec95b757 ``` Need to find...
I just upgraded all of the deps of my project and precommit hook stops working. `yarn lint-staged` will exit with exit code 1 without printing anything I changed my precommit...