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

build(deps): bump github.com/dymensionxyz/dymint from 1.1.0-rc02 to 1.1.3-rc02 #421

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps github.com/dymensionxyz/dymint from 1.1.0-rc02 to 1.1.3-rc02.

Release notes

Sourced from github.com/dymensionxyz/dymint's releases.

v1.1.3-rc02

Full Changelog: dymensionxyz/dymint@v1.1.3-rc01...v1.1.3-rc02

v1.1.3-rc01

Full Changelog: dymensionxyz/dymint@v1.1.2...v1.1.3-rc01

v1.1.2

Full Changelog: dymensionxyz/dymint@v1.1.1...v1.1.2

v1.1.1

Full Changelog: dymensionxyz/dymint@v1.1.0...v1.1.1

v1.1.0

What's Changed

... (truncated)

Changelog

Sourced from github.com/dymensionxyz/dymint's changelog.

(2024-05-07)

Bug Fixes

  • bug: sync from da and p2p when starting a node (#763) (68ffd05)
  • celestia test: fix race in test (#755) (0b36781)
  • celestia: impl retry on submit (#748) (61630eb)
  • celestia: use fixed delay in repeat attempts (#753) (53002b0)
  • code standards: renames error -> err in celestia (#768) (1189384)
  • da: fixed da path seperator and encoding issue (#731) (3a3b219)
  • DA: use expo backoff in retries (#739) (848085f)
  • doc: manager cache comment (#767) (b88bf6e)
  • logging: added reason for websocket closed debug msg (#746) (3aa7d80)
  • logs: make logs more readable in a couple places, fix race cond (#749) (f05ef39)
  • manager: get fresh height in loop (#781) (e4df480)
  • p2p: validate block before applying and not before caching in p2p gossiping (#723) (98371b5)
  • p2p: validating gossiped block is created by the proposer (#737) (851b312)
  • produce loop: handle unauthenticated error in settlement layer (#726) (33e78d1)
  • rpc: nil panic in rpc/json/handler.go WriteError (#750) (e09709b)
  • settlement: remove state index from proto (#777) (767b8fd)
  • sync: make sure we use a latest state index as a start point (#760) (43e2d96)
  • sync: removing height condition for applying cached blocks from p2p (#787) (b97299c)
  • tests: fix unit tests, mocks, cleanup/dry hub queries (#782) (c276aea)

Features

(2024-05-05)

Bug Fixes

  • bug: sync from da and p2p when starting a node (#763) (68ffd05)
  • celestia test: fix race in test (#755) (0b36781)
  • celestia: impl retry on submit (#748) (61630eb)
  • celestia: use fixed delay in repeat attempts (#753) (53002b0)
  • code standards: renames error -> err in celestia (#768) (1189384)
  • da: fixed da path seperator and encoding issue (#731) (3a3b219)
  • DA: use expo backoff in retries (#739) (848085f)
  • doc: manager cache comment (#767) (b88bf6e)
  • logging: added reason for websocket closed debug msg (#746) (3aa7d80)
  • logs: make logs more readable in a couple places, fix race cond (#749) (f05ef39)
  • manager: get fresh height in loop (#781) (e4df480)

... (truncated)

Commits
  • b9e7c17 fix(manager): get fresh height in loop (#781)
  • 868e341 fix(sync): removing height condition for applying cached blocks from p2p (#787)
  • fe4e7e7 fix(tests): fix unit tests, mocks, cleanup/dry hub queries (#782)
  • 2c0c058 feat(produce): limiting block size by maxBatchSize (#784)
  • 94390bb chore: remove skip ci (#783)
  • 3c29338 refactor(hub client): improves hub client state query, and fixes tests (#775)
  • eb3eb29 fix(settlement): remove state index from proto (#777)
  • 8d4b7e9 fix(code standards): renames error -> err in celestia (#768)
  • bafb117 fix(bug): sync from da and p2p when starting a node (#763)
  • d61759e fix(doc): manager cache comment (#767)
  • 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 [github.com/dymensionxyz/dymint](https://github.com/dymensionxyz/dymint) from 1.1.0-rc02 to 1.1.3-rc02.
- [Release notes](https://github.com/dymensionxyz/dymint/releases)
- [Changelog](https://github.com/dymensionxyz/dymint/blob/main/CHANGELOG.md)
- [Commits](dymensionxyz/dymint@v1.1.0-rc02...v1.1.3-rc02)

---
updated-dependencies:
- dependency-name: github.com/dymensionxyz/dymint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2024 02:40
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2024

Looks like github.com/dymensionxyz/dymint is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 19, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/dymensionxyz/dymint-1.1.3-rc02 branch May 19, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants