Tags: WiktorStarczewski/canvas-node
Tags
Update chain spec for Canvas Testnet (paritytech#49) * Update chain specification for testnet * Execute `cargo run -- build-spec --raw > res/testnet-1.json`
Sync with Substrate (paritytech#42) * Use `substrate-wasm-builder` from repo * Update Substrate and `parity-scale-codec` version * Update readme
Sync with Substrate (paritytech#42) * Use `substrate-wasm-builder` from repo * Update Substrate and `parity-scale-codec` version * Update readme
Explicitly use default contract weights schedule (paritytech#24)
Produce artifact (paritytech#22) * change (CI): new job that produces the binary * change (CI): also can be launched manually * change (CI): extra newline * change (CI): fix artifact's name * change (CI): allow_failure allows not to wait for the job's status
Update fee multiplier and byte fees (paritytech#18) * Update fee multiplier and byte fees * Bump spec version
Reduce state rent (paritytech#17) * Disable state rent * Bump spec version * Fix syntax error * Set RentByteFee to 100_000, down from 4_000_000_000 Co-authored-by: Alexander Theißen <alex.theissen@me.com>
Upgrade to substrate 2.0.0 (paritytech#14) * Upgrade to substrate 2.0.0 * Add note about UI compat * Trigger CI