Releases: evstack/ev-node
Releases · evstack/ev-node
v0.12.0-rc0
What's Changed
- Fix Inefficient usage of mutex in PendingBlocks by @Manav-Aggarwal in #1460
- Replace SyncStatus with atomic.Bool by @Manav-Aggarwal in #1459
- Add a default erroring case on unknown enums in DA by @Manav-Aggarwal in #1466
- Do proposer check immediately by @Manav-Aggarwal in #1467
- Check for closure of txAvailable channel by @Manav-Aggarwal in #1468
- Compute empty evidence hash constantly by @Manav-Aggarwal in #1463
- Fix Store related BB audit issues by @Manav-Aggarwal in #1465
- refactor: replace switch statement with if condition for error handling by @Chirag018 in #1469
- Use sync.Map in block cache instead of one mutex lock by @Manav-Aggarwal in #1480
- chore: make log human readable by @MSevey in #1498
- Resolve multiple BB audit issues by @Manav-Aggarwal in #1478
- chore: bump cometbft to v0.38.4 by @MSevey in #1502
- change genesis InitialHeight behavior by @S1nus in #1413
- Update auto_request_review.yml by @MSevey in #1505
- ignore validation failed error for the genesis block by @gupadhyaya in #1499
- build(deps): Bump actions/setup-go from 4 to 5 by @dependabot in #1392
- build(deps): Bump github.com/quic-go/quic-go from 0.37.6 to 0.37.7 by @dependabot in #1440
- refactor: Use atomic.Uint64 for height in DefaultStore by @Chirag018 in #1497
- build(deps): Bump codecov/codecov-action from 3.1.4 to 3.1.5 by @dependabot in #1506
- build(deps): Bump rollkit/.github from 0.2.2 to 0.3.0 by @dependabot in #1384
- build(deps): Bump github.com/libp2p/go-libp2p-pubsub from 0.9.3 to 0.10.0 by @dependabot in #1315
- build(deps): Bump github.com/quic-go/quic-go from 0.39.3 to 0.39.4 by @dependabot in #1510
- build(deps): Bump github.com/celestiaorg/go-header from 0.5.1 to 0.5.2 by @dependabot in #1470
- refactor: Replace unnecessary external lib with standard errors.Join by @Chirag018 in #1503
- build(deps): Bump github.com/multiformats/go-multiaddr from 0.12.1 to 0.12.2 by @dependabot in #1513
- Cast to uint64 from int64 instead of other way by @Manav-Aggarwal in #1516
- mempool: Add metric size of pool in bytes by @hoanguyenkh in #1508
- chore: enhance full client status tests by @00x-dx in #1504
- build(deps): Bump github.com/cometbft/cometbft from 0.38.4 to 0.38.5 by @dependabot in #1514
- build(deps): Bump codecov/codecov-action from 3.1.5 to 4.0.0 by @dependabot in #1519
- build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in #1512
- Revert "chore: enhance full client status tests" by @Manav-Aggarwal in #1521
- build(deps): Bump codecov/codecov-action from 4.0.0 to 4.0.1 by @dependabot in #1523
- da: add submit, get context timeouts by @tuxcanfly in #1507
- build(deps): Bump github.com/celestiaorg/go-header from 0.5.2 to 0.5.3 by @dependabot in #1528
- IBC for rollkit (JTMB IBC) by @vuong177 in #1424
- Disable ISRs in Block Data by @Manav-Aggarwal in #1532
- Handle duplicate block submission by @Manav-Aggarwal in #1471
- Add test cases to consensus params validate by @Manav-Aggarwal in #1536
- refactor: add missing stop ticker by @hoanguyenkh in #1541
- build(deps): Bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in #1543
- fix(da): update to go-da v0.4.0; add namespace flag by @tuxcanfly in #1542
- Status rpc by @gupadhyaya in #1547
- [DA] Fix error check for no blocks found in RetrieveBlocks() by @mastergaurang94 in #1546
- Refactor TestGetNodeHeight by @AryanGodara in #1545
- fix: make TestStatus stable by @tzdybal in #1557
- fix: mock CheckTx call for mempool recheck by @tzdybal in #1559
- build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #1551
- fix: remove unnecessary node start in full client test by @tzdybal in #1563
- build(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #1538
- docs: fix typos by @vuittont60 in #1549
- Add Rollkit CLI by @Ferret-san in #791
- build(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in #1565
- Improve node and services closing by @tzdybal in #1554
- build(deps): Bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #1567
- build(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in #1566
- Refactor: Extract out repitition of start-stop node pattern by @AryanGodara in #1544
- Quick Fix: Fix wrong changes pushed to main branch from my PR #1544 by @AryanGodara in #1577
- test : Use IsType assertions in test by @PrathyushaLakkireddy in #1574
- fix(da): increase backoff for mempool errors by @tuxcanfly in #1535
New Contributors
- @Chirag018 made their first contribution in #1469
- @hoanguyenkh made their first contribution in #1508
- @00x-dx made their first contribution in #1504
- @vuong177 made their first contribution in #1424
- @mastergaurang94 made their first contribution in #1546
- @AryanGodara made their first contribution in #1545
- @vuittont60 made their first contribution in #1549
- @PrathyushaLakkireddy made their first contribution in #1574
Full Changelog: v0.11.19...v0.12.0-rc0
v0.11.19
What's Changed
- ci: fix release conditions by @MSevey in #1443
- chore: bump dep version for multiaddr by @MSevey in #1442
- build(deps): bump go-da to v0.1.0 by @tuxcanfly in #1446
- add prometheus metric support by @gupadhyaya in #1432
- fix WebSocket serialization by @tzdybal in #1425
- test: mock test of RPC by @tzdybal in #1405
- build(deps): bump go-da to v0.2.0 by @tuxcanfly in #1448
Full Changelog: v0.11.18...v0.11.19
Release v0.11.18
0.11.18 (2024-01-10)
What's Changed
- update README with latest release by @gupadhyaya in #1430
Full Changelog: v0.11.17...v0.11.18
Release v0.11.17
0.11.17 (2024-01-09)
What's Changed
- Halt a node if it errors when applying a block from the sequencer by @Manav-Aggarwal in #1438
Full Changelog: v0.11.16...v0.11.17
Release v0.11.16
0.11.16 (2024-01-09)
Build Systems
What's Changed
- build(deps): Bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #1436
Full Changelog: v0.11.15...v0.11.16
Release v0.11.15
0.11.15 (2024-01-08)
Build Systems
- deps: Bump actions/github-script from 6 to 7 (#1330) (54b08bc), closes actions/github-script#429 actions/github-script#402 actions/github-script#425 actions/github-script#285 actions/github-script#429 actions/github-script#402 actions/github-script#358 actions/github-script#357 actions/github-script#356 actions/github-script#363 actions/github-script#358 actions/github-script#319 actions/github-script#320 actions/github-script#321 actions/github-script#313 actions/github-script#306 actions/github-script#321 actions/github-script#279 actions/github-script#279 actions/github-script#295 #425 #402 #429
What's Changed
- build(deps): Bump actions/github-script from 6 to 7 by @dependabot in #1330
Full Changelog: v0.11.14...v0.11.15
Release v0.11.14
Release v0.11.13
0.11.13 (2024-01-07)
What's Changed
- Enforce centralized sequencer in p2p block gossiping by @Manav-Aggarwal in #1418
- Move pending blocks out of attempts loop by @Manav-Aggarwal in #1433
Full Changelog: v0.11.12...v0.11.13
Release v0.11.12
0.11.12 (2024-01-04)
Build Systems
- deps: Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#1414) (0d865b5), closes spf13/viper#1715 spf13/viper#1704 #761 #1429 spf13/viper#1642 spf13/viper#1656 spf13/viper#1643 spf13/viper#1696 spf13/viper#1429 spf13/viper#1585 spf13/viper#1661 spf13/viper#1659 #1585
What's Changed
- build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.2 by @dependabot in #1414
- use go-ds-badger4 by @S1nus in #1419
Full Changelog: v0.11.11...v0.11.12
Release v0.11.11
0.11.11 (2024-01-04)
Build Systems
What's Changed
- build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #1422
Full Changelog: v0.11.10...v0.11.11