Xiliang Chen
Xiliang Chen
https://github.com/paritytech/polkadot-sdk/pull/4621
- Should have event for `propose_curator`, `accept_curator` - https://github.com/paritytech/substrate/blob/89fcb3e4f62d221d4e161a437768e77d6265889e/frame/child-bounties/src/lib.rs#L889-L895 this is just bad code. a method without verb that does something. - https://github.com/paritytech/substrate/blob/89fcb3e4f62d221d4e161a437768e77d6265889e/frame/bounties/src/lib.rs#L603-L606 this is redundant. it is only possible...
I am evaluating if we can use asset-transfer-api but it is missing some important items and the most important one is: - What are the supported use cases? Where are...
the oracle benchmarks are removed in this PR and need to add it back later using the benchmarks in the ORML repo _Originally posted by @xlc in https://github.com/AcalaNetwork/Acala/pull/2782#discussion_r1724661418_
requires the preset runtime API in new polkadot-sdk version so need to finish this later
is for experiments and we will need to completely redesign it if we want to bring it back in future but reserve the address and name in case we do...
I am working on a feature of Chopsticks to decode all the storage keys. There are some keys requires special handling as they are not included in metadata. Currently we...
Getting errors when trying to make build with static linked SDK following [this guide](https://www.swift.org/documentation/articles/static-linux-getting-started.html) and getting error: ``` .build/checkouts/swift-otel/Sources/OTel/Configuration/OTelEnvironment.swift:15:12: error: no such module 'Glibc' 13 | 14 | #if os(Linux)...
We would like to use some low level openssl features directly and wanting to use `CNIOBoringSSL`. What is the reason of not exposing CNIOBoringSSL? If it is just some compiler...
it will be better if we add additional api to check existing keys in batches _Originally posted by @ermalkaleci in https://github.com/AcalaNetwork/chopsticks/pull/898#discussion_r2015946574_ so it should take array of keys, return array...