https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
dc75f6c test: use 'f' functions with formatting directives 08 January 2021, 11:00:13 UTC
09cf0bc privval: add grpc (#5725) Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com> 06 January 2021, 18:49:30 UTC
e986602 evidence: p2p refactor (#5747) 06 January 2021, 16:53:18 UTC
2c95b0b changelog: update with changes released in 0.34.1 (#5875) 06 January 2021, 15:56:13 UTC
a0d4d85 os: simplify EnsureDir() (#5871) #5852 fixed an issue with error propagation in `os.EnsureDir()`. However, this function is basically identical to `os.MkdirAll()`, and can be replaced entirely with a call to it. We keep the function for backwards compatibility. 06 January 2021, 15:27:35 UTC
8bf77d9 statesync: do not recover panic on peer updates (#5869) 06 January 2021, 15:07:10 UTC
1ccd23c p2p: fix MConnection inbound traffic statistics and rate limiting (#5868) Fixes #5866. Inbound traffic monitoring (and by extension inbound rate limiting) was inadvertently removed in 660e72a. 06 January 2021, 14:38:23 UTC
47f5650 build(deps): Bump codecov/codecov-action from v1.2.0 to v1.2.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.2.0 to v1.2.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.2.0...e156083f13aff6830c92fc5faa23505779fbf649) Signed-off-by: dependabot[bot] <support@github.com> 06 January 2021, 13:29:56 UTC
5b17c01 build(deps): Bump codecov/codecov-action from v1.1.1 to v1.2.0 (#5863) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> 05 January 2021, 16:51:21 UTC
9b9222f store: order-preserving varint key encoding (#5771) 05 January 2021, 15:53:26 UTC
0555772 blockchain/v0: stop tickers on poolRoutine exit (#5860) Fixes #5841. 05 January 2021, 14:45:24 UTC
1e1d087 blockchain/v2: fix missing mutex unlock (#5862) Fixes #5843. 05 January 2021, 14:35:20 UTC
85353d9 test/consensus: improve WaitGroup handling in Byzantine tests (#5861) Fixes #5845. 05 January 2021, 10:44:03 UTC
1570d26 test/e2e: add conceptual overview (#5857) This should be useful to understand the overall purpose and structure of the end-to-end tests. 04 January 2021, 17:51:49 UTC
c75dee5 state sync: Fix TestSyncer_SyncAny (#5835) 04 January 2021, 15:31:20 UTC
17ca6c6 test/e2e: disable abci/grpc and blockchain/v2 due to flake (#5854) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> 04 January 2021, 15:19:07 UTC
46964f6 p2p: fix IPv6 address handling in new transport API (#5853) The old code naïvely concatenated IP and port, which doesn't work for IPv6 addresses where `:` can be part of the IP as well. 04 January 2021, 15:05:43 UTC
9c47b57 libs/os: EnsureDir now returns IO errors and checks file type (#5852) Fixes #5839. 04 January 2021, 14:30:38 UTC
1b18d26 abci/grpc: fix invalid mutex handling in StopForError() (#5849) Fixes #5840. 04 January 2021, 13:56:01 UTC
d39eb74 tools/tm-signer-harness: fix listener leak in newTestHarnessListener() (#5850) Fixes #5837. 04 January 2021, 13:38:42 UTC
91bef75 p2p: rename PubKeyToID to NodeIDFromPubKey 04 January 2021, 10:25:20 UTC
b4ce1de p2p: rename NodeInfo.DefaultNodeID to NodeID 04 January 2021, 10:25:20 UTC
1b6df67 p2p: replace PeerID with NodeID 04 January 2021, 10:25:20 UTC
cc3c18a p2p: add NodeID.Validate(), replaces validateID() 04 January 2021, 10:25:20 UTC
8e7d431 p2p: rename ID to NodeID 04 January 2021, 10:25:20 UTC
3c1416b ABCI: Update readme to fix broken link to proto (#5847) # Description Proto definitions file was moved and link was broken. Fixed as relative link. 04 January 2021, 03:17:21 UTC
aef1ac7 modify Reactor priorities (#5826) blockchain/vX reactor priority was decreased because during the normal operation (i.e. when the node is not fast syncing) blockchain priority can't be the same as consensus reactor priority. Otherwise, it's theoretically possible to slow down consensus by constantly requesting blocks from the node. NOTE: ideally blockchain/vX reactor priority would be dynamic. e.g. when the node is fast syncing, the priority is 10 (max), but when it's done fast syncing - the priority gets decreased to 5 (only to serve blocks for other nodes). But it's not possible now, therefore I decided to focus on the normal operation (priority = 5). evidence and consensus critical messages are more important than the mempool ones, hence priorities are bumped by 1 (from 5 to 6). statesync reactor priority was changed from 1 to 5 to be the same as blockchain/vX priority. Refs https://github.com/tendermint/tendermint/issues/5816 23 December 2020, 12:31:00 UTC
84ff991 p2p: add MemoryTransport, an in-memory transport for testing (#5827) 23 December 2020, 12:21:01 UTC
bc1f1e5 ci: run `goreleaser build` (#5824) # Description - run build when on a branch matching RC[0-9]/**, in accordance with contributing.md release guide. Closes: #5695 22 December 2020, 16:06:37 UTC
c4730bb localnet: use 27000 port for prometheus (#5811) 22 December 2020, 08:16:33 UTC
392acdc build(deps): Bump codecov/codecov-action from v1.0.15 to v1.1.1 (#5825) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.15 to v1.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.15...1fc7722ded4708880a5aea49f2bfafb9336f0c8d) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 December 2020, 08:13:37 UTC
1128244 docs: specify master for tutorials (#5822) ## Description Specify master for tutorials. I will have a followup PR for 0.34 that specifies 0.34 Ref: #5735 21 December 2020, 17:36:07 UTC
886442c abci: use protoio for length delimitation (#5818) Migrate ABCI to use protoio (uint64 length delimitation) instead of specific int64 length delimiters. Closes: #5783 21 December 2020, 16:51:41 UTC
c6691b9 ci: make timeout-minutes 8 for golangci (#5821) 21 December 2020, 16:30:28 UTC
0a41711 build(deps): Bump github.com/cosmos/iavl from 0.15.2 to 0.15.3 (#5814) Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.15.2 to 0.15.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/iavl/releases">github.com/cosmos/iavl's releases</a>.</em></p> <blockquote> <h2>v0.15.3</h2> <p><a href="https://github.com/cosmos/iavl/blob/257e8b9292e784aef5b755d9f8fd305eb1e29bb0/CHANGELOG.md#0153-december-21-2020">https://github.com/cosmos/iavl/blob/257e8b9292e784aef5b755d9f8fd305eb1e29bb0/CHANGELOG.md#0153-december-21-2020</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/iavl/blob/master/CHANGELOG.md">github.com/cosmos/iavl's changelog</a>.</em></p> <blockquote> <h2>0.15.3 (December 21, 2020)</h2> <p>Special thanks to external contributors on this release: <a href="https://github.com/odeke-em">@odeke-em</a></p> <h3>Improvements</h3> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/iavl/pull/352">#352</a> Reuse buffer to improve performance of <code>GetMembershipProof()</code> and <code>GetNonMembershipProof()</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/iavl/commit/257e8b9292e784aef5b755d9f8fd305eb1e29bb0"><code>257e8b9</code></a> changelog: release 0.15.3 (<a href="https://github-redirect.dependabot.com/cosmos/iavl/issues/353">#353</a>)</li> <li><a href="https://github.com/cosmos/iavl/commit/b2dffed4b2c76c5dfa7c4bb4683030c9c8d2f022"><code>b2dffed</code></a> convertVarIntToBytes: use reusable bytes array (<a href="https://github-redirect.dependabot.com/cosmos/iavl/issues/352">#352</a>)</li> <li><a href="https://github.com/cosmos/iavl/commit/9e510e5a64824e1f6aab6a36b9300965251b043b"><code>9e510e5</code></a> github: run tests with 32-bit arch as well (<a href="https://github-redirect.dependabot.com/cosmos/iavl/issues/350">#350</a>)</li> <li>See full diff in <a href="https://github.com/cosmos/iavl/compare/v0.15.2...v0.15.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/iavl&package-manager=go_modules&previous-version=0.15.2&new-version=0.15.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 21 December 2020, 15:28:56 UTC
77deb71 mempool: disable MaxBatchBytes (#5800) @p4u from vocdoni.io reported that the mempool might behave incorrectly under a high load. The consequences can range from pauses between blocks to the peers disconnecting from this node. My current theory is that the flowrate lib we're using to control flow (multiplex over a single TCP connection) was not designed w/ large blobs (1MB batch of txs) in mind. I've tried decreasing the Mempool reactor priority, but that did not have any visible effect. What actually worked is adding a time.Sleep into mempool.Reactor#broadcastTxRoutine after an each successful send == manual control flow of sort. As a temporary remedy (until the mempool package is refactored), the max-batch-bytes was disabled. Transactions will be sent one by one without batching Closes #5796 21 December 2020, 15:17:45 UTC
6a056e0 mempool: introduce KeepInvalidTxsInCache config option (#5813) When set to true, an invalid transaction will be kept in the cache (this may help some applications to protect against spam). NOTE: this is a temporary config option. The more correct solution would be to add a TTL to each transaction (i.e. CheckTx may return a TTL in ResponseCheckTx). Closes: #5751 21 December 2020, 11:25:14 UTC
bdf688d build(deps): Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0 (#5807) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's releases</a>.</em></p> <blockquote> <h2>1.9.0 / 2020-12-17</h2> <ul> <li>[FEATURE] <code>NewPidFileFn</code> helper to create process collectors for processes whose PID is read from a file. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/804">#804</a></li> <li>[BUGFIX] promhttp: Prevent endless loop in <code>InstrumentHandler...</code> middlewares with invalid metric or label names. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/823">#823</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md">github.com/prometheus/client_golang's changelog</a>.</em></p> <blockquote> <h2>1.9.0 / 2020-12-17</h2> <ul> <li>[FEATURE] <code>NewPidFileFn</code> helper to create process collectors for processes whose PID is read from a file. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/804">#804</a></li> <li>[BUGFIX] promhttp: Prevent endless loop in <code>InstrumentHandler...</code> middlewares with invalid metric or label names. <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/823">#823</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/client_golang/commit/d89cf5af8849fcb6d69f2c16bdf3b910e03d341e"><code>d89cf5a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/826">#826</a> from prometheus/beorn7/release</li> <li><a href="https://github.com/prometheus/client_golang/commit/80ca9cdc4e154cf193f8b1b8fddb1f24a3bcc475"><code>80ca9cd</code></a> Cut release 1.9.0</li> <li><a href="https://github.com/prometheus/client_golang/commit/8d16199dea38f0d689454d6e56ffaeb1d381f6bb"><code>8d16199</code></a> Update dependencies</li> <li><a href="https://github.com/prometheus/client_golang/commit/8b73bd904c6b7929b7dcaefea4fbcc9c7a439449"><code>8b73bd9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/823">#823</a> from prometheus/beorn7/promhttp</li> <li><a href="https://github.com/prometheus/client_golang/commit/98eb6cbf7ccf0487b869d70efeebbb09dab53be1"><code>98eb6cb</code></a> promhttp: Correctly detect invalid metric and label names</li> <li><a href="https://github.com/prometheus/client_golang/commit/37c26edd5bccddcf5d0622534fcdc36c301d89d6"><code>37c26ed</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/821">#821</a> from prometheus/beorn7/multierror</li> <li><a href="https://github.com/prometheus/client_golang/commit/34ca1203775369991cf963e1b71fe1f230064dc5"><code>34ca120</code></a> Be more explicit about the multi-line properties of MultiError</li> <li><a href="https://github.com/prometheus/client_golang/commit/fd6d36867616fa5606efb2788d3368768923ff7b"><code>fd6d368</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/client_golang/issues/819">#819</a> from jubalh/sp</li> <li><a href="https://github.com/prometheus/client_golang/commit/cf6dc827807a19a925656652203f34a788f1c035"><code>cf6dc82</code></a> Correct spelling: possibilites -&gt; possibilities</li> <li><a href="https://github.com/prometheus/client_golang/commit/39b478e90c0bbd869817725d4553687513b7cf01"><code>39b478e</code></a> Added example api code showing how to add auth tokens and user agents to prom...</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/client_golang/compare/v1.8.0...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/client_golang&package-manager=go_modules&previous-version=1.8.0&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 19 December 2020, 06:44:11 UTC
72f041b p2p: fix data race in MakeSwitch test helper (#5810) Fixes #5809. 19 December 2020, 06:35:16 UTC
8c0af72 consensus: deprecate time iota ms (#5792) time_iota_ms is intended to ensure that an honest validator always generates timestamps with time increasing monotonically. For this purpose, it always suffices to have this parameter set to `1ms`. Allowing users to choose different numbers increases bug surface area. Thus the code now ignores the user provided time_iota_ms parameter (marking it as unused), and uses 1ms internally. 17 December 2020, 16:32:42 UTC
ced66e4 config: increase MaxPacketMsgPayloadSize to 1400 The MTU (Maximum Transmission Unit) for Ethernet is 1500 bytes. The IP header and the TCP header take up 20 bytes each at least (unless optional header fields are used) and thus the max for (non-Jumbo frame) Ethernet is 1500 - 20 -20 = 1460 Source: https://stackoverflow.com/a/3074427/820520 17 December 2020, 11:59:18 UTC
be6c016 consensus: change log level to error when adding vote 17 December 2020, 11:59:18 UTC
085fd66 p2p: do not format raw msg bytes While debugging the mempool issue (#5796), I've noticed we're spending quite a bit of time encoding blobs of data, which never get printed! The reason is filtering occurs on the level below, so Go runtime rightfully evaluates function arguments. I think it's okay to not format raw bytes. 17 December 2020, 11:59:18 UTC
2bb2af1 localnet: expose 6060 (pprof) and 9090 (prometheus) on node0 This removes the need to do it yourself every time you want to debug a issue or look at Prometheus graphs. 17 December 2020, 11:59:18 UTC
ebff8a9 docs: use hyphens instead of snake case (#5802) 17 December 2020, 07:59:58 UTC
6ef81c6 localnet: fix node starting issue with --proxy-app flag (#5803) 16 December 2020, 12:14:08 UTC
e198edf p2p: remove `NodeInfo` interface and rename `DefaultNodeInfo` struct (#5799) The `NodeInfo` interface does not appear to serve any purpose at all, so I removed it and renamed the `DefaultNodeInfo` struct to `NodeInfo` (including the Protobuf representations). Let me know if this is actually needed for anything. Only the Protobuf rename is listed in the changelog, since we do not officially support API stability of the `p2p` package (according to `README.md`). The on-wire protocol remains compatible. 15 December 2020, 18:54:25 UTC
bcfc889 p2p: implement new Transport interface (#5791) This implements a new `Transport` interface and related types for the P2P refactor in #5670. Previously, `conn.MConnection` was very tightly coupled to the `Peer` implementation -- in order to allow alternative non-multiplexed transports (e.g. QUIC), MConnection has now been moved below the `Transport` interface, as `MConnTransport`, and decoupled from the peer. Since the `p2p` package is not covered by our Go API stability, this is not considered a breaking change, and not listed in the changelog. The initial approach was to implement the new interface in its final form (which also involved possible protocol changes, see https://github.com/tendermint/spec/pull/227). However, it turned out that this would require a large amount of changes to existing P2P code because of the previous tight coupling between `Peer` and `MConnection` and the reliance on subtleties in the MConnection behavior. Instead, I have broadened the `Transport` interface to expose much of the existing MConnection interface, preserved much of the existing MConnection logic and behavior in the transport implementation, and tried to make as few changes to the rest of the P2P stack as possible. We will instead reduce this interface gradually as we refactor other parts of the P2P stack. The low-level transport code and protocol (e.g. MConnection, SecretConnection and so on) has not been significantly changed, and refactoring this is not a priority until we come up with a plan for QUIC adoption, as we may end up discarding the MConnection code entirely. There are no tests of the new `MConnTransport`, as this code is likely to evolve as we proceed with the P2P refactor, but tests should be added before a final release. The E2E tests are sufficient for basic validation in the meanwhile. 15 December 2020, 15:08:16 UTC
6dce4ef build(deps): Bump github.com/cosmos/iavl from 0.15.0 to 0.15.2 Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.15.0 to 0.15.2. - [Release notes](https://github.com/cosmos/iavl/releases) - [Changelog](https://github.com/cosmos/iavl/blob/master/CHANGELOG.md) - [Commits](https://github.com/cosmos/iavl/compare/v0.15.0...v0.15.2) Signed-off-by: dependabot[bot] <support@github.com> 15 December 2020, 12:46:37 UTC
1547a7e readme: update discord link (#5795) 14 December 2020, 20:52:50 UTC
e3b9610 build(deps): Bump gaurav-nelson/github-action-markdown-link-check (#5793) Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.10...2a60e0fe41b5361f446ccace6621a1a2a5c324cf) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 14 December 2020, 13:32:34 UTC
5aa859c blockchain/v2: send status request when new peer joins (#5774) Closes #5766 * memoize the scSchedulerFail error to avoid printing it every scheduleFreq * blockchain/v2: modify switchIO funcs to accept peer instead of peerID 14 December 2020, 07:25:28 UTC
41c067c build(deps): Bump gaurav-nelson/github-action-markdown-link-check (#5787) Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.9...72d871b8c64d67e2161dc16596734334b188429d) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 11 December 2020, 12:39:54 UTC
3283a84 cmd: hyphen case cli and config (#5777) 11 December 2020, 12:14:04 UTC
c1be58a readme: add links to job post (#5785) Also adds a slightly modified version of the footer text from the docs website. 10 December 2020, 22:22:22 UTC
a24e00d build(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.8 to 1.0.9 (#5779) Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases) - [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.8...7481451f70251762f149d69596e3e276ebf2b236) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 10 December 2020, 11:19:53 UTC
d01e699 build(deps): Bump vuepress-theme-cosmos from 1.0.178 to 1.0.179 in /docs (#5780) Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.178 to 1.0.179. - [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases) - [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 10 December 2020, 11:12:12 UTC
d8ae450 Makefile: use git 2.20-compatible branch detection (#5778) `Makefile` used `git branch --show-current` for branch detection. This option was introduced in Git 2.22. However, the current Debian release (Buster), which is used by the `golang:1.15` Docker image, uses Git 2.20. This gives spurious errors e.g. when running the E2E tests: ``` error: unknown option `show-current' ``` This PR changes the branch detection to be compatible with Git 2.20. The behavior appears to be the same as `git branch --show-current`, both when on a branch, on a tag, and on a detached HEAD. 10 December 2020, 09:45:35 UTC
28e79a4 cmd: modify `gen_node_key` to print key to STDOUT (#5772) closes: #5770 closes: #5769 also, include node ID in the output (#5769) and modify NodeKey to use value semantics (it makes perfect sense for NodeKey to not be a pointer). 10 December 2020, 07:02:35 UTC
0565eb5 state sync: cleanup (#5776) 09 December 2020, 15:29:28 UTC
a879eb4 p2p: state sync reactor refactor (#5671) 09 December 2020, 14:31:06 UTC
cdc2173 adr: privval gRPC (#5712) 09 December 2020, 12:06:35 UTC
f9c54d2 build(deps): Bump rtCamp/action-slack-notify from ecc1353ce30ef086ce3fc3d1ea9ac2e32e150402 to 2.1.2 (#5767) Bumps [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) from ecc1353ce30ef086ce3fc3d1ea9ac2e32e150402 to 2.1.2. This release includes the previously tagged commit. - [Release notes](https://github.com/rtCamp/action-slack-notify/releases) - [Commits](https://github.com/rtCamp/action-slack-notify/compare/ecc1353ce30ef086ce3fc3d1ea9ac2e32e150402...ae4223259071871559b6e9d08b24a63d71b3f0c0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 08 December 2020, 11:29:08 UTC
afb5042 build(deps-dev): Bump watchpack from 2.0.1 to 2.1.0 in /docs (#5768) Bumps [watchpack](https://github.com/webpack/watchpack) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/webpack/watchpack/releases) - [Commits](https://github.com/webpack/watchpack/compare/v2.0.1...v2.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 08 December 2020, 11:14:50 UTC
15bf3a1 goreleaser: lowercase binary name (#5765) and specify files that go into an archive 08 December 2020, 10:22:33 UTC
89e908e blockchain/v0: relax termination conditions and increase sync timeout (#5741) Closes: #5718 08 December 2020, 07:33:03 UTC
8e80c26 docs: fix link (#5763) 07 December 2020, 21:42:20 UTC
b35e9ff node: improve test coverage on proposal block (#5748) ## Description Closes: #3156 07 December 2020, 21:16:18 UTC
4dcc9e9 docs: add version dropdown and v0.34 docs(#5762) Co-authored-by: Cyrus Goh <hello@lovincyrus.com> 07 December 2020, 21:07:02 UTC
0d108ad dep: bump ed25519consensus version (#5760) ## Description Bump version to get performance updates: ``` benchmark old ns/op new ns/op delta BenchmarkVerification-8 174857 78376 -55.18% ``` Closes: #XXX 07 December 2020, 12:54:07 UTC
cdf1e25 build(deps): Bump vuepress-theme-cosmos from 1.0.177 to 1.0.178 in /docs (#5754) Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.177 to 1.0.178. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/cosmos/vuepress-theme-cosmos/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vuepress-theme-cosmos&package-manager=npm_and_yarn&previous-version=1.0.177&new-version=1.0.178)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 07 December 2020, 11:04:24 UTC
607565f build(deps): Bump vuepress-theme-cosmos from 1.0.176 to 1.0.177 in /docs (#5746) Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.176 to 1.0.177. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/cosmos/vuepress-theme-cosmos/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vuepress-theme-cosmos&package-manager=npm_and_yarn&previous-version=1.0.176&new-version=1.0.177)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 04 December 2020, 18:44:25 UTC
42041f7 contributing: simplify our minor release process (#5749) 04 December 2020, 18:12:02 UTC
2c16ae9 evidence: omit bytes field (#5745) Follow-up to https://github.com/tendermint/tendermint/pull/5743 04 December 2020, 10:33:36 UTC
79890d8 reactors: omit incoming message bytes from reactor logs (#5743) After a reactor has failed to parse an incoming message, it shouldn't output the "bad" data into the logs, as that data is unfiltered and could have anything in it. (We also don't think this information is helpful to have in the logs anyways.) 03 December 2020, 22:12:08 UTC
5882489 build(deps): Bump google.golang.org/grpc from 1.33.2 to 1.34.0 (#5737) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> 03 December 2020, 16:38:20 UTC
8a80b97 UX: version configuration (#5740) ## Description - when not on a tag `tendermint version` will return "unreleased-`branchName`-`commitHash`" Closes: #XXX 03 December 2020, 15:18:08 UTC
9205e85 changelog: add entry back (#5738) ## Description add back removed changelog entry Closes: #XXX 03 December 2020, 11:43:08 UTC
243ff4b blockchain/v1: remove in favor of v2 (#5728) 03 December 2020, 05:35:47 UTC
bcb7044 consensus: fix flaky tests (#5734) Replace testing.T.Cleanup() with deferred function calls in test helpers as those cleanup functions need to be called once the helper returns and not when the entire test ends. This reverts a few of the changes introduced in #5723. Thanks: @erikgrinaker for pointing this out. Ref: #5732 02 December 2020, 14:21:06 UTC
77d7328 p2p/pex: fix flaky tests (#5733) *testing.T.TempDir() causes test cases to fail when it is unable to remove the temporary directory once the test case execution terminates. This seems to happen often with pex reactor test cases. 02 December 2020, 13:47:59 UTC
e820e68 build(deps): Bump vuepress-theme-cosmos from 1.0.175 to 1.0.176 in /docs (#5727) Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.175 to 1.0.176. - [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases) - [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 01 December 2020, 13:52:36 UTC
33dbff6 blockchain/v1: fix deadlock (#5711) I introduced a new variable - syncEnded, which is now used to prevent sending new events to channels (which would block otherwise) if reactor is finished syncing Closes #4591 01 December 2020, 13:08:33 UTC
f368b91 light: minor fixes / standardising errors (#5716) ## Description I'm just doing a self audit of the light client. There's a few things I've changed - Validate trust level in `VerifyNonAdjacent` function - Make errNoWitnesses public (it's something people running software on top of a light client should be able to parse) - Remove `ChainID` check of witnesses on start up. We do this already when we compare the first header with witnesses - Remove `ChainID()` from provider interface Closes: #4538 01 December 2020, 12:53:53 UTC
b1bbd37 libs/bits: validate BitArray in FromProto (#5720) Closes #5705 01 December 2020, 12:44:56 UTC
141d9c8 readme: remover circleci badge (#5729) ## Description - remove circleci badge from readme Closes: #XXX 01 December 2020, 12:36:05 UTC
e13b438 abci: modify Client interface and socket client (#5673) `abci.Client`: - Sync and Async methods now accept a context for cancellation * grpc client uses context to cancel both Sync and Async requests * local client ignores context parameter * socket client uses context to cancel Sync requests and to drop Async requests before sending them if context was cancelled prior to that - Async methods return an error * socket client returns an error immediately if queue is full for Async requests * local client always returns nil error * grpc client returns an error if context was cancelled before we got response or the receiving queue had a space for response (do not confuse with the sending queue from the socket client) - specify clients semantics in [doc.go](https://raw.githubusercontent.com/tendermint/tendermint/27112fffa62276bc016d56741f686f0f77931748/abci/client/doc.go) `mempool.TxInfo` - add optional `Context` to `TxInfo`, which can be used to cancel `CheckTx` request Closes #5190 30 November 2020, 12:46:16 UTC
0de4bec use Cleanup(),TempDir() in test cases (#5723) Replace defer with t.Cleanup(). Replace the combination of ioutil.TempDir, error checking and defer os.RemoveAll() with Go testing.T's new TempDir() helper. Mark auxiliary functions as test helpers. 30 November 2020, 12:13:25 UTC
781f4ba ci: build for 32 bit, libs: fix overflow (#5700) 26 November 2020, 15:12:25 UTC
27e8cea ci: remove circle (#5714) * remove circle * remove prefix 24 November 2020, 19:11:40 UTC
98234b1 README: update link to Tendermint blog (#5713) 24 November 2020, 16:57:42 UTC
6f9f8b5 test: fix TestByzantinePrevoteEquivocation flake (#5710) This fixes spurious `TestByzantinePrevoteEquivocation` failures by extending the block range and time spent waiting for evidence. I've seen many runs where the evidence isn't committed until e.g. height 27. Haven't looked into _why_ this happens, but as long as the evidence is committed eventually and the test doesn't spuriously fail I'm (mostly) happy. WDYT @cmwaters? 24 November 2020, 14:49:10 UTC
85e9416 version: add abci version to handshake (#5706) ## Description - add `AbciVersion` RequestInfo Closes: #2804 24 November 2020, 14:06:25 UTC
4988877 crypto: fix infinite recursion in Secp256k1 string formatting (#5707) This caused stack overflow panics in E2E tests, e.g.: ``` 2020-11-24T02:37:17.6085640Z validator04 | runtime: goroutine stack exceeds 1000000000-byte limit 2020-11-24T02:37:17.6087818Z validator04 | runtime: sp=0xc0234b23c0 stack=[0xc0234b2000, 0xc0434b2000] 2020-11-24T02:37:17.6088920Z validator04 | fatal error: stack overflow 2020-11-24T02:37:17.6089776Z validator04 | 2020-11-24T02:37:17.6090569Z validator04 | runtime stack: 2020-11-24T02:37:17.6091677Z validator04 | runtime.throw(0x12dc476, 0xe) 2020-11-24T02:37:17.6093123Z validator04 | /usr/local/go/src/runtime/panic.go:1116 +0x72 2020-11-24T02:37:17.6094320Z validator04 | runtime.newstack() 2020-11-24T02:37:17.6095374Z validator04 | /usr/local/go/src/runtime/stack.go:1067 +0x78d 2020-11-24T02:37:17.6096381Z validator04 | runtime.morestack() 2020-11-24T02:37:17.6097657Z validator04 | /usr/local/go/src/runtime/asm_amd64.s:449 +0x8f 2020-11-24T02:37:17.6098505Z validator04 | 2020-11-24T02:37:17.6099328Z validator04 | goroutine 88 [running]: 2020-11-24T02:37:17.6100470Z validator04 | runtime.heapBitsSetType(0xc009565380, 0x20, 0x18, 0x1137e00) 2020-11-24T02:37:17.6101961Z validator04 | /usr/local/go/src/runtime/mbitmap.go:911 +0xaa5 fp=0xc0234b23d0 sp=0xc0234b23c8 pc=0x432625 2020-11-24T02:37:17.6103906Z validator04 | runtime.mallocgc(0x20, 0x1137e00, 0x117b601, 0x11e9240) 2020-11-24T02:37:17.6105179Z validator04 | /usr/local/go/src/runtime/malloc.go:1090 +0x5a5 fp=0xc0234b2470 sp=0xc0234b23d0 pc=0x428b25 2020-11-24T02:37:17.6106540Z validator04 | runtime.convTslice(0xc002743710, 0x21, 0x21, 0xc0234b24e8) 2020-11-24T02:37:17.6107861Z validator04 | /usr/local/go/src/runtime/iface.go:385 +0x59 fp=0xc0234b24a0 sp=0xc0234b2470 pc=0x426379 2020-11-24T02:37:17.6109315Z validator04 | github.com/tendermint/tendermint/crypto/secp256k1.PubKey.String(...) 2020-11-24T02:37:17.6151692Z validator04 | /src/tendermint/crypto/secp256k1/secp256k1.go:161 2020-11-24T02:37:17.6153872Z validator04 | github.com/tendermint/tendermint/crypto/secp256k1.(*PubKey).String(0xc009565360, 0x11e9240, 0xc009565360) 2020-11-24T02:37:17.6157421Z validator04 | <autogenerated>:1 +0x65 fp=0xc0234b24f8 sp=0xc0234b24a0 pc=0x656965 2020-11-24T02:37:17.6159134Z validator04 | fmt.(*pp).handleMethods(0xc00956c680, 0x58, 0xc0234b2801) 2020-11-24T02:37:17.6161462Z validator04 | /usr/local/go/src/fmt/print.go:630 +0x30a fp=0xc0234b2768 sp=0xc0234b24f8 pc=0x518b8a [...] 2020-11-24T02:37:17.6649685Z validator04 | /usr/local/go/src/fmt/print.go:630 +0x30a fp=0xc0234b7f48 sp=0xc0234b7cd8 pc=0x518b8a 2020-11-24T02:37:17.6651177Z validator04 | created by github.com/tendermint/tendermint/node.startStateSync 2020-11-24T02:37:17.6652521Z validator04 | /src/tendermint/node/node.go:587 +0x150 ``` 24 November 2020, 11:37:49 UTC
ba256b3 build(deps): Bump github.com/cosmos/iavl from 0.15.0-rc5 to 0.15.0 (#5708) Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.15.0-rc5 to 0.15.0. - [Release notes](https://github.com/cosmos/iavl/releases) - [Changelog](https://github.com/cosmos/iavl/blob/master/CHANGELOG.md) - [Commits](https://github.com/cosmos/iavl/compare/v0.15.0-rc5...v0.15.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 24 November 2020, 11:14:27 UTC
69dd8fe docs: add nodes section (#5604) ## Description - separate docs related to running nodes into the nodes dir. - keep old files but dont display them - bring over debugging like a pro blog Closes: #XXX 24 November 2020, 09:08:22 UTC
170cb70 test/e2e: enable v1 and v2 blockchains (#5702) * test/e2e: enable v1 and v2 blockchains * modify networks/ci.toml 23 November 2020, 13:32:22 UTC
3ad1157 blockchain/v1: handle peers without blocks (#5701) Closes #5444 Now we record the fact that a peer does not have a requested block and later use this information to make a new request for the same block from another peer. 23 November 2020, 11:59:34 UTC
095e9cd codecov: validate codecov.yml (#5699) ## Description _Please add a description of the changes that this PR introduces and the files that are the most critical to review._ Closes: #XXX 21 November 2020, 16:22:45 UTC
2c21206 CONTRIBUTING: update to match the release flow used for 0.34.0 (#5697) 20 November 2020, 17:43:03 UTC
back to top