Releases: celestiaorg/celestia-core
Releases · celestiaorg/celestia-core
v0.39.15
v1.59.0-tm-v0.38.17
What's Changed
- V0.38.x celestia fixed Issue #2571 (adding invalid-tx-format) line to expected output by @ayush99336 in #2577
- feat: backport the abci command by @evan-forbes in #2588
- chore(backport)!: extend TxStatus with more info and ExecTxRes to include signers by @ninabarbakadze in #2637
New Contributors
- @ayush99336 made their first contribution in #2577
Full Changelog: v1.57.5-tm-v0.38.17...v1.59.0-tm-v0.38.17
v0.39.14
What's Changed
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.13 to 1.31.15 by @dependabot[bot] in #2605
- build(deps): Bump github.com/opencontainers/runc from 1.1.14 to 1.2.8 by @dependabot[bot] in #2624
- build(deps): Bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #2628
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.7 to 1.90.0 by @dependabot[bot] in #2632
- build(deps): Bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #2635
- build(deps): Bump github.com/cosmos/gogoproto from 1.7.0 to 1.7.2 by @dependabot[bot] in #2634
- build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.19 to 1.18.21 by @dependabot[bot] in #2629
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.15 to 1.31.17 by @dependabot[bot] in #2633
- chore: deprecate KeepInvalidTxsInCache by @ninabarbakadze in #2623
- chore: use the legacy prop mechanism to propose the block even if the recovery fails by @rach-id in #2639
Full Changelog: v0.39.13...v0.39.14
v0.39.13
What's Changed
- feat: error if the propagation reactor failed to propose the block by @rach-id in #2611
- docs: update openapi spec by @ninabarbakadze in #2618
- chore: more trace logs by @rach-id in #2617
- build(deps): udpate go toolchain to 1.24.9 by @tzdybal in #2620
- chore: wait in the precommit step without re-scheduling by @rach-id in #2619
Full Changelog: v0.39.12...v0.39.13
v0.39.12
What's Changed
- fix: improve sticky peers and re-trigger pending queue by @evan-forbes in #2610
Full Changelog: v0.39.11...v0.39.12
v0.39.11
What's Changed
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.13 by @dependabot[bot] in #2581
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.4 to 1.88.5 by @dependabot[bot] in #2582
- fix: don't use channels for reactor-specific-peers by @tzdybal in #2590
- feat: only catchup from peers having the block by @rach-id in #2589
- build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.17 to 1.18.19 by @dependabot[bot] in #2601
- build(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.39.3 to 1.39.4 by @dependabot[bot] in #2602
- build(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #2604
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.5 to 1.88.7 by @dependabot[bot] in #2600
- feat: add signers field to TxStatus by @ninabarbakadze in #2593
Full Changelog: v0.39.10...v0.39.11
v1.58.0-tm-v0.38.17
What's Changed
- V0.38.x celestia fixed Issue #2571 (adding invalid-tx-format) line to expected output by @ayush99336 in #2577
- feat: backport the abci command by @evan-forbes in #2588
New Contributors
- @ayush99336 made their first contribution in #2577
Full Changelog: v1.57.5-tm-v0.38.17...v1.58.0-tm-v0.38.17
v0.39.10
What's Changed
- style: renaming filterAddrs method to capAddresses by @Parizval in #2545
- fix: receiving have on catchup block due to congestion by @rach-id in #2546
- perf: add parts to the partset in parallel by @rach-id in #2548
- feat: only send missing original parts to the consensus reactor by @rach-id in #2555
- build(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #2564
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.3 to 1.88.4 by @dependabot[bot] in #2563
- build(deps): Bump golang.org/x/net from 0.44.0 to 0.46.0 by @dependabot[bot] in #2562
- build(deps): Bump github.com/prometheus/common from 0.66.1 to 0.67.1 by @dependabot[bot] in #2560
- test: add tests for invalid messages in different reactor states by @mcrakhman in #2552
- feat: introduce trace logs by @rach-id in #2559
- feat!: extend TxStatus to include more tx info by @ninabarbakadze in #2543
- fix: Invalid BitArray handling on main by @rach-id in #2574
- feat: always send the first/last have parts of the original partset when proposing by @rach-id in #2556
- chore(libs): add message stats table by @rach-id in #2575
- feat: add sequence and signer to the mempool by @evan-forbes in #2569
- feat: sequence aware gossiping by @evan-forbes in #2558
New Contributors
- @Parizval made their first contribution in #2545
- @mcrakhman made their first contribution in #2552
Full Changelog: v0.39.9...v0.39.10
v1.57.5-tm-v0.38.17
What's Changed
- chore: delete println by @evan-forbes in #2294
- fix: cat not purging txs from ordered cache by @ninabarbakadze in #2327
- fix: cat returning erros for app rejection by @ninabarbakadze in #2340
- fix: don't hardcode "priority" by @evan-forbes in #2313
- feat: store proposals with invalid signatures to the data/debug by @evan-forbes in #2394
- docs: import 9 Celestia-specific ADRs (with history) from v0.34.x-celestia to v0.38.x-celestia by @Himess in #2409
- fix: Invalid BitArray handling on v0.38.x-celestia by @rootulp in #2568
Full Changelog: v1.57.4-tm-v0.38.17...v1.57.5-tm-v0.38.17
v0.39.9
What's Changed
- build(deps): Bump github.com/celestiaorg/go-square/v3 from 3.0.1 to 3.0.2 by @dependabot[bot] in #2534
- build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.15 to 1.18.16 by @dependabot[bot] in #2535
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.11 to 1.31.12 by @dependabot[bot] in #2536
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3 by @dependabot[bot] in #2532
- build(deps): Bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by @dependabot[bot] in #2533
- feat: limit the number of addresses in pex message by @rach-id in #2527
- chore: port fixes and traces from experiment by @evan-forbes in #2498
- build(deps): Bump github.com/go-logfmt/logfmt from 0.6.0 to 0.6.1 by @dependabot[bot] in #2537
- feat: account for KMS signing delay in the delayed precommit timeout by @rach-id in #2541
Full Changelog: v0.39.8...v0.39.9