-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Bump version, specs & substrate in prep for v0.9.8 #3387
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No migrations to delete?
You caught already a lot of versions that were "left" behind. I see a bunch of crates on
|
What you mean by this? This is an extra crate? |
@chevdor not sure what you mean, but parity-common crates have their own release schedule and they are published on crates.io, we update them as any other crates.io dependency here |
All good, just checking what version was not bumped. |
So after checking the history, I think most (if not all) 0.1.0 should be bumped. |
Nope, they got removed when #3347 was added |
BTW, what's the point of bumping versions (besides in the root Cargo.toml) if none of the crates are published to crates.io? |
Currently, I suppose there isn't much point, with the exception of whichever Cargo.toml affects the version shown in places like telemetry and console output ( Regardless, we can discuss the best option to version our packages elsewhere, if it's ok with everyone I'm going to go ahead and merge this cause I'd like to get this release started :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the 0.1.0 topic can wait one more release
* master: (21 commits) cleanup stream polls (#3397) Staking Miner (#3141) Companion for Substrate#8953 (#3140) Bump version, specs & substrate in prep for v0.9.8 (#3387) Fix busy loops. (#3392) Minor refactor (#3386) add simnet tests (#3381) BEEFY: adjust gossip (#3372) Companion for #9193 (#3376) Companion for Decouple Staking and Election - Part 3: Signed Phase (#2793) Ensure that we fetch another collation if the first collation was invalid (#3362) Only send one collation per relay parent at a time to validators (#3360) disable approval-checking-grandpa on dev chain (#3364) Use associated constant for max (#3375) Use wasm-builder from git (#3354) Squashed 'bridges/' changes from b2099c5..23dda62 (#3369) Bump versions & spec_versions (#3368) Don't allow bids for a ParaId where there is an overlapping lease period (#3361) Companion for upgrade of transaction-payment to pallet macro (#3267) Do not allow any crowdloan contributions during the VRF period (#3346) ...
* master: (33 commits) Update all weights, add run_all_benches.sh script (#3400) Enable over-bridge-messaging in Rococo/Wococo runtime (#3377) paras.rs to FRAME V2 (#3403) Add XCM Tracing (#3353) Use MaxEncodedLen trait from new parity-scale-codec v2.2 (#3412) bump a bunch of deps in parity-common (#3402) Warn on low connectivity. (#3408) origin to frame v2 (#3405) Enable logging in the puppet worker (#3411) make it easier to dbg stalls (#3351) XCM `canonicalize` + `prepend_with` fix (#3269) cleanup stream polls (#3397) Staking Miner (#3141) Companion for Substrate#8953 (#3140) Bump version, specs & substrate in prep for v0.9.8 (#3387) Fix busy loops. (#3392) Minor refactor (#3386) add simnet tests (#3381) BEEFY: adjust gossip (#3372) Companion for #9193 (#3376) ...
No description provided.