jordy25519
jordy25519
Not sure if this project still maintained, this PR solves some things I encountered while using happy to remove/add changes as required - ~Fix no_std build~ - Fix embedded list...
Update CENNZnet to `polkadot-v0.9.23` tag Initially updates all the dependencies, not compiling yet This is the trunk and individual crates will be fixed in additional PRs for simplicity this is...
1) refactor staking asset Id and spending asset Id as constant types (reduce storage reads) These are not likely to ever change dynamically ```rust pub struct StakingAssetIdAuthority(sp_std::marker::PhantomData); impl AssetIdAuthority for...
Auto closing sales/auctions will grow costly if too many occur in a block. Create a way to distribute the weight more uniformly ideas: - 'on idle' - switch to manual...
Bunch of improvements to our CI: - [x] release pipeline should upload the new compressed wasm blob - [ ] prune docker images (build server fills up 200GB+) - [...
After frontier update Runner should be able to return underlying errors now: https://github.com/paritytech/frontier/pull/662 Also this will fix an issue where calling feePreferences for fee simulation fails with `GasPriceTooLow`: https://github.com/paritytech/frontier/blob/ac16976925493da0a45da76eb7a08113a98a0403/frame/evm/src/runner/stack.rs#L69-L88
bridge rpc client should implement an LRU cache for ethereum blocks
Allow cennznet contracts to call contracts on Ethereum using the bridge (read only). It could also be modeled as an in/out box allowing two-way message passing between the chains. abi...
Enables the `try-runtime` build Something like the following runs a local node with the live state from nikau ``` cargo run --features=try-runtime try-runtime \ --chain=nikau --wasm-execution compiled \ on-runtime-upgrade live...
Open the NFT pallet functionality for use via the EVM Allow ERC721 tokens to be bought,sold,listed,auctioned,offered etc. on the NFT pallet marketplace