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 gclient from v1.0.2 to v1.0.5 in /contracts #63

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps gclient from v1.0.2 to v1.0.5.

Release notes

Sourced from gclient's releases.

v1.0.5

Release v1.0.5 changes

  • Crates and runtime version bumped to "1.0.5" (#3635).

Client updates required: NO External node/runtime api changed: NO Programs code refactoring level after update libs: NO

Runtime

  • Runtime logic optimisations and stability improvements.

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

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.

... (truncated)

Changelog

Sourced from gclient'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
  • 65f0753 fix(core-processor): fix double value charge when program terminated (#3678)
  • c53d17c chore(runtime): Bump versions after v1.0.4 release (#3635)
  • 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 [gclient](https://github.com/gear-tech/gear) from v1.0.2 to v1.0.5.
- [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...65f0753)

---
updated-dependencies:
- dependency-name: gclient
  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 Jan 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2024

Superseded by #72.

@dependabot dependabot bot closed this Jan 23, 2024
@dependabot dependabot bot deleted the dependabot/cargo/contracts/gclient-v1.0.5 branch January 23, 2024 08:54
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