Skip to content

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Apr 29, 2025

addresses OS-CDK-ADV-01

Summary by CodeRabbit

  • Bug Fixes
    • Improved accuracy in epoch handling by ensuring epochs do not start prematurely and by preventing block calculations before an epoch begins.
  • Documentation
    • Updated documentation to accurately describe the genesis state function for epochs.
  • Chores
    • Removed an unused constant related to default indexing.
  • Tests
    • Adjusted test expectations to reflect corrected epoch start behavior and improved test organization.

This is an automatic backport of pull request #24610 done by [Mergify](https://mergify.com).

(cherry picked from commit 1732077)
@ironbird-prod
Copy link

ironbird-prod bot commented Apr 29, 2025

Ironbird - launch a network To use Ironbird, you can use the following commands:
  • /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
  • /ironbird loadtests - List of load test modes that ironbird can run against 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.

@mergify mergify bot mentioned this pull request Apr 29, 2025
@aljo242 aljo242 enabled auto-merge (squash) April 29, 2025 18:17
@aljo242 aljo242 merged commit bcaf737 into release/v0.53.x Apr 29, 2025
45 checks passed
@aljo242 aljo242 deleted the mergify/bp/release/v0.53.x/pr-24610 branch April 29, 2025 18:26
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.

2 participants