Releases: evstack/ev-node
Releases · evstack/ev-node
v0.11.0-rc2
Full Changelog: v0.11.0-rc1...v0.11.0-rc2
v0.10.5
What's Changed
- adr-update: Update ADR 009 by @Manav-Aggarwal in #1161
- Use uint64 height types instead of int64 by @Manav-Aggarwal in #1177
- build(deps): bump github.com/rs/cors from 1.9.0 to 1.10.0 by @dependabot in #1182
- build(deps): bump github.com/creachadair/taskgroup from 0.6.0 to 0.6.1 by @dependabot in #1185
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #1167
- build(deps): Bump github.com/celestiaorg/nmt from 0.19.0 to 0.20.0 by @dependabot in #1196
- feat: init mdbooks for specs site with place holder files by @MSevey in #1199
- unit tests for conv/abci by @chandiniv1 in #1175
- updated README.md with releases by @gupadhyaya in #1190
- Add Data Hash Validation to Block's
ValidateBasicby @Manav-Aggarwal in #1200 - update dependency graph by @nashqueue in #1198
- Update LICENSE by @Karotoka in #1210
- Revert "Update LICENSE" by @nashqueue in #1211
- use constants instead of literals by @chandiniv1 in #1206
- header: verify NextValidatorsHash for light nodes by @tuxcanfly in #844
- chore: repo refactoring by @MSevey in #1217
- .github: add ready_for_review trigger for housekeeping workflow by @MSevey in #1221
- build(deps): Bump github.com/rs/cors from 1.10.0 to 1.10.1 by @dependabot in #1223
- build(deps): Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in #1222
- feat: Txs To Shares Roundtrip by @Manav-Aggarwal in #889
- Move block/header exchange to block package by @Manav-Aggarwal in #1224
- Remove unused fields in full node by @Manav-Aggarwal in #1218
- Refactor full node constructor by @Manav-Aggarwal in #1227
- Decouple TestVerify into TestValidateBasic and TestVerify by @Manav-Aggarwal in #1231
- Refactor full node test by @Manav-Aggarwal in #1228
- build(deps): Bump github.com/spf13/viper from 1.16.0 to 1.17.0 by @dependabot in #1238
- build(deps): Bump github.com/celestiaorg/go-header from 0.3.1 to 0.3.3 by @dependabot in #1239
- header exchange specs by @gupadhyaya in #1209
- Full node spec by @Manav-Aggarwal in #1215
- build(deps): Bump golang.org/x/net from 0.15.0 to 0.16.0 by @dependabot in #1237
- block manager specs by @gupadhyaya in #1202
- build(deps): Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #1243
- refactor: Rename exchange service to sync service for block and header by @Manav-Aggarwal in #1245
- spec: Block Sync by @Manav-Aggarwal in #1204
- chore: update readme for use in rollkit docs in place of "building-with-rollkit" page by @jcstein in #1247
- (chore): changes to the template for more guidance by @nashqueue in #1248
- chore(deps): Bumps go-header and openrpc by @renaynay in #1256
- Move header sync to block and create symlink in specs by @Manav-Aggarwal in #1251
- build(deps): Bump github.com/multiformats/go-multiaddr from 0.11.0 to 0.12.0 by @dependabot in #1253
New Contributors
Full Changelog: v0.10.4...v0.10.5
v0.11.0-rc1
What's Changed
- Add mergify config for auto backport PR by @MSevey in #1134
- remove cmsync usage by @tac0turtle in #1151
- build(deps): bump github.com/go-kit/kit from 0.12.0 to 0.13.0 by @dependabot in #1159
- Refactor code to use block's methods by @Manav-Aggarwal in #1154
- Use channel instead of sync cond for RetrieveLoop and blockStoreRetri… by @Manav-Aggarwal in #1152
- bump go version to 1.21 and use new builtin functions by @tac0turtle in #1155
- Recompute signature in signature header tests to make tests throw the right errors by @Manav-Aggarwal in #1162
New Contributors
- @tac0turtle made their first contribution in #1151
Full Changelog: v0.11.0-rc0...v0.11.0-rc1
v0.10.4
What's Changed
- Update mempool_test_helpers.go by @Taction in #1139
- Revert "bump go verseion to 1.21 and use new builtin functions (#1155)" by @gupadhyaya in #1179
- Switch DABlockTime to 15 seconds by @Manav-Aggarwal in #1188
- chore: bump go-header, go-fraud and celestia-openrpc by @Wondertan in #1166
- feat: add go fmt to make fmt command by @MSevey in #1178
- build(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 by @dependabot in #1187
New Contributors
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in #1127
- For loop audit by @MSevey in #1117
- Modify DA Test to use SubmitBlocks with multiple blocks by @Manav-Aggarwal in #1085
- Use Blocks from Block Sync in Block Manager by @Manav-Aggarwal in #1056
- deps: fix celestia-openrpc v0.1.2 breaking changes by @tuxcanfly in #1140
- build(deps): bump alpine from 3.18.2 to 3.18.3 in /docker by @dependabot in #1137
- build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #1143
- Fix store height update in manager by @Manav-Aggarwal in #1142
- test: use pkg httptest to avoid port conflict by @tuxcanfly in #1144
- Use Blob Submit in Celestia DA Implementation by @Manav-Aggarwal in #1141
- test: update mock.Server to use httptest.Server by @tuxcanfly in #1145
- build(deps): bump github.com/celestiaorg/nmt from 0.17.0 to 0.18.1 by @dependabot in #1098
- Enable subsecond block times using unix nano for Time in BaseHeader by @Manav-Aggarwal in #1146
- Add mergify config for auto backport PR by @MSevey in #1134
- remove cmsync usage by @tac0turtle in #1151
- build(deps): bump github.com/go-kit/kit from 0.12.0 to 0.13.0 by @dependabot in #1159
- Refactor code to use block's methods by @Manav-Aggarwal in #1154
- Use channel instead of sync cond for RetrieveLoop and blockStoreRetri… by @Manav-Aggarwal in #1152
- bump go version to 1.21 and use new builtin functions by @tac0turtle in #1155
- Recompute signature in signature header tests to make tests throw the right errors by @Manav-Aggarwal in #1162
- build(deps): bump golang from 1.20-alpine to 1.21-alpine in /docker by @dependabot in #1138
- Validate exact expected error in signed header verification tests by @Manav-Aggarwal in #1165
New Contributors
- @tac0turtle made their first contribution in #1151
Full Changelog: v0.10.1...v0.10.3
v0.11.0-rc0
What's Changed
- build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in #1127
- For loop audit by @MSevey in #1117
- Modify DA Test to use SubmitBlocks with multiple blocks by @Manav-Aggarwal in #1085
- Use Blocks from Block Sync in Block Manager by @Manav-Aggarwal in #1056
- deps: fix celestia-openrpc v0.1.2 breaking changes by @tuxcanfly in #1140
- build(deps): bump alpine from 3.18.2 to 3.18.3 in /docker by @dependabot in #1137
- build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #1143
- Fix store height update in manager by @Manav-Aggarwal in #1142
- test: use pkg httptest to avoid port conflict by @tuxcanfly in #1144
- Use Blob Submit in Celestia DA Implementation by @Manav-Aggarwal in #1141
- test: update mock.Server to use httptest.Server by @tuxcanfly in #1145
- build(deps): bump github.com/celestiaorg/nmt from 0.17.0 to 0.18.1 by @dependabot in #1098
- Enable subsecond block times using unix nano for Time in BaseHeader by @Manav-Aggarwal in #1146
Full Changelog: v0.10.1...v0.11.0-rc0
Release v0.10.2
0.10.2 (2023-08-18)
Tests
- update mock.Server to use httptest.Server (#1145) (3967fc2), closes #1144
- use pkg httptest to avoid port conflict (#1144) (91e1c64)
Build Systems
- deps: bump alpine from 3.18.2 to 3.18.3 in /docker (#1137) (a9c6871)
- deps: bump github.com/celestiaorg/nmt from 0.17.0 to 0.18.1 (#1098) (13987f9), closes celestiaorg/nmt#226 celestiaorg/nmt#209 celestiaorg/nmt#215 celestiaorg/nmt#217 celestiaorg/nmt#220 celestiaorg/nmt#220 #226 #220 #217 #215 #209
- deps: bump golang.org/x/net from 0.13.0 to 0.14.0 (#1127) (4e26df4)
- deps: bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#1143) (1acf092), closes golangci/golangci-lint-action#795 golangci/golangci-lint-action#780 golangci/golangci-lint-action#771 golangci/golangci-lint-action#772 golangci/golangci-lint-action#773 golangci/golangci-lint-action#776 golangci/golangci-lint-action#775 golangci/golangci-lint-action#777 golangci/golangci-lint-action#778 golangci/golangci-lint-action#782 golangci/golangci-lint-action#783 golangci/golangci-lint-action#784 golangci/golangci-lint-action#785 golangci/golangci-lint-action#786 golangci/golangci-lint-action#787 golangci/golangci-lint-action#788 golangci/golangci-lint-action#790 golangci/golangci-lint-action#791 golangci/golangci-lint-action#792 golangci/golangci-lint-action#793 golangci/golangci-lint-action#796 golangci/golangci-lint-action#794 golangci/golangci-lint-action#798 golangci/golangci-lint-action#799 golangci/golangci-lint-action#801 golangci/golangci-lint-action#800 golangci/golangci-lint-action#803 golangci/golangci-lint-action#804 golangci/golangci-lint-action#805 golangci/golangci-lint-action#808 golangci/golangci-lint-action#809 golangci/golangci-lint-action#810 golangci/golangci-lint-action#811 golangci/golangci-lint-action#812 golangci/golangci-lint-action#815 golangci/golangci-lint-action#816 golangci/golangci-lint-action#817 golangci/golangci-lint-action#818 golangci/golangci-lint-action#819 golangci/golangci-lint-action#821 golangci/golangci-lint-action#823 golangci/golangci-lint-action#824 golangci/golangci-lint-action#822 #795 #825 #824 #823 #821 #819 #818 #817
What's Changed
- build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in #1127
- For loop audit by @MSevey in #1117
- Modify DA Test to use SubmitBlocks with multiple blocks by @Manav-Aggarwal in #1085
- Use Blocks from Block Sync in Block Manager by @Manav-Aggarwal in #1056
- deps: fix celestia-openrpc v0.1.2 breaking changes by @tuxcanfly in #1140
- build(deps): bump alpine from 3.18.2 to 3.18.3 in /docker by @dependabot in #1137
- build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #1143
- Fix store height update in manager by @Manav-Aggarwal in #1142
- test: use pkg httptest to avoid port conflict by @tuxcanfly in #1144
- Use Blob Submit in Celestia DA Implementation by @Manav-Aggarwal in #1141
- test: update mock.Server to use httptest.Server by @tuxcanfly in #1145
- build(deps): bump github.com/celestiaorg/nmt from 0.17.0 to 0.18.1 by @dependabot in #1098
- Enable subsecond block times using unix nano for Time in BaseHeader by @Manav-Aggarwal in #1146
Full Changelog: v0.10.1...v0.10.2-v0-10-x-lts.0
v0.10.1
What's Changed
- fix CM_VERSION in proto/get_deps.sh by @gupadhyaya in #1090
- golangci: add import duplication flag by @MSevey in #1093
- build(deps): bump github.com/celestiaorg/go-fraud from 0.1.1 to 0.1.2 by @dependabot in #1081
- build(deps): bump rollkit/.github from 0.1.1 to 0.2.2 by @dependabot in #1088
- feat: bump celestia-openrpc by @gupadhyaya in #1097
- code-hygiene: Move fraud proofs to feature branch by @Manav-Aggarwal in #1092
- FileLogger for Testing by @MSevey in #1067
- node: remove potential deadlock on chan capacity of zero by @MSevey in #1116
- Move libs to libs/celestia-app by @Manav-Aggarwal in #1118
- upgrade cometbft to 0.37.2 and fix int64 to *big.Int issues by @gupadhyaya in #1123
- build(deps): bump github.com/creachadair/taskgroup from 0.3.2 to 0.6.0 by @dependabot in #1099
- build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #1100
- build(deps): bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in #1124
Full Changelog: v0.10.0...v0.10.1
Major Updates
- upgraded to cometbft to 0.37.2
- removed fraud proof dependency so that only rollkit addition to cosmos-sdk as dependency is needed, no cometbft fork required.
v0.10.0
What's Changed
- update readme with latest release information by @gupadhyaya in #1055
- README: fix typo by @jcstein in #1057
- build(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 by @dependabot in #1064
- code-hygiene: Fix use of subtests in node integration tests by @MSevey in #1071
- build(deps): bump github.com/celestiaorg/go-header from 0.2.9 to 0.2.11 by @dependabot in #1066
- set node id using p2p key instead of local host id by @gupadhyaya in #1074
- code-hygiene: Clean up node shutdown in testing by @Manav-Aggarwal in #1073
- remove: CheckBlockAvailability function from DA by @tzdybal in #1078
- build(deps): bump github.com/multiformats/go-multiaddr from 0.10.0 to 0.10.1 by @dependabot in #1063
- Fix data race issue for manager's lastState by @Manav-Aggarwal in #1046
- Modify SubmitBlock to SubmitBlocks in DA interace by @Manav-Aggarwal in #1083
- Replace
tendermintwithcometbftby @Ferret-san in #793
Full Changelog: v0.9.0...v0.10.0
Major Upgrade
- Replace tendermint with cometbft v0.37.1
v0.9.1-rc0
What's Changed
- update readme with latest release information by @gupadhyaya in #1055
- README: fix typo by @jcstein in #1057
- build(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 by @dependabot in #1064
- code-hygiene: Fix use of subtests in node integration tests by @MSevey in #1071
- build(deps): bump github.com/celestiaorg/go-header from 0.2.9 to 0.2.11 by @dependabot in #1066
- set node id using p2p key instead of local host id by @gupadhyaya in #1074
- code-hygiene: Clean up node shutdown in testing by @Manav-Aggarwal in #1073
Full Changelog: v0.9.0...v0.9.1-rc0