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.1.0 in /contracts #71

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps gstd from v1.0.2 to v1.1.0.

Release notes

Sourced from gstd's releases.

v1.1.0

Release v1.1.0 changes

  • Crates versions bumped to "v1.1.0", runtime spec version bumped to 1100 (#3679);
  • Weights of extrinsic and WASM calls updated, schedule version bumped to 1100 (#3677).

Update requirements

Name Character
JS clients 🔴 Required
Programs 🟡🔴 Recommended / Required
Node bin ⚪ Insubstantial

User-space libraries

* New syscall gr_env_vars() that allows to query some actual blockchain parameters added (#3403);

[!TIP] Check out following gstd API snapshot:

use gstd::exec;
let vars = exec::env_vars();
// Current multiplier percent recommended to use with explicit gas amounts.
let _ = vars.performance_multiplier;
// Current value of existential deposit (minimum balance).
let _ = vars.existential_deposit;
// Current value of mailbox threshold (minimum gas applied for message to user to be inserted into Mailbox).
let _ = vars.mailbox_threshold;
// Current value of gas multiplier (how much value, where value is 10^(-12) Token, is in a single gas).
let _ = vars.gas_multiplier;


* Crate level documentation added for gtest (#3419, #3511);


* Public gsdk API functions that returns WS subscriptions were renamed (#3456);

[!TIP] blocks and finalized_blocks changed to subscribe_blocks and subscribe_finalized_blocks accordingly: Check out following gsdk API snapshot:

use gsdk::Api;
let api = Api::new(None).await?;

let blocks = api.blocks().await?;


let blocks = api.subscribe_blocks().await?;
</tr></table>

... (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
  • c8c09fc chore(runtime): Update weights (#3677)
  • 719c7a8 chore(runtime): Bump versions after v1.0.5 release (#3679)
  • 7cc01c7 fix(core-processor): fix double value charge when program terminated (#3678)
  • 29bcec1 fix(rpc-call): Return error on failing init as well as for the traps (#3674)
  • c213881 feat(runtime): Add support of upload_code for vouchers (#3672)
  • 0f8775e fix(CI): Force CI to run all benchmarks (#3673)
  • 59e253b fix(wasm-builder): allow building with stable toolchain (#3459)
  • 8bf1791 refactor(wasm-gen): Update wasm-gen docs (#3627)
  • 3d45b47 ci(crates-io): make crates-io workflow dispatch only (#3660)
  • d9de34e feat(gstd): get panic message without panic_info_message (#3527)
  • Additional commits viewable 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.1.0.
- [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...c8c09fc)

---
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 Jan 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2024

Superseded by #87.

@dependabot dependabot bot closed this Feb 13, 2024
@dependabot dependabot bot deleted the dependabot/cargo/contracts/gstd-v1.1.0 branch February 13, 2024 09:01
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