Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Substrate monthly update. * Apply substrate monthly 2022-11 changes. * Apply more monthly 2022-11 changes. * cargo fmt and update `clap` * Fix no_std build errors. * Fix benchmarks. * Fix compiling of tests. * Fix staking & transaction-payment tests. * Allow use of deprecated remove_prefix. * Fix benchmarks. * Cargo fmt * Fixup. * FIXUP: Settlement weights. * Fix issue with schedule weight limit. * Fix contracts GAS_LIMIT to include a proof_size. * Fix expected bridge weights in tests. * Add missing migrations. * Fixup: transaction payment RPC endpoints. * Apply commit paritytech/substrate@419924c To our fork. * Add more changes from Substrate balances pallet. * Update benchmark weights template. * Update weights type name. * Charge minimal fee if the caller is not authorized. * Update weights. * Update weights in bridge tests. * Update Substrate crates. * Code cleanup in transaction-payment. Make the code closer to Substrate's transaction-payment code. * Fix issue with events in transaction-payment. * Update Substrate again. * Add missing RuntimeEvent. * Apply commit paritytech/substrate#12633 * Allow use of remove_prefix. * Cargo fmt * Fix event count in tests. * Update to Substrate monthly 2022-12. * Remove local parity-db patch * Fix issue with curve25519-dalek-ng * Update Substrate again. * Re-run benchmarks with new template. * Fix bridge wieghts in tests. * Update substrate monthly. * Apply Substrate changes to new NFT code. * allow remove_prefix. * Fix timestamp in NFT tests. * Fixup NFT rpc endpoints. * Bump sp-arithmetic to the correct version. * Use published confidential identity crates. * Update to 5.4 * Update version in Cargo.lock --------- Co-authored-by: Adam Dossa <[email protected]>
- Loading branch information