optimism
optimism copied to clipboard
dependabot(gomod): bump github.com/rollkit/go-da from 0.5.0 to 0.8.0
Bumps github.com/rollkit/go-da from 0.5.0 to 0.8.0.
Release notes
Sourced from github.com/rollkit/go-da's releases.
v0.8.0
0.8.0 (2024-09-27)
Features
v0.7.0
0.7.0 (2024-09-23)
Features
v0.6.1
What's Changed
- proto: rename GetIDs to GetIds by
@pepyakin
in rollkit/go-da#51- chore: add module retraction for accidental v0.6.0 tag by
@tzdybal
in rollkit/go-da#97- feat: add SubmitWithOptions method to the API by
@tzdybal
in rollkit/go-da#95- build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2 by
@dependabot
in rollkit/go-da#102- chore: update dependabot.yml by
@MSevey
in rollkit/go-da#104- feat: return timestamp from
GetIDs
by@tzdybal
in rollkit/go-da#103- chore: update all goversion to goversionfile by
@MSevey
in rollkit/go-da#105Full Changelog: https://github.com/rollkit/go-da/compare/v0.5.2...v0.6.1
v0.5.2
What's Changed
- update ci to use a single GO_VERSION setting in ci_release.yml by
@ramin
in rollkit/go-da#19- build(deps): bump google.golang.org/grpc from 1.60.1 to 1.66.0 by
@dependabot
in rollkit/go-da#91- fix: take care of the case where the requested height is above the head of latest da block height by
@yarikbratashchuk
in rollkit/go-da#90New Contributors
@ramin
made their first contribution in rollkit/go-da#19Full Changelog: https://github.com/rollkit/go-da/compare/v0.5.1...v0.5.2
Commits
0672e20
feat: add mock generation for DA interface using mockery (#110)fe0387a
feat(ci): Add semantic PR action and semantic release (#106)0858852
chore: update all goversion to goversionfile (#105)04e312a
feat: return timestamp fromGetIDs
(#103)dc19fdb
chore: update dependabot.yml (#104)b7e5bbc
build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2 (#102)f10ca0b
feat: add SubmitWithOptions method to the API (#95)875d37e
chore: add module retraction for accidental v0.6.0 tag (#97)2dafc50
proto: rename GetIDs to GetIds (#51)f06b381
fix: take care of the case where the requested height is above the head of la...- 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)