Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump gstd from v1.0.2 to v1.0.4 in /contracts #52

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2023

Bumps gstd from v1.0.2 to v1.0.4.

Release notes

Sourced from gstd's releases.

v1.0.4

Release v1.0.4 changes

  • Crates and runtime version bumped to "1.0.4" (#3630).

This release does not affect gear protocols execution layer or user space libraries, so there is no need to update programs.

Node binary updates: NOT NECESSARY External node/runtime api changes level: PATCH

Node binary

  • Execution strategies (as well as native execution) are deprecated (#3608).

The only option how to execute runtime now is wasm.

Runtime

  • Cost of governance operations on Vara runtime reduced by 5 times (#3620).

  • Fixed bug of incorrect post-calculation of Gear::runs extrinsic weight (#3535).

All of the explorers (e.g. polkadot.js.org/apps) now show block weight correctly.

  • Substrate version bumped from v0.9.43 to v1.0.0 (#3608).
  • pallet-im-online no longer keeps data of heartbeat in storage, migrations applied;
  • Internal changes and improvement are present.

Full Changelog: gear-tech/gear@v1.0.3...v1.0.4

v1.0.3

Release v1.0.3 changes

  • Crates and runtime version bumped to "1.0.3" (#3522).

This release does not affect gear protocols execution layer or user space libraries, so there is no need to update programs.

Node binary updates required: RECOMMENDED.

External node/runtime api changed: MAYBE.

API was slightly changed according to substrate changes, may not require any updates at the moment.

Node binary

  • Implemented new two-phase block proposing mechanism (#3558).

Patched substates default block proposer totally replaced with custom one. Gear block authorship now proposes block without Gear::run extrinsic (internal message queue processing with programs execution) in case of Gear::run took too long time to execute, instead of previous logic of dropping the whole block.

This unique mechanic makes Gear protocol implementors much more stable and fault-tolerant, even with weak hardware.

  • Node code was adapted for new version of substrate (#3584).

Node binary argument --ws-port was renamed into --rpc-port, as well as --unsafe-ws-external into --unsafe-rpc-external.

... (truncated)

Changelog

Sourced from gstd's changelog.

FROM debian:12-slim

ARG RELEASE_VERSION

RUN apt-get update &&
apt-get install -y curl sudo xz-utils &&
rm -rf /var/lib/apt/lists/*

RUN if [ -z "$RELEASE_VERSION" ]; then
curl --proto '=https' --tlsv1.2 -sSf https://get.gear.rs/install.sh | bash -s -- --to /usr/local/bin/ ;
else
curl --proto '=https' --tlsv1.2 -sSf https://get.gear.rs/install.sh | bash -s -- --tag ${RELEASE_VERSION} --to /usr/local/bin/ ;
fi

RUN gear --version

CMD ["gear"]

Commits
  • d383807 cherry-pick: "chore(runtime): Bump versions after v1.0.3 release (#3599)" (...
  • 2ead661 feat: update substrate to v1.0.0 (#3608)
  • b078a0f chore(vara): Update ECONOMIC_UNIT to 10 UNITS (#3620)
  • cde5f72 feat(pallet-gear): Actual weight correction in Gear::run extrinsic (#3535)
  • 2d05b44 feat: Update substrate to v0.9.43 (#3584)
  • 602d0dc chore(runtime): Bump versions after v1.0.2 release (#3522) (#3593)
  • 53f7933 feat(node): Two phase block proposing for release v1.0.3 (#3558)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gstd](https://github.com/gear-tech/gear) from v1.0.2 to v1.0.4.
- [Release notes](https://github.com/gear-tech/gear/releases)
- [Changelog](https://github.com/gear-tech/gear/blob/master/docker/Dockerfile-release)
- [Commits](gear-tech/gear@d02d306...d383807)

---
updated-dependencies:
- dependency-name: gstd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A3-insubstantial A pull request requires no review. label Dec 29, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Superseded by #65.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/cargo/contracts/gstd-v1.0.4 branch January 22, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A3-insubstantial A pull request requires no review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants