Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Conversation

@dependabot
Copy link

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

Bumps gclient from v1.0.2 to v1.1.0.

Release notes

Sourced from gclient'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 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
  • 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 [gclient](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: gclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 29, 2024

The following labels could not be found: A4-insubstantial.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants