Releases: chainstacklabs/chainbench
Releases · chainstacklabs/chainbench
v0.6.2
What's Changed
- fix blocks with zero tx by @erwin-wee in #64
- fix issue with "error" keyerror by @erwin-wee in #65
- Enable support for eth beacon single method tests by @erwin-wee in #66
- Update Dockerfile - add nano and htop by @erwin-wee in #67
Full Changelog: v0.6.0...v0.6.2
v0.6.1
What's Changed
- fix blocks with zero tx by @erwin-wee in #64
- fix issue with "error" keyerror by @erwin-wee in #65
- Enable support for eth beacon single method tests by @erwin-wee in #66
- Update Dockerfile - add nano and htop by @erwin-wee in #67
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Http enhancements by @erwin-wee in #63
- Reduced cpu usage by only checking a small part of the response instead of whole response (most impactful when handling large responses)
- Remove unnecessary dependencies, make Chainbench more lightweight
Full Changelog: v0.5.3...v0.6.0
v0.5.3
v0.5.2
What's Changed
- Feature: Realtime Dynamic Test Data by @erwin-wee in #48
- Add support for Ethereum Consensus API by @erwin-wee in #49
- Update CODEOWNERS by @erwin-wee in #50
- Modify workflow to publish to dockerhub by @erwin-wee in #51
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- enhance discovery function and fix bugs by @erwin-wee in #46
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add Test Data Sizing by @erwin-wee in #40
- Minor refactoring and bugfixes by @erwin-wee in #41
- add endpoint methods discovery and list load profiles functions by @erwin-wee in #42
- Minor refactoring by @erwin-wee in #43
- New Feature: Test single method and Test with directory containing multiple load profile files by @erwin-wee in #44
- Feature: Dynamic Eth Call by @erwin-wee in #45
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- Add StarkNet Support by @erwin-wee in #36
- fix starknet issues by @erwin-wee in #37
- fix check_response by @erwin-wee in #39
- Add evm debug trace profile by @erwin-wee in #38
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- add base mainnet and testnet to test data
- enable test to automatically pull recent blocks for test data if chain ID not defined in CHAIN_INFO
- upgrade locust and click versions, and change psycopg2 to psycopg2-binary
by @erwin-wee in #35
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- add --use-recent-blocks flag by @erwin-wee in #33
- Feature/add solana profile by @erwin-wee in #34
- Refactor test data generation, now generated at master process and sent to workers via custom messages by @erwin-wee in #34
Full Changelog: v0.4.0...v0.4.1