contracts: Release as v3.0.0 and add reserved field to `ContractInfoOf` (#8175)
* contracts: Update README * contracts: Add CHANGELOG.md * contracts: Bump version to v3.0.0 and allow publish * Typos Co-authored-by:Andrew Jones <ascjones@gmail.com> * Improve wording in the changelog * contracts: Add reserved field to ContractInfoOf for future proofing * also bump frame-benchmarking * update lockfile Co-authored-by:
Andrew Jones <ascjones@gmail.com> Co-authored-by:
Benjamin Kampmann <ben@parity.io>
Showing
- substrate/Cargo.lock 5 additions, 5 deletionssubstrate/Cargo.lock
- substrate/bin/node/cli/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/cli/Cargo.toml
- substrate/bin/node/executor/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/executor/Cargo.toml
- substrate/bin/node/rpc/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/rpc/Cargo.toml
- substrate/bin/node/runtime/Cargo.toml 3 additions, 3 deletionssubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/testing/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/testing/Cargo.toml
- substrate/frame/contracts/CHANGELOG.md 78 additions, 0 deletionssubstrate/frame/contracts/CHANGELOG.md
- substrate/frame/contracts/Cargo.toml 3 additions, 6 deletionssubstrate/frame/contracts/Cargo.toml
- substrate/frame/contracts/README.md 12 additions, 12 deletionssubstrate/frame/contracts/README.md
- substrate/frame/contracts/common/Cargo.toml 1 addition, 2 deletionssubstrate/frame/contracts/common/Cargo.toml
- substrate/frame/contracts/proc-macro/Cargo.toml 1 addition, 2 deletionssubstrate/frame/contracts/proc-macro/Cargo.toml
- substrate/frame/contracts/rpc/Cargo.toml 3 additions, 4 deletionssubstrate/frame/contracts/rpc/Cargo.toml
- substrate/frame/contracts/rpc/runtime-api/Cargo.toml 2 additions, 3 deletionssubstrate/frame/contracts/rpc/runtime-api/Cargo.toml
- substrate/frame/contracts/src/lib.rs 2 additions, 0 deletionssubstrate/frame/contracts/src/lib.rs
- substrate/frame/contracts/src/rent.rs 1 addition, 3 deletionssubstrate/frame/contracts/src/rent.rs
- substrate/frame/contracts/src/storage.rs 1 addition, 0 deletionssubstrate/frame/contracts/src/storage.rs
- substrate/frame/contracts/src/tests.rs 2 additions, 0 deletionssubstrate/frame/contracts/src/tests.rs
Please register or sign in to comment