chore(deps): bump go.etcd.io/bbolt to v1.3.9#49
Open
moralpriest wants to merge 1 commit into
Open
Conversation
Vendored dependency bump (prep for eventual Go toolchain bump). - go.etcd.io/bbolt: v1.3.9 (go 1.17, latest go<=1.17). The underlying key-value store for deroproject/graviton (DERO storage layer). Verification: - go build ./... green. - go test ./...: bbolt's own suite (db/tx/cursor/bucket) and the graviton package both pass. Only pre-existing failure is Test_Payload_TX (walletapi, reproduced on clean community-dev). - derod --testnet starts, opens/closes the DB cleanly (no errors/panics in startup log; 14 CORE log lines). bbolt v1.3.x is a stable line; on-disk format is backward-compatible, so existing chain DBs are unaffected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Vendored dependency bump (prep for eventual Go toolchain bump).
deroproject/graviton(DERO storage layer).Solo PR (per review: storage split from encoding). All
go <= 1.17— clean standalone.Verification
go build ./...green.go test ./...: bbolt's own suite (db/tx/cursor/bucket tests) and the graviton package both pass. The only failure isTest_Payload_TX(walletapi) — pre-existing, reproduced identically on a clean community-dev worktree.derod --testnetstarts, opens/closes the DB cleanly (no errors/panics in startup log).bbolt v1.3.x is a stable line; the on-disk format is backward-compatible, so existing chain databases are unaffected.
Follow-ups
Remaining go<=1.17 vendored-dep candidates: cbor, metrics (VictoriaMetrics+histogram), env, go-colorful, pkg/profile, kcp-go, robfig/cron. (cespare/xxhash deferred as consensus-critical; tjfoc/gmsm unused; blang/semver + go.uber.org/atomic already at latest; go-logr/zapr deferred until logr v1.2.4 / PR #46 lands.)