Skip to content

build(deps): bump substreams from 0.5.10 to 0.5.12#5041

Merged
mangas merged 1 commit intomasterfrom
dependabot/cargo/substreams-0.5.12
Jan 2, 2024
Merged

build(deps): bump substreams from 0.5.10 to 0.5.12#5041
mangas merged 1 commit intomasterfrom
dependabot/cargo/substreams-0.5.12

Conversation

@dependabot
Copy link
Contributor

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

Bumps substreams from 0.5.10 to 0.5.12.

Release notes

Sourced from substreams's releases.

v0.5.12

Added back some lost binary operations on BigInt like BigInt - BigInt for example.

v0.5.11

Highlights

In this release we add further arithmetics and logics operators possibilities on BigInt type, namely:

  • BitAnd
  • BitAndAssign
  • BitOr
  • BitOrAssign
  • BitXor
  • Rem
  • Pow
  • Shl
  • ShlAssign
  • ShrAssign

The BigInt now also has a new method div_rem that performs division by another BigInt and returns the quotient and the remainder.

We also improved error messages on a variety of error cases for example BigInt::to_u32 and BigInt::to_u64 will now print a much more useful message that should make it clear that the value is too big.

Changed

  • Removed all internal usage of .unwrap() and replaced them with .expect(<message>) or .unwrap_or_else(|| panic!(<message>)) improving the error message on different edge cases that can happen from time to time.
Changelog

Sourced from substreams's changelog.

0.5.12

Added back some lost binary operations on BigInt like BigInt - BigInt for example.

0.5.11

Highlights

In this release we add further arithmetics and logics operators possibilities on BigInt type, namely:

  • BitAnd
  • BitAndAssign
  • BitOr
  • BitOrAssign
  • BitXor
  • Rem
  • Pow
  • Shl
  • ShlAssign
  • ShrAssign

The BigInt now also has a new method div_rem that performs division by another BigInt and returns the quotient and the remainder.

We also improved error messages on a variety of error cases for example BigInt::to_u32 and BigInt::to_u64 will now print a much more useful message that should make it clear that the value is too big.

Changed

  • Removed all internal usage of .unwrap() and replaced them with .expect(<message>) or .unwrap_or_else(|| panic!(<message>)) improving the error message on different edge cases that can happen from time to time.
Commits
  • f24b7c9 Preparing release of 0.5.12
  • 57ca2ae Preparing release of 0.5.11
  • ac8e3a7 Removed all internal usage of .unwrap() and replaced them with `.expect(<me...
  • b96fa34 Add further arithmetics and logics operators possibilities on BigInt type
  • ba26fed fix typo
  • 5ff86df Merge pull request #20 from sahra-karakoc/develop
  • c117008 update changelog typo fix
  • 8f0818d update changelog
  • 70397ad feat: div_rem for bigint
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 4, 2023
Bumps [substreams](https://github.com/streamingfast/substreams-rs) from 0.5.10 to 0.5.12.
- [Release notes](https://github.com/streamingfast/substreams-rs/releases)
- [Changelog](https://github.com/streamingfast/substreams-rs/blob/develop/CHANGELOG.md)
- [Commits](streamingfast/substreams-rs@v0.5.10...v0.5.12)

---
updated-dependencies:
- dependency-name: substreams
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/substreams-0.5.12 branch from 16bbb13 to 57ca39e Compare December 5, 2023 16:09
@mangas mangas merged commit 24c4e41 into master Jan 2, 2024
@mangas mangas deleted the dependabot/cargo/substreams-0.5.12 branch January 2, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant