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 gmeta from 1.1.1 to 1.3.0 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps gmeta from 1.1.1 to 1.3.0.

Release notes

Sourced from gmeta's releases.

v1.3.0

Release v1.3.0 changes

  • Crates versions bumped to "v1.3.0", runtime spec version bumped to 1300 (#3869);
  • Weights of extrinsic and WASM calls WERE updated (#3876), schedule version bumped to 1300 in order to re-instrument codes with CHEAPER costs;

Update requirements

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

User-space

📚 gtest now uses real instruction costs for its executions, so charging has became more like on-chain (#3808);


📚 Fixed gtest bug caused panic in tests on zero balance call of gr_exit() (#3848);


📚 Fixed gear-wasm-builder bug caused compile problems when following gear-wiki steps (#3864);


📚 Added new function to gtest that allows to query already submitted within the system code by it's code id (#3878);

[!TIP] It's interface looks like following code snippet:

let mut sys = gtest::System::new();
// ...
// Uploading some code here, and storing code_id
// ...
let _code: Vec<u8> = sys.submitted_code(code_id).unwrap();


📚 Error type of gstd containing reply error code was extended (#3808);

[!NOTE] Async futures of gstds "for_reply" sendings now in case of error return not only error reply code, but the payload as well, so even general case of unwrapping communication result become more informative.

Runtime

📚 Node client was highly optimised in terms of executing programs and initialising WASM modules on-chain (#3801);

[!NOTE] Now it uses in-memory LRU caching instead of legacy variant of always touching disk space. This significantly decreases execution costs, but increases load on hardware RAM, which is totally safe since it limited in a conservative way. Previous approach still valid and will be dynamically turned on in case of any problems with RAM caching.


... (truncated)

Commits
  • d9cfd99 chore(runtime): update weights (#3876)
  • 0ed4c5a feat(gstd): Add ability to get payload of error replies in async messaging (#...
  • fd72ffd test: add showcases of some internal bugs (#3882)
  • 7f4e4af fix(tests): fix try-runtime execution CI (#3884)
  • a8b0d45 fix(benchmarks): auto-trigger CI, produce correct output (#3873)
  • 7663ef5 feat(gtest): Intorduce reading of previously submitted code by its id (#3878)
  • 7f0e452 chore(ci): Smart caching in native Windows and macOS jobs (#3859)
  • c5b3629 chore: Show error output on failure in measurements (#3874)
  • 73b1aa5 chore(workspace): Bump versions, clean up migrations (#3869)
  • 796c79d fix(benchmarks): improve github workflow, fix regex in merge script (#3860)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [gmeta](https://github.com/gear-tech/gear) from 1.1.1 to 1.3.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@v1.1.1...v1.3.0)

---
updated-dependencies:
- dependency-name: gmeta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Apr 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants