Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A0-3441: Port release-12 fixes to main (#1464)
# Description This commit contains changes that are on `release-12` branch but not on `main`. It was generated by: ``` git checkout release-12 git checkkout -b A0-3441 # 1a00a8f is already on main git revert 1a00a8f # update bin/node/Cargo.toml and bin/runtime/Cargo.toml to point to 13.0+dev version # 278bdcf was done in the past so we need to regenearate locks with the current data git revert 278bdcf ./scripts/update_substrate_git_branch.sh aleph-v1.0.0 # merged main to this branch, resolved conflcts in all Cargo.lock on the favour of this branch # update locks again with changes from the main ./scripts/update_substrate_git_branch.sh aleph-v1.0.0 ``` In particular, this makes `spec_version` and `transaction_version` to values from `release-12` branch, and make node version `0.130.0+dev`. This suffix `+dev` is for GUIs like dev.azero.dev. ![image](https://github.com/Cardinal-Cryptography/aleph-node/assets/3909333/52512b1e-53c4-46a7-b850-009af764e4aa) ## Type of change Please delete options that are not relevant. - Bug fix (non-breaking change which fixes an issue) --------- Co-authored-by: Krzysztof Ziobro <[email protected]>
- Loading branch information