Releases: heliaxdev/tendermint
Releases · heliaxdev/tendermint
0.1.4-abciplus (WARNING: BETA SOFTWARE)
Changelog
- 78c7055 update version to 0.1.4-abciplus
- 65b6398 Merge pull request #197 from heliaxdev/fraccaman/cherry-pick-prometheus-fix
- 1be9883 metrics: fix panic because of absent prometheus label (tendermint#9455)
0.1.3-abciplus (WARNING: BETA SOFTWARE)
Changelog
- 600fea0 update version to "0.1.3-abciplus"
- ad825dc Merge pull request #162 from heliaxdev/tiago/0.37.x/add-events-rpc-endpoint
- b4dc0a8 Format code
- c844a0c Update rpc/core/events.go
- 349e8f8 Switch to using a background ctx to unsub from pubsub events
- 59d08fe Return err from Events
- 45e63bd Use explicit returns
- 1d02415 Rename timeout consts
- ae23f45 Update rpc/core/events.go
- dd02fa3 Update rpc/core/events.go
- 00101b0 Add events endpoint
- 0b58342 build(deps): Bump github.com/golangci/golangci-lint (tendermint#9343)
- a9a9e1c Update docs to reference v0.37 branch instead of main where applicable (tendermint#9337)
- cceea4d chore: Format and fix lints (tendermint#9336)
- 7b40167 abci: Port
EventAttribute
field type change tomain
(tendermint#9335) - 2313f35 build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (tendermint#9322)
- 3233568 Added
PrepareProposal
andProcessProposal
dataCHANGELOG_PENDING.md
. ReworkedUPGRADING.md
(tendermint#9315) - 9f76e8d Temporarily revert tendermint#9175: remove lastresulthash from merklization in lastresult hash (tendermint#9313)
- 28cfb03 docs: Add redirects to GitHub for spec links (tendermint#9311)
- 5f932a5 e23: fix generation by considering evidence age in retain height (tendermint#9306)
- 50b5c23 Merge branch 'feature/abci++ppp'
- b37f062 e2e: add evidence tests (tendermint#9292)
- aa303ed Forward port discard abci responses change (tendermint#9286)
- 2d8df1b proto: deduplicate consensus params (tendermint#9287)
- d886bc8 docs: Capture UX-oriented practices for changelog (tendermint#9284)
- daaf5d6 docs: Update all docs to prepare for v0.37 (tendermint#9243)
- 3cc9764 docs: Apply standard Apache 2.0 license (tendermint#9293)
- 0ca3a89 e2e: add abci delays (tendermint#9254)
- 1a4d939 abci++: update PrepareProposal API to accept just a list of bytes (tendermint#9283)
- c8302c5 consensus: fix round number when handling RoundStepNewRound timeout (tendermint#9252)
- fb9afcc Restore e2e nightly workflow on feature/abci++ppp branch (tendermint#9280)
- 622b930 abci-cli: PrepareProposal and ProcessProposal (tendermint#9281)
- 1069ffc config: backport the rename of fastsync to blocksync (tendermint#9259)
- 7bd86ec consensus: backport abci and consensus metrics (tendermint#9273)
- 9993514 abci: Remove SetOption tendermint#5447 tendermint#9091 (tendermint#9266)
- 3003e05 Update type annotations in the TLA+ spec of Tendermint for accountability (tendermint#9263)
- 498657f test/fuzz: fix OSS-Fuzz build (tendermint#9183)
- c322b89 RFC-024: block structure consolidation (tendermint#8457)
- cbc7a1a spec: Sync Light Client TLA+ code with
master
(tendermint#9238) - 670abbc Merge pull request tendermint#9236 from tendermint/sergio/merging-main-abci++ppp
- 7dc4f93 Merge branch main into feature/abci++ppp
- cb570f6 ABCI
types.proto
. Handle remaining discrepancies (tendermint#9224) - f36999e retract all of 0.35 (tendermint#9198)
- ae1fc74 abci: Make ABCI and P2P wire-level length delimiters consistent (tendermint#9182)
- c4eb611 Remove unused code in internal directory (tendermint#9223)
- 25b0c7c
PrepareProposal
/ProcessProposal
: Dealing with block data exposed to App (tendermint#9219) - a6dde14 do not use ioutil (tendermint#9206)
- 152a2fa metrics: add metricsgen makefile target (tendermint#9172)
- f295b4d build(deps): Bump github.com/golangci/golangci-lint from 1.42.1 to 1.48.0 (tendermint#9203)
- 0bea064 tools: remove mockery from tools.go (tendermint#9196)
- f861062 abci: implement process proposal to spec (tendermint#9122)
- d5ec276 e2e: fix out of sync configuration (tendermint#9199)
- bff63ae remove lastresulthash from merklization in lastresult hash (tendermint#9175)
- 69845bb metrics: fixup after cherry-pick (tendermint#9195)
- 10e1ac8 metrics: transition all metrics to using metricsgen generated constructors. (port of tendermint#8488) (tendermint#9178)
- 74dd21e build(deps): Bump docker/build-push-action from 3.1.0 to 3.1.1 (tendermint#9189)
- ad1f9b4 build(deps): Bump github.com/prometheus/client_golang (tendermint#9190)
- ef4e37b ci: Restore ToC check for ADRs/RFCs (tendermint#9180)
- 03c79b6 ci: Fix nightly E2E notifications (tendermint#9179)
- 1148759 ci: Update nightly E2E notifications (tendermint#9177)
- 608933b consensus: additional timing metrics (port of tendermint#7849) (tendermint#9168)
- b92a19b proxy: add initial set of abci metrics (port of tendermint#7115) (tendermint#9169)
- 6b499ae DOCKER: use go 1.18 (tendermint#9170)
- 88186f7 (docker) enable cross platform build using docker buildx (tendermint#9073) (tendermint#9074)
- b2409b3 Follow-up fixes to main
PrepareProposal
implementation (tendermint#9162) - d268e56 Sync PrepareProposal with Spec. Main part (tendermint#9158)
- 4f30c90 metricsgen: port metrics code generation tool (tendermint#9156)
- ea271c5 abci: remove counter app (port tendermint#6684) (tendermint#9143)
- 2164883 Old PrepareProposal and vote extension integration on feature/abci++ppp (tendermint#9117)
- 61619ab Update
feature/abci++ppp
branch with latest infra changes inmain
(tendermint#9157) - 4206a0e remove v1 and v2 blocksync protocol impementations (tendermint#9146)
- eb762cf cli: set node p2p external address with cmd flag (tendermint#9107)
- b6a515a docs/rfc: add testnet RFC (tendermint#9124)
- 07d242c e2e: remove maverick (tendermint#9148)
- 1e9d81f chore: bump go to 1.18 (tendermint#9147)
- 5305fa7 build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.7.0 (tendermint#9138)
- 49ec3b9 chore: lint repo (use american english) (tendermint#9144)
- 439d84a build(deps): Bump minimist from 1.2.5 to 1.2.6 in /docs (tendermint#9136)
- 13da93a build(deps): Bump url-parse from 1.5.7 to 1.5.10 in /docs (tendermint#9135)
- 476f8fa build(deps): Bump bufbuild/buf-setup-action from 1.6.0 to 1.7.0 (tendermint#9131)
- 75d51e1 Import latest root documentation (tendermint#9130)
- e32b86b docs: migrate adrs and rfcs across from master (tendermint#9115)
- 85636f6 Prepare
main
to become new default branch (tendermint#9095) - 8834a0d Update CODEOWNERS to use teams (tendermint#9129)
- 4309f54 libs/pubsub/query: specify peg version in go.mod (tendermint#9099)
- c4e2352 test: stop abci server started in addr test (tendermint#9093)
- 18c7e3a Fix unsafe-reset-all for working with default home (tendermint#9103)
- 58effdd Old PrepareProposal on feature/abci++ppp (tendermint#9106)
- a7049ed spec: migrate spec at v0.7.1. into main (tendermint#9098)
- 0323bd5 Merge branch 'main' into cal/spec-migrations
- a11b774 fix mockery generation script (tendermint#9094)
- 1ad0683 Merge tag 'v0.7.1' of github.com:tendermint/spec into cal/spec-migrations
- 46badfa cli: add command to manually reindex tx and block events (backport: tendermint#6676) (tendermint#9034)
- eb465a3 build(deps): Bump github.com/golangci/golangci-lint (tendermint#9071)
- d6be597 build(deps): Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (tendermint#9062)
- f9f3bed build(deps): Bump github.com/golangci/golangci-lint (tendermint#9043)
- 64dfeb7 mempool: rework lock discipline to mitigate callback deadlocks (backport tendermint#9030) (tendermint#9033)
- 6688db7 build(deps): Bump github.com/golangci/golangci-lint (tendermint#9036)
- fa2ccc8 proto: add tendermint go changes (tendermint#349)
- 60d6856 apps.md fixups (tendermint#341)
- e2a038e light: update initialization description (tendermint#320)
- f793752 Update supervisor_001_draft.md (tendermint#333)
- bf71990 abci.md fixup (tendermint#339)
- 41e6812 proto: move proto files under the correct directory related to their package name (tendermint#344)
- c939e15 abci: clarify connection use in-process (tendermint#337)
- 26ee62a abci: clarify what abci stands for (tendermint#336)
- e44ab95 core: text cleanup (tendermint#332)
- 4c3339a Update supervisor_001_draft.md (tendermint#334)
- 1e985f6 rpc: update peer format in specification in NetInfo operation (tendermint#331)
- 72adbf9 statesync: new messages for gossiping consensus params (tendermint#328)
- 8029cf7 evidence: add section explaining evidence (tendermint#324)
- ed7fa80 stale bot: ignore issues (tendermint#325)
- 8f9cd23 update proto files for release (tendermint#318)
- 24f22ee address discrepancies between spec and implementation (tendermint#322)
- f790b6f build(deps): bump actions/stale from 3.0.19 to 4 (tendermint#319)
- 0ff67d6 update spec to reference currently used timestamp type (tendermint#317)
- aa8f656 build(deps): bump gaurav-nelson/github-action-markdown-link-check (tendermint#313)
- 6039594 add new pex messages (tendermint#312)
- 24222c5 Add C++ code generation and test scenario (tendermint#310)
- 6bd5263 rpc: Add totalGasUSed to block_results response (tendermint#308)
- 89d381f update ResponseCheckTx (tendermint#306)
- 5559e14 rpc: add chunked genesis endpoint (tendermint#299)
- a2a9ffb rpc: clarify timestamps (tendermint#304)
- 8dd91a7 add a changelog to track changes (tendermint#303)
- f3216e6 rename HasVote to ReceivedVote (tendermint#289)
- 90434cb build(deps): bump actions/stale from 3.0.18 to 3.0.19 (tendermint#302)
- aba090a build(deps): bump actions/stale from 3 to 3.0.18 (tendermint#300)
- 048f6a3 lint: fix lint errors (tendermint#301)
- 4a9bceb fix message type for block-sync (tendermint#298)
- 4b79bcc Fixed a broken link (tendermint#291)
- 292828a A few improvements to the Ivy proof (tendermint#288)
- 5dfaa54 rpc: define spec for RPC (tendermint#276)
- 00446bb Update README.md (tendermint#286)
- 255942e p2p: update state sync messages for reverse sync (tendermint#285)
- 84ee424 core: update a few sections (tendermint#284)
- b39af91 RFC: ReverseSync - fetching historical data (#224)
- 0dc5d4d ABCI++ RFC (#254)
- ea8238f abci: reorder sidebar (tendermint#282)
- 640b710 Proposer-based timestamp specification (#261)
- 5c32ebc p2p: links (tendermint#268)
- b2465e0 genesis: Explain fields in genesis file (tendermint#270)
- 9f6a4bc readme: cleanup (#262)
- b4a3174 Fix list of RFCs (#266)
- b270ab8 spec: merge rust-spec (#252)
- 227e526 abci: note on concurrency (#258)
- b315f04 proto: modify height int64 to uint64 (#253)
- abaffef proto: add files (#246)
- 038f3e0 params: remove block timeiota (#248)
- 2f590a6 non-critical bugfix in the TLA+ spec (found by new version of apalache) (#244)
- 72d15a4 spec: remove reactor section (#242)
- 1b2b240 Update supervisor_001_draft.md (#243)
- d260ff3 abci: rewrite to proto interface (#237)
- a467204 reactors: remove bcv1 (#241)
- fc56917 layout: add section titles (#240)
- ce146d0 build(deps): bump gaurav-nelson/github-action-markdown-link-check (#239)
- 439a5bc p2p: update frame size (#235)
- accd7ff Update README.md (#234)
- 42751ea Computing attack types (#232)
- acb9a7d build(deps): bump gaurav-nelson/github-action-markdown-link-check (#233)
- 31cfa53 The TLA+ specification of the attackers detection ...
0.1.2-abciplus (WARNING: BETA SOFTWARE)
Changelog
- 889104e update version to "0.1.2-abciplus"
- 0b58342 build(deps): Bump github.com/golangci/golangci-lint (tendermint#9343)
- a9a9e1c Update docs to reference v0.37 branch instead of main where applicable (tendermint#9337)
- cceea4d chore: Format and fix lints (tendermint#9336)
- 7b40167 abci: Port
EventAttribute
field type change tomain
(tendermint#9335) - 2313f35 build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (tendermint#9322)
- 3233568 Added
PrepareProposal
andProcessProposal
dataCHANGELOG_PENDING.md
. ReworkedUPGRADING.md
(tendermint#9315) - 9f76e8d Temporarily revert tendermint#9175: remove lastresulthash from merklization in lastresult hash (tendermint#9313)
- 28cfb03 docs: Add redirects to GitHub for spec links (tendermint#9311)
- 5f932a5 e23: fix generation by considering evidence age in retain height (tendermint#9306)
- 50b5c23 Merge branch 'feature/abci++ppp'
- b37f062 e2e: add evidence tests (tendermint#9292)
- aa303ed Forward port discard abci responses change (tendermint#9286)
- 2d8df1b proto: deduplicate consensus params (tendermint#9287)
- d886bc8 docs: Capture UX-oriented practices for changelog (tendermint#9284)
- daaf5d6 docs: Update all docs to prepare for v0.37 (tendermint#9243)
- 3cc9764 docs: Apply standard Apache 2.0 license (tendermint#9293)
- 0ca3a89 e2e: add abci delays (tendermint#9254)
- 1a4d939 abci++: update PrepareProposal API to accept just a list of bytes (tendermint#9283)
- c8302c5 consensus: fix round number when handling RoundStepNewRound timeout (tendermint#9252)
- fb9afcc Restore e2e nightly workflow on feature/abci++ppp branch (tendermint#9280)
- 622b930 abci-cli: PrepareProposal and ProcessProposal (tendermint#9281)
- 1069ffc config: backport the rename of fastsync to blocksync (tendermint#9259)
- 7bd86ec consensus: backport abci and consensus metrics (tendermint#9273)
- 9993514 abci: Remove SetOption tendermint#5447 tendermint#9091 (tendermint#9266)
- 3003e05 Update type annotations in the TLA+ spec of Tendermint for accountability (tendermint#9263)
- 498657f test/fuzz: fix OSS-Fuzz build (tendermint#9183)
- c322b89 RFC-024: block structure consolidation (tendermint#8457)
- cbc7a1a spec: Sync Light Client TLA+ code with
master
(tendermint#9238) - 670abbc Merge pull request tendermint#9236 from tendermint/sergio/merging-main-abci++ppp
- 7dc4f93 Merge branch main into feature/abci++ppp
- cb570f6 ABCI
types.proto
. Handle remaining discrepancies (tendermint#9224) - f36999e retract all of 0.35 (tendermint#9198)
- ae1fc74 abci: Make ABCI and P2P wire-level length delimiters consistent (tendermint#9182)
- c4eb611 Remove unused code in internal directory (tendermint#9223)
- 25b0c7c
PrepareProposal
/ProcessProposal
: Dealing with block data exposed to App (tendermint#9219) - a6dde14 do not use ioutil (tendermint#9206)
- 152a2fa metrics: add metricsgen makefile target (tendermint#9172)
- f295b4d build(deps): Bump github.com/golangci/golangci-lint from 1.42.1 to 1.48.0 (tendermint#9203)
- 0bea064 tools: remove mockery from tools.go (tendermint#9196)
- f861062 abci: implement process proposal to spec (tendermint#9122)
- d5ec276 e2e: fix out of sync configuration (tendermint#9199)
- bff63ae remove lastresulthash from merklization in lastresult hash (tendermint#9175)
- 69845bb metrics: fixup after cherry-pick (tendermint#9195)
- 10e1ac8 metrics: transition all metrics to using metricsgen generated constructors. (port of tendermint#8488) (tendermint#9178)
- 74dd21e build(deps): Bump docker/build-push-action from 3.1.0 to 3.1.1 (tendermint#9189)
- ad1f9b4 build(deps): Bump github.com/prometheus/client_golang (tendermint#9190)
- ef4e37b ci: Restore ToC check for ADRs/RFCs (tendermint#9180)
- 03c79b6 ci: Fix nightly E2E notifications (tendermint#9179)
- 1148759 ci: Update nightly E2E notifications (tendermint#9177)
- 608933b consensus: additional timing metrics (port of tendermint#7849) (tendermint#9168)
- b92a19b proxy: add initial set of abci metrics (port of tendermint#7115) (tendermint#9169)
- 6b499ae DOCKER: use go 1.18 (tendermint#9170)
- 88186f7 (docker) enable cross platform build using docker buildx (tendermint#9073) (tendermint#9074)
- b2409b3 Follow-up fixes to main
PrepareProposal
implementation (tendermint#9162) - d268e56 Sync PrepareProposal with Spec. Main part (tendermint#9158)
- 4f30c90 metricsgen: port metrics code generation tool (tendermint#9156)
- ea271c5 abci: remove counter app (port tendermint#6684) (tendermint#9143)
- 2164883 Old PrepareProposal and vote extension integration on feature/abci++ppp (tendermint#9117)
- 61619ab Update
feature/abci++ppp
branch with latest infra changes inmain
(tendermint#9157) - 4206a0e remove v1 and v2 blocksync protocol impementations (tendermint#9146)
- eb762cf cli: set node p2p external address with cmd flag (tendermint#9107)
- b6a515a docs/rfc: add testnet RFC (tendermint#9124)
- 07d242c e2e: remove maverick (tendermint#9148)
- 1e9d81f chore: bump go to 1.18 (tendermint#9147)
- 5305fa7 build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.7.0 (tendermint#9138)
- 49ec3b9 chore: lint repo (use american english) (tendermint#9144)
- 439d84a build(deps): Bump minimist from 1.2.5 to 1.2.6 in /docs (tendermint#9136)
- 13da93a build(deps): Bump url-parse from 1.5.7 to 1.5.10 in /docs (tendermint#9135)
- 476f8fa build(deps): Bump bufbuild/buf-setup-action from 1.6.0 to 1.7.0 (tendermint#9131)
- 75d51e1 Import latest root documentation (tendermint#9130)
- e32b86b docs: migrate adrs and rfcs across from master (tendermint#9115)
- 85636f6 Prepare
main
to become new default branch (tendermint#9095) - 8834a0d Update CODEOWNERS to use teams (tendermint#9129)
- 4309f54 libs/pubsub/query: specify peg version in go.mod (tendermint#9099)
- c4e2352 test: stop abci server started in addr test (tendermint#9093)
- 18c7e3a Fix unsafe-reset-all for working with default home (tendermint#9103)
- 58effdd Old PrepareProposal on feature/abci++ppp (tendermint#9106)
- a7049ed spec: migrate spec at v0.7.1. into main (tendermint#9098)
- 0323bd5 Merge branch 'main' into cal/spec-migrations
- a11b774 fix mockery generation script (tendermint#9094)
- 1ad0683 Merge tag 'v0.7.1' of github.com:tendermint/spec into cal/spec-migrations
- 46badfa cli: add command to manually reindex tx and block events (backport: tendermint#6676) (tendermint#9034)
- eb465a3 build(deps): Bump github.com/golangci/golangci-lint (tendermint#9071)
- d6be597 build(deps): Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (tendermint#9062)
- f9f3bed build(deps): Bump github.com/golangci/golangci-lint (tendermint#9043)
- 64dfeb7 mempool: rework lock discipline to mitigate callback deadlocks (backport tendermint#9030) (tendermint#9033)
- 6688db7 build(deps): Bump github.com/golangci/golangci-lint (tendermint#9036)
- fa2ccc8 proto: add tendermint go changes (tendermint#349)
- 60d6856 apps.md fixups (tendermint#341)
- e2a038e light: update initialization description (tendermint#320)
- f793752 Update supervisor_001_draft.md (tendermint#333)
- bf71990 abci.md fixup (tendermint#339)
- 41e6812 proto: move proto files under the correct directory related to their package name (tendermint#344)
- c939e15 abci: clarify connection use in-process (tendermint#337)
- 26ee62a abci: clarify what abci stands for (tendermint#336)
- e44ab95 core: text cleanup (tendermint#332)
- 4c3339a Update supervisor_001_draft.md (tendermint#334)
- 1e985f6 rpc: update peer format in specification in NetInfo operation (tendermint#331)
- 72adbf9 statesync: new messages for gossiping consensus params (tendermint#328)
- 8029cf7 evidence: add section explaining evidence (tendermint#324)
- ed7fa80 stale bot: ignore issues (tendermint#325)
- 8f9cd23 update proto files for release (tendermint#318)
- 24f22ee address discrepancies between spec and implementation (tendermint#322)
- f790b6f build(deps): bump actions/stale from 3.0.19 to 4 (tendermint#319)
- 0ff67d6 update spec to reference currently used timestamp type (tendermint#317)
- aa8f656 build(deps): bump gaurav-nelson/github-action-markdown-link-check (tendermint#313)
- 6039594 add new pex messages (tendermint#312)
- 24222c5 Add C++ code generation and test scenario (tendermint#310)
- 6bd5263 rpc: Add totalGasUSed to block_results response (tendermint#308)
- 89d381f update ResponseCheckTx (tendermint#306)
- 5559e14 rpc: add chunked genesis endpoint (tendermint#299)
- a2a9ffb rpc: clarify timestamps (tendermint#304)
- 8dd91a7 add a changelog to track changes (tendermint#303)
- f3216e6 rename HasVote to ReceivedVote (tendermint#289)
- 90434cb build(deps): bump actions/stale from 3.0.18 to 3.0.19 (tendermint#302)
- aba090a build(deps): bump actions/stale from 3 to 3.0.18 (tendermint#300)
- 048f6a3 lint: fix lint errors (tendermint#301)
- 4a9bceb fix message type for block-sync (tendermint#298)
- 4b79bcc Fixed a broken link (tendermint#291)
- 292828a A few improvements to the Ivy proof (tendermint#288)
- 5dfaa54 rpc: define spec for RPC (tendermint#276)
- 00446bb Update README.md (tendermint#286)
- 255942e p2p: update state sync messages for reverse sync (tendermint#285)
- 84ee424 core: update a few sections (tendermint#284)
- b39af91 RFC: ReverseSync - fetching historical data (#224)
- 0dc5d4d ABCI++ RFC (#254)
- ea8238f abci: reorder sidebar (tendermint#282)
- 640b710 Proposer-based timestamp specification (#261)
- 5c32ebc p2p: links (tendermint#268)
- b2465e0 genesis: Explain fields in genesis file (tendermint#270)
- 9f6a4bc readme: cleanup (#262)
- b4a3174 Fix list of RFCs (#266)
- b270ab8 spec: merge rust-spec (#252)
- 227e526 abci: note on concurrency (#258)
- b315f04 proto: modify height int64 to uint64 (#253)
- abaffef proto: add files (#246)
- 038f3e0 params: remove block timeiota (#248)
- 2f590a6 non-critical bugfix in the TLA+ spec (found by new version of apalache) (#244)
- 72d15a4 spec: remove reactor section (#242)
- 1b2b240 Update supervisor_001_draft.md (#243)
- d260ff3 abci: rewrite to proto interface (#237)
- a467204 reactors: remove bcv1 (#241)
- fc56917 layout: add section titles (#240)
- ce146d0 build(deps): bump gaurav-nelson/github-action-markdown-link-check (#239)
- 439a5bc p2p: update frame size (#235)
- accd7ff Update README.md (#234)
- 42751ea Computing attack types (#232)
- acb9a7d build(deps): bump gaurav-nelson/github-action-markdown-link-check (#233)
- 31cfa53 The TLA+ specification of the attackers detection (#231)
- 26ef2cc Draft of evidence handling for discussion (#225)
- 6abcb13 BFT requires less than 1/3 faulty validators (#228)
- 033608b abci: add abci_version to requestInfo (#223)
- 871d051 abci: lastcommitinfo.round extra sentence (#221)
- c1ff62f Light client detector spec in TLA+ and refactoring of light client verification TLA+ spec (#216)
- 66e9106 add Ivy proofs (#210)
- d5e0294 Detector English Spec ready (...
0.1.1-abcipp (WARNING: BETA SOFTWARE)
Changelog
- 559fb33 update version to "0.1.1-abcipp"
0.1.0-abcipp (WARNING: BETA SOFTWARE)
This is a development version of ABCI++ build created from #122. It should not be used in any production environment.
Changelog
- 3b7f2c7 Explicitly retry queryMaj23Routine if rs.Votes == nil
- 29e5fbc rpc: reformat method signatures and use a context (tendermint#8377)
- e4991fd test/fuzz: convert to Go 1.18 native fuzzing (tendermint#8359)
- ad249ca node: cleanup setup for indexer and evidence components (tendermint#8378)
- d919a42 node: use signals rather than ephemeral contexts (tendermint#8376)
- 82585e1 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.6 to 2.11.0 (tendermint#8374)
- a1104b9 abci++: Sync implementation and spec for vote extensions (tendermint#8141)
- 9ea0e5e cleanup: pin get-diff-action uses to major version only, not minor/patch (tendermint#8368)
- efd4f4a cleanup: unused parameters (tendermint#8372)
- c372390 eventbus: publish without contexts (tendermint#8369)
- 8893411 p2p: fix setting in con-tracker (tendermint#8370)
- 7243ef7 Forward port changelog from v0.35.4 to master. (tendermint#8364)
- bebfd86 build(deps): Bump github.com/creachadair/atomicfile from 0.2.4 to 0.2.5 (tendermint#8365)
- 851c0dc build(deps): Bump async from 2.6.3 to 2.6.4 in /docs (tendermint#8357)
- 767e2ec Add a script to check documentation for ToC entries. (tendermint#8356)
- 43f9280 Update pending changelog for tendermint#8352. (tendermint#8354)
- 34e7276 keymigrate: fix conversion of transaction hash keys (tendermint#8352)
- a0f51d0 build(deps): Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (tendermint#8344)
- be7cb50 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.4 to 2.10.6 (tendermint#8346)
- 69874c2 confix: convert tx-index.indexer from string to array (tendermint#8342)
- 68c9efd cli: simplify resetting commands (tendermint#8312)
- 6bbf5b6 Work around markdown-link-check issues. (tendermint#8339)
- 024f611 confix: remove mempool.version in v0.36 (tendermint#8334)
- 9296717 Update RFC ToC for RFC-015. (tendermint#8338)
- 6dc15b2 Only run the markdown linter if markdown was touched. (tendermint#8337)
- 0e4b188 pubsub: [minor] remove unused stub method (tendermint#8316)
- c45367e rpc: avoid leaking threads (tendermint#8328)
- 29ad4dc Remove resolved TODO comments. (tendermint#8325)
- 80b8c00 state: remove unused weighted time (tendermint#8315)
- 5d4d01b service: minor cleanup of comments (tendermint#8314)
- 571d26f events: remove unused event code (tendermint#8313)
- cf337cc Add configuration updates for Tendermint v0.36. (tendermint#8310)
- 969690d abci++: only include meaningful header fields in data passed-through to application (tendermint#8216)
- 9ec30ec Add configuration diff tool. (tendermint#8298)
- 0e32ad9 Update outdated doc comment (tendermint#8309)
- b7e87ee cli: add graceful catches to SIGINT (tendermint#8308)
- 0ab2f31 build(deps): Bump github.com/creachadair/tomledit from 0.0.11 to 0.0.13 (tendermint#8307)
- 9a46f57 build(deps): Bump actions/upload-artifact from 2 to 3 (tendermint#8303)
- 8c4e982 build(deps): Bump actions/download-artifact from 2 to 3 (tendermint#8302)
- fa531d3 build(deps): Bump actions/stale from 4 to 5 (tendermint#8304)
- ce3b48f build(deps): Bump actions/setup-go from 2 to 3 (tendermint#8305)
- 5235913 build(deps): Bump codecov/codecov-action from 2.1.0 to 3.0.0 (tendermint#8306)
- 4743a7a confix: clean up and document transformations (tendermint#8301)
- f504089 build: use go install instead of go get. (tendermint#8299)
- c53b718 Fix a spelling error (tendermint#8297)
- b91501c test/fuzz: update oss-fuzz build script to match reality (tendermint#8296)
- 322bb46 keymigrate: fix decoding of block-hash row keys (tendermint#8294)
- 26b5672 Add a tool to update old config files to the latest version (tendermint#8281)
- e6550f8 Fix release notes to match the prevailing style. (tendermint#8292)
- e565a4a Forward-port v0.35.3 changelog to master. (tendermint#8291)
- 6ff07a1 switch to consensus change startup ordering (tendermint#8290)
- 631ef7a consensus: add nil check to gossip routine (tendermint#8288)
- 3e3a934 rpc: add more nil checks in the status end point (tendermint#8287)
- 90b951a node+statesync: normalize initialization (tendermint#8275)
- 5df277c build(deps): Bump github.com/lib/pq from 1.10.4 to 1.10.5 (tendermint#8283)
- 53b7dbe Forward-port changelog for v0.34.19 to master. (tendermint#8279)
- f3858e5 scmigrate: ensure target key is correctly renamed (tendermint#8276)
- 9d20e06 statesync+blocksync: move event publications into the sync operations (tendermint#8274)
- 6ed3f2d node: move handshake out of constructor (tendermint#8264)
- 681cdf8 consensus: avoid panics during handshake (tendermint#8266)
- 14f41ac Fix more broken Markdown links. (tendermint#8271)
- 7678ab8 statesync: tweak test performance (tendermint#8267)
- 025894c Forward-port changelogs from v0.34.17 and v0.34.18 to master. (tendermint#8265)
- 85364a9 node: reorder service construction (tendermint#8262)
- d153388 p2p: inject nodeinfo into router (tendermint#8261)
- 2304ea7 consensus: remove string indented function (tendermint#8257)
- 60f8819 build(deps): Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (tendermint#8251)
- 0a23b1e build(deps): Bump github.com/vektra/mockery/v2 from 2.10.2 to 2.10.4 (tendermint#8250)
- 9d1e8ea node: remove channel and peer update initialization from construction (tendermint#8238)
- 97f7021 statesync: merge channel processing (tendermint#8240)
- cb8e6b1 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.1 to 2.10.2 (tendermint#8246)
- 8df38db Remove
ModifiedTxStatus
from the spec and the code (tendermint#8210) - 9fe25a1 build(deps): Bump bufbuild/buf-setup-action from 1.3.0 to 1.3.1 (tendermint#8245)
- 99f9ee0 abci++: correct max-size check to only operate on added and unmodified (tendermint#8242)
- 4a504c0 e2e: Fix hashing for app + Fix logic of TestApp_Hash (tendermint#8229)
- b68424b light: remove untracked close channel (tendermint#8228)
- a79dd42 lint: bump linter version in ci (tendermint#8234)
- 6af23ff state: avoid premature genericism (tendermint#8224)
- d1722c9 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.0 to 2.10.1 (tendermint#8226)
- 6ed2c42 Document steps for updating the timeout parameters. (tendermint#8217)
- 185f15d config: default indexer configuration to null (tendermint#8222)
- dfb322e Fix broken Markdown links (tendermint#8214)
- 3d0d89e Re-enable markdown link checker. (tendermint#8212)
- 9e643f3 migration: remove stale seen commits (tendermint#8205)
- 1949095 Fix empty tendermint version in Docker (tendermint#8161)
- 41a1bf5 timeout parameters take the default if not set (tendermint#8189)
- 462c475 consensus: timeout params in toml used as overrides (tendermint#8186)
- 9d56520 Update ABCI++ spec with decisions taken in the bi-weekly meeting (tendermint#8191)
- 14f5588 build(deps): Bump github.com/adlio/schema from 1.2.3 to 1.3.0 (tendermint#8201)
- 3945915 build(deps): Bump bufbuild/buf-setup-action from 1.1.0 to 1.3.0 (tendermint#8199)
- 0af5840 build(deps): Bump minimist from 1.2.5 to 1.2.6 in /docs (tendermint#8196)
- 7d39f63 build(deps): Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (tendermint#8192)
- e4ae922 consensus: update state machine to use the new consensus params (tendermint#8181)
- cbce877 consensus: add leaktest check to replay tests (tendermint#8185)
- b29cc95 consensus: cleanup tempfile explictly (tendermint#8184)
- 0c9558a consensus: avoid panic during shutdown (tendermint#8170)
- e2fc50e types: add TimeoutParams into ConsensusParams structs (tendermint#8177)
- 2361e0c abci++: remove CheckTx call from PrepareProposal flow (tendermint#8176)
- e2365c1 build(deps): Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 (tendermint#8169)
- 43943d2 rollback: cleanup second node during test (tendermint#8175)
- cc838a5 ABCI++: Update new protos to use enum instead of bool (tendermint#8158)
- c33be0a state: propogate error from state store (tendermint#8171)
- c680cca consensus: reduce size of test fixtures and logging rate (tendermint#8172)
- 039fef1 build(deps): Bump docker/build-push-action from 2.9.0 to 2.10.0 (tendermint#8167)
- 3a75fbc build(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.13 to 1.0.14 (tendermint#8166)
- ea964e2 node: always sync with the application at startup (tendermint#8159)
- 485c96b consensus: change lock handling in reactor and handleMsg for RoundState (forward-port tendermint#7994 tendermint#7992) (tendermint#8139)
- 9a833a8 consensus: skip channel close during shutdown (tendermint#8155)
- 0bded37 testing: logger cleanup (tendermint#8153)
- 12d13cd mempool: reduce size of test (tendermint#8152)
- bba8367 state: panic on ResponsePrepareProposal validation error (tendermint#8145)
- f1a8f47 types: minor cleanup of un or minimally used types (tendermint#8154)
- f61e6e4 autofile: remove vestigal close mechanism (tendermint#8150)
- 1db4166 consensus: avoid race in accessing channel (tendermint#8149)
- 5e0e05f consensus: avoid persistent kvstore in tests (tendermint#8148)
- 5bb51aa events: remove service aspects of event switch (tendermint#8146)
- 13f7501 blocksync: remove intermediate channel (tendermint#8140)
- 4400b0f p2p: adjust max non-persistent peer score (tendermint#8137)
- 5b6849c Docs: abci++ typo (tendermint#8147)
- a68e356 consensus: avoid extra close channel (tendermint#8144)
- 7c91b53 docs: PBTS synchrony issues runbook (tendermint#8129)
- 02c7199 types: update synchrony params to match checked in proto (tendermint#8142)
- 1dd8807 mempool: test harness should expose application (tendermint#8143)
- 07b46d5 blocksync: drop redundant shutdown mechanisms (tendermint#8136)
- 7a0b05f libs/events: remove unneccessary unsubscription code (tendermint#8135)
- bedb680 libs/clist: remove unused surface area (tendermint#8134)
- 348c494 build(deps): Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (tendermint#8131)
- 48b1952 state: avoid panics for marshaling errors (tendermint#8125)
- 93c4e00 abci++: remove app_signed_updates (tendermint#8128)
- 68c624f abci++: synchronize PrepareProposal with the newest version of the spec (tendermint#8094)
- 4dce885 ADR: Protocol Buffers Management (tendermint#8029)
- faf123b autofile: reduce minor panic and docs changes (tendermint#8122)
- da5c09c cleanup: remove commented code (tendermint#8123)
- b08dd93 libs/log: remove Must constructor (tendermint#8120)
- a5320da node: cleanup evidence db (tendermint#8119)
- 8e5dfa5 rfc: RFC 015 ABCI++ Tx Mutation (tendermint#8033)
- 70df7d9 readme: add vocdoni (tendermint#8117)
- 98dd0d6 minor typo in docs (tendermint#8116)
- aff1481 Update abci++_basic_concepts_002_draft.md (tendermint#8114)
- e9bc33d consensus: ensure the node terminates on consensus failure (tendermint#8111)
- 72bbe64 proto: update proto generation to use buf (tendermint#7975...