Xiliang Chen

Results 371 comments of Xiliang Chen

Why do you want to remove it? pallet-xcm have added method to allow specify dest weight to avoid issues https://github.com/paritytech/polkadot/blob/58e4ef8ebdc2be83c60bf6891044a1a5d00bed34/xcm/pallet-xcm/src/lib.rs#L701

That sounds useful. Could you make a pallet design so we can iterate on it first before the actual implementation?

Will wait for https://github.com/paritytech/substrate/issues/8453

If all oracle operators stoped reporting value, I am not sure what else can we do. Do you have a suggestion on how to better handling it?

I can't think an efficient way to do the invalidation. Can you propose one? It already returns a timestamped value, so consumer can ignore old value.

Right. That will work. PR are welcome!

We built this https://parachain-utilities.vercel.app/block-time http://github.com/AcalaNetwork/parachain-utilities

We are using hasura for a similar setup we have and it works very well.

Depends https://github.com/paritytech/substrate/issues/5255

I am getting same issue ``` $ RUST_BACKTRACE=full cargo check --tests thread 'main' panicked at 'not currently active!?', src/tools/cargo/src/cargo/core/resolver/mod.rs:824:36 stack backtrace: 0: 0x10223bb0e - ::fmt::h13e6f26430148ff2 1: 0x10226850c - core::fmt::write::h45a9bd04db15c24f 2:...