Skip to content

revert: feat(storage)!: remove cometbft-db#5147

Merged
zrbecker merged 5 commits intocometbft:mainfrom
zrbecker:zrb/revert_db_backend
Jun 3, 2025
Merged

revert: feat(storage)!: remove cometbft-db#5147
zrbecker merged 5 commits intocometbft:mainfrom
zrbecker:zrb/revert_db_backend

Conversation

@zrbecker
Copy link

@zrbecker zrbecker commented Jun 3, 2025


Closes: #5148

Preparing main branch for a release cut, and want to pull back the db backend removal for now. Original PR (#4868)

Also restoring a Sha256 hash function that the SDK uses in a number of places for easier upgradability.

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

@zrbecker zrbecker requested review from a team as code owners June 3, 2025 15:27
@ironbird-prod
Copy link

ironbird-prod bot commented Jun 3, 2025

Ironbird - launch a network To use Ironbird, you can use the following commands:
  • /ironbird loadtests - List of load test modes that ironbird can run against testnet
  • /ironbird start OR /ironbird start --load-test-config= - Launch a testnet with the specified chain and load test configuration.
  • /ironbird chains - List of chain images that ironbird can use to spin-up testnet
Custom Load Test Configuration You can provide a custom load test configuration using the `--load-test-config=` flag:
/ironbird start cosmos --load-test-config={
  "block_gas_limit_target": 0.75,
  "num_of_blocks": 50,
  "msgs": [
    {"weight": 0.3, "type": "MsgSend"},
    {"weight": 0.3, "type": "MsgMultiSend"},
	{"weight": 0.4, "type": "MsgArr", "ContainedType": "MsgSend", "NumMsgs": 3300}
  ]
}

Use /ironbird loadtests to see more examples.

@zrbecker zrbecker changed the title Revert DBBackend removal revert: feat(storage)!: remove cometbft-db Jun 3, 2025
@zrbecker zrbecker enabled auto-merge June 3, 2025 16:35
@zrbecker zrbecker added this pull request to the merge queue Jun 3, 2025
auto-merge was automatically disabled June 3, 2025 16:58

Pull Request is not mergeable

Merged via the queue into cometbft:main with commit a9bf3c5 Jun 3, 2025
2 checks passed
@zrbecker zrbecker deleted the zrb/revert_db_backend branch June 3, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revert DBBackend on main branch

2 participants