Releases: maticnetwork/heimdall
Releases · maticnetwork/heimdall
v1.1.0-beta
This release primarily contains :
- Changes proposed in PIP-52 which will be activated by the
Jorvik
hardfork on amoy testnet. - Enabling of GRPC communication between heimdall and bor.
- Optimizations for exporting app module state.
- Bug fixes as usual.
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 encoding by @marcello33 in #1206
- Change parameters for bor producer selection algorithm by @Raneet10 in #1208
New Contributors
- @nnsW3 made their first contribution in #1194
- @avalkov made their first contribution in #1195
- @vinayak0035 made their first contribution in #1201
Full Changelog: v1.0.10...v1.1.0-beta
v1.0.10
What's Changed
- Fix typos by @omahs in #1182
- Refactored packager tooling, cleanup, shasums, etc. by @djpolygon in #1185
- Adding rpm packagers by @djpolygon in #1187
- Backport master to develop by @marcello33 in #1190
- v1.0.10 by @marcello33 in #1191
- chg: bump go in packager deb by @marcello33 in #1192
- bump go in packager deb by @marcello33 in #1193
Full Changelog: v1.0.9...v1.0.10
v1.0.9
This release contains some improvements and bug fixes.
What's Changed
- Backport master to develop by @marcello33 in #1168
- Handle account sequence correctly in bridge by @Raneet10 in #1170
- server: add status endpoint from tendermint by @manav2401 in #1175
- build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 by @dependabot in #1176
- bor: increase max limit for list span api by @shohamc1 in #1180
- Update artifacts upload/download actions version by @marcello33 in #1186
- Return checkpoint IDs in
checkpoints/list
by @shohamc1 in #1183 - bridge: selfheal bugfix for statusCheck condition by @marcello33 in #1181
- v1.0.9 by @marcello33 in #1189
New Contributors
Full Changelog: v1.0.7...v1.0.9
v1.0.9-beta
What's Changed
- Backport master to develop by @marcello33 in #1168
- Handle account sequence correctly in bridge by @Raneet10 in #1170
- server: add status endpoint from tendermint by @manav2401 in #1175
- build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 by @dependabot in #1176
- bor: increase max limit for list span api by @shohamc1 in #1180
- Update artifacts upload/download actions version by @marcello33 in #1186
- Return checkpoint IDs in
checkpoints/list
by @shohamc1 in #1183 - bridge: selfheal bugfix for statusCheck condition by @marcello33 in #1181
New Contributors
Full Changelog: v1.0.7...v1.0.9-beta
v1.0.8-beta
This is a maintenance release for heimdall which adds a new /status
endpoint to heimdall's rest-server.
What's Changed
- server: add status endpoint from tendermint by @manav2401 in #1175
Full Changelog: v1.0.7...v1.0.8-beta
v1.0.7
This release contains minor improvements and bug fixes.
What's Changed
- chore: enforce capitalisation in flags description by @leovct in #1137
- Fix path for
matic-cli
dockerized tests by @marcello33 in #1139 - POS-2399: ganache bug workaround to reduce
smoke_test
time in CI by @marcello33 in #1141 - Bump dependencies by @marcello33 in #1145
- Fix typos by @AaronChen0 in #1144
- Upload
milestones
audit by @marcello33 in #1151 - checkpoint: list api increase max limit by @taratorio in #1154
- update: tendermint version by @anshalshukla in #1156
- chore: remove repetitive words in comments by @worrycare in #1155
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #1160
- POS-2399: ganache bug workaround to reduce
smoke_test
time in CI by @marcello33 in #1164 - Update bor and geth dependencies by @manav2401 in #1162
- Backport master to develop by @marcello33 in #1165
- Merge v1.0.7 to master by @marcello33 in #1167
New Contributors
- @leovct made their first contribution in #1137
- @AaronChen0 made their first contribution in #1144
- @taratorio made their first contribution in #1154
- @worrycare made their first contribution in #1155
Full Changelog: v1.0.6...v1.0.7
v1.0.7-beta
This release contains minor improvements and bug fixes.
What's Changed
- chore: enforce capitalisation in flags description by @leovct in #1137
- Fix path for
matic-cli
dockerized tests by @marcello33 in #1139 - POS-2399: ganache bug workaround to reduce
smoke_test
time in CI by @marcello33 in #1141 - Bump dependencies by @marcello33 in #1145
- Fix typos by @AaronChen0 in #1144
- Upload
milestones
audit by @marcello33 in #1151 - checkpoint: list api increase max limit by @taratorio in #1154
- update: tendermint version by @anshalshukla in #1156
- chore: remove repetitive words in comments by @worrycare in #1155
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #1160
- POS-2399: ganache bug workaround to reduce
smoke_test
time in CI by @marcello33 in #1164 - Update bor and geth dependencies by @manav2401 in #1162
- Backport master to develop by @marcello33 in #1165
New Contributors
- @leovct made their first contribution in #1137
- @AaronChen0 made their first contribution in #1144
- @taratorio made their first contribution in #1154
- @worrycare made their first contribution in #1155
Full Changelog: v1.0.6...v1.0.7-beta
v1.0.6
This release contains a fix for the milestone/checkpoint module
What's Changed
- Fix bb-31177 by @marcello33 in #1163
Full Changelog: v1.0.5...v1.0.6
v1.0.6-beta-1
Full Changelog: v1.0.5...v1.0.6-beta-1
v1.0.5
This release contains a bug fix.
What's Changed
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #1147
- bridge, staking: chg: bug fix by @marcello33 in #1149
- Bump version to v1.0.5 by @cffls in #1150
Full Changelog: v1.0.4...v1.0.5