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): update pallas requirement from 0.22.0 to 0.23.0 in /hermes #165

Merged
merged 4 commits into from
Mar 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Updates the requirements on pallas to permit the latest version.

Release notes

Sourced from pallas's releases.

v0.22.0

v0.22.0 (2024-01-25)

Features

  • implement GetCurrentPParams local state query (#322)
  • applying: implement Alonzo phase-1 validations (#380)
  • hardano: enable async for read_blocks_from_point iterator (#379)
  • network: implement server side KeepAlive (#376)

Bug Fixes

  • codec: Fix flat encoding and decoding of arbitrarily size integers (#378)
  • network: use initiatorOnlyDiffusionMode correctly after spec fix (#384)

Contributors

@​KtorZ @​AndrewWestberg @​falcucci @​MaicoLeberle @​jmhrpr @​FelipeRosa

Changelog

Sourced from pallas's changelog.

[v0.22.0] - 2024-01-25

Feat

  • implement GetCurrentPParams local state query (#322)
  • applying: implement Alonzo phase-1 validations (#380)
  • hardano: enable async for read_blocks_from_point iterator (#379)
  • network: implement server side KeepAlive (#376)

Fix

  • codec: Fix flat encoding and decoding of arbitrarily size integers (#378)
  • network: use initiatorOnlyDiffusionMode correctly after spec fix (#384)

[v0.21.0] - 2024-01-04

Build

  • deps: update minicbor requirement from 0.19 to 0.20 (#337)

Chore

  • fix lint warnings across the board (#374)
  • fix code formatting (#363)
  • txbuilder: fix lint warnings (#343)
  • wallet: fix lint warnings (#344)

Doc

  • applying: add ShelleyMA tests description (#356)

Feat

  • introduce transaction builder crate (#338)
  • introduce wallet crate for ed25519-bip32 key management (#342)
  • applying: implement ShelleyMA phase-1 validations (#354)
  • configs: add Shelley config structs (#359)
  • hardano: implement search for the immutabledb reader (#372)
  • hardano: implement immutable db chunk parsing (#328)
  • network: implement GetUTxOByAddress local state query (#341)
  • network: add sanchonet compatibility (#355)
  • network: update n2n handshake versions & add keepalive miniprotocol (#362)
  • network: implement split read / write for NamedPipe bearer (#371)
  • network: implement stake distribution local state query (#340)
  • rolldb: add method to check if db is empty (#352)
  • traverse: improve protocol update access (#360)
  • wallet: implement HD private keys & encrypted wrapper (#358)

Fix

  • add missing Cargo metadata required for publish
  • add missing READMEs for crate publish
  • update pallas-applying to work with keepraw native scripts (#370)
  • add txbuilder to unstable feature gate (#349)
  • correct datum kind for set_datum_hash (#350)
  • return witness objects for conway era multieratx (#346)
  • fix unable to build and sign txs (#345)

... (truncated)

Commits

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)

Updates the requirements on [pallas](https://github.com/txpipe/pallas) to permit the latest version.
- [Release notes](https://github.com/txpipe/pallas/releases)
- [Changelog](https://github.com/txpipe/pallas/blob/main/CHANGELOG.md)
- [Commits](txpipe/pallas@v0.22.0...v0.22.0)

---
updated-dependencies:
- dependency-name: pallas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
@dependabot dependabot bot requested a review from cong-or as a code owner March 1, 2024 22:35
@dependabot dependabot bot added the rust Pull requests that update Rust code label Mar 1, 2024
@stevenj stevenj assigned FelipeRosa and unassigned stevenj Mar 5, 2024
@stevenj
Copy link
Collaborator

stevenj commented Mar 5, 2024

@FelipeRosa same for this. It doees look like there is an issue, so we may need a different PR which bumps the versions of both these packages and fixes whatever the problem is.

@FelipeRosa FelipeRosa merged commit 5d3746d into main Mar 5, 2024
21 checks passed
@FelipeRosa FelipeRosa deleted the dependabot/cargo/hermes/pallas-0.23.0 branch March 5, 2024 13:39
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.

2 participants