This release majorly contains :
- Changes proposed in PIP-52 and PIP-55 which will be activated by the
Jorvik
andDanelaw
hardforks respectively on mainnet at block22393043
. - Enabling of Bor <> Heimdall GRPC communication.
- Adds a --force flag in the rollback command. This is generally to be used in cases when an individual node's heimdall ends up in a corrupt state.
- Code chores, optimizations and bug fixes.
What's Changed
- Docs fix spelling issues by @nnsW3 in #1194
- Optimization of export genesis command by @avalkov in #1195
- Limit bytes during response body read / NPE fix by @marcello33 in #1202
- Implement gRPC bidirectional communication between heimdall and bor by @marcello33 in #1203
- Enhance GetBridgeDBInstance: Add Error Handling for LevelDB Initialization by @vinayak0035 in #1201
- gRPC edge cases by @marcello33 in #1204
- Fix DefaultBorGRPCUrl by @marcello33 in #1205
- Fix gRPC test due to new hencoding by @marcello33 in #1206
- Change parameters for bor producer selection algorithm by @Raneet10 in #1208
- V1.1.0 new span msg by @avalkov in #1213
- Profile and packaging fixes by @djpolygon in #1216
- build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 by @dependabot in #1215
- Merge v1.1.0-new-span-msg by @Raneet10 in #1226
- Merge v1.1.0 beta candidate by @Raneet10 in #1229
New Contributors
- @nnsW3 made their first contribution in #1194
- @vinayak0035 made their first contribution in #1201
Full Changelog: v1.0.10...v1.2.0