Commit Graph

  • 7648ad11c4 change absent check William Banfield 2022-03-02 17:10:46 -05:00
  • a5e27fed6f Update internal/consensus/state_test.go William Banfield 2022-03-02 16:47:23 -05:00
  • 7c4fe5b108 Vote extensions: new design (#8031) Sergio Mena 2022-03-02 22:12:01 +01:00
  • a3881f0fb1 consensus: improve wal test cleanup (#8059) Sam Kleinman 2022-03-02 13:35:39 -05:00
  • 38da3f02ea Revert "Remove master from versions and copy it from the latest." (backport #8053) (#8057) mergify[bot] 2022-03-02 09:53:34 -08:00
  • 9e8837ad63 Revert "Remove master from versions and copy it from the latest." (backport #8053) (#8056) mergify[bot] 2022-03-02 09:24:58 -08:00
  • 86b89e4ae1 Revert "Remove master from versions and copy it from the latest." (backport #8053) (#8055) mergify[bot] 2022-03-02 09:01:38 -08:00
  • 59eaa4dba0 Revert "Remove master from versions and copy it from the latest. (#7980)" (#8053) M. J. Fromberger 2022-03-02 08:50:35 -08:00
  • 33e6f7af11 Forward-port changelog updates for v0.35.2 to master. (#8054) M. J. Fromberger 2022-03-02 08:43:11 -08:00
  • ca21cb28f4 docs: add an overview of the proposer-based timestamps algorithm William Banfield 2022-03-02 11:41:46 -05:00
  • 2e432d12f7 Update changelog for release v0.35.2. (#8024) v0.35.2 M. J. Fromberger 2022-03-02 08:37:33 -08:00
  • af96ef2fe4 rpc: set a minimum long-polling interval for Events (#8050) M. J. Fromberger 2022-03-02 08:12:18 -08:00
  • 65065e6054 docs: update ADR template (#7789) Thane Thomson 2022-03-02 10:25:30 -05:00
  • 6b4e9078de crypto: Remove build flags from secp256k1 (#8051) Marko 2022-03-02 16:06:19 +01:00
  • 6bc343c626 remove polRound variable William Banfield 2022-03-02 09:57:47 -05:00
  • cdaf6cbfa9 readability fixups William Banfield 2022-03-02 09:50:14 -05:00
  • 927a423c17 Update internal/consensus/mempool_test.go William Banfield 2022-03-02 09:49:17 -05:00
  • 01a1379dbf Update internal/state/execution_test.go William Banfield 2022-03-02 09:49:10 -05:00
  • c3ee75413d Update internal/state/indexer/block/kv/kv.go William Banfield 2022-03-02 09:44:15 -05:00
  • c42c6d06d2 Migration of TLA+ files from the spec repo (#8004) (#8018) M. J. Fromberger 2022-03-02 06:08:39 -08:00
  • cc88a31a60 p2p: update shim to transfer information about peers (#8047) Sam Kleinman 2022-03-02 08:43:47 -05:00
  • ca69da7533 statesync: avoid compounding retry logic for fetching consensus parameters (backport #8032) (#8041) mergify[bot] 2022-03-01 18:59:29 -05:00
  • 5721a13ab1 remove validate precommit William Banfield 2022-03-01 18:57:32 -05:00
  • 4e859073c6 lint++ William Banfield 2022-03-01 18:39:48 -05:00
  • ef41b126d9 fix message test William Banfield 2022-03-01 18:39:08 -05:00
  • 5425c83f1b finish Update refactor William Banfield 2022-03-01 18:20:33 -05:00
  • 750551e855 make state update a public method William Banfield 2022-03-01 17:49:44 -05:00
  • 69599dbed7 update signature for state update function William Banfield 2022-03-01 17:43:08 -05:00
  • 9528a22b37 use abci responses for hash creation William Banfield 2022-03-01 16:57:54 -05:00
  • 2d2114463b remove overuse of abciresponses variable William Banfield 2022-03-01 15:40:32 -05:00
  • a22942504c p2p: re-enable tests previously disabled (#8049) M. J. Fromberger 2022-03-01 12:25:11 -08:00
  • 52815091b3 remove finalize block helper function William Banfield 2022-03-01 15:01:08 -05:00
  • 844f1075fb fixups William Banfield 2022-03-01 14:58:51 -05:00
  • d31d222e83 lint fixups William Banfield 2022-03-01 14:53:59 -05:00
  • 95b6c7ab77 merge fixups William Banfield 2022-03-01 14:52:42 -05:00
  • fafdc320b0 state tests passing William Banfield 2022-03-01 13:59:37 -05:00
  • dcf47ec76f fixup last commit test William Banfield 2022-03-01 13:58:41 -05:00
  • 8103b94044 wip on test fix William Banfield 2022-03-01 09:13:11 -05:00
  • c941d8e0e9 add test case to ensure call to finalize block William Banfield 2022-02-28 17:40:44 -05:00
  • 5e210ce5d8 remove assertion that finalize block being generated for psql indexer William Banfield 2022-02-28 16:38:28 -05:00
  • 1eac8534a0 change out event type for psql indexer William Banfield 2022-02-26 14:58:15 -05:00
  • 8a9f722caa remove most references to endblock William Banfield 2022-02-26 14:41:01 -05:00
  • 8d79f3bf7c remove most remaining references to BeginBlock William Banfield 2022-02-26 14:34:07 -05:00
  • e7c0a18212 renmae deterministicDeliverTx William Banfield 2022-02-25 19:12:21 -05:00
  • 1b4daf7c5f name begin/end_events William Banfield 2022-02-25 19:07:24 -05:00
  • 1fb789e7b7 remove needless nil variable William Banfield 2022-02-25 18:55:51 -05:00
  • eca41af266 update comment William Banfield 2022-02-25 18:48:28 -05:00
  • 42a01cc966 reorder block fields for aesthetics William Banfield 2022-02-25 18:47:49 -05:00
  • a97c1819c3 remove unhelpful comment William Banfield 2022-02-25 18:29:27 -05:00
  • 520ce222ab light.go comment change William Banfield 2022-02-25 18:25:25 -05:00
  • ecb13bb4fd remove useless panic test William Banfield 2022-02-25 18:23:13 -05:00
  • 83fc8c4601 variable renames for finalize William Banfield 2022-02-25 18:09:23 -05:00
  • 21df89b60f consensus: rename deliver tx helper William Banfield 2022-02-25 18:08:06 -05:00
  • 0cd4c3f2c8 abci: rename abci-cli command 'add_tx' from 'deliver_tx' William Banfield 2022-02-25 18:01:48 -05:00
  • 077b1d5617 remove no longer relevant begin block test William Banfield 2022-02-25 16:44:47 -05:00
  • b44b7e468c fix abci protobuf to contain vote William Banfield 2022-02-23 19:18:28 -05:00
  • afbaa86a63 cleanup remaining struct problems William Banfield 2022-02-23 19:12:08 -05:00
  • 855cb51189 more delivertx changes William Banfield 2022-02-23 19:00:26 -05:00
  • 9474faf879 fix abci protobuf to contain ExecTxResult William Banfield 2022-02-23 18:59:26 -05:00
  • a341046b28 update sites of DeliverTx William Banfield 2022-02-23 18:57:41 -05:00
  • 1aa5dda364 block events and tx fixups William Banfield 2022-02-23 18:20:23 -05:00
  • e3ff082f21 rename Txs -> TxResults William Banfield 2022-02-23 18:14:56 -05:00
  • 984f52ff9d build latest abci protos William Banfield 2022-02-23 17:41:43 -05:00
  • ea46a4e9d1 github: add Informal code owners (#8042) Callum Waters 2022-03-01 15:58:23 +01:00
  • 21087563eb consensus: validator set changes test cleanup (#8035) Sam Kleinman 2022-03-01 08:42:00 -05:00
  • a965f03c15 statesync: avoid compounding retry logic for fetching consensus parameters (#8032) Sam Kleinman 2022-03-01 08:01:57 -05:00
  • 82a2ca4ba5 abci++ spec: remove new_hashes and discuss transaction traceability (#8002) Manuel Bravo 2022-03-01 12:41:09 +01:00
  • 0e08c66926 p2p: plumb rudamentary service discovery to rectors and update statesync (backport #8030) (#8036) mergify[bot] 2022-02-28 20:51:47 -08:00
  • 58dc172611 p2p: plumb rudamentary service discovery to rectors and update statesync (#8030) Sam Kleinman 2022-02-28 15:02:54 -05:00
  • 9cb01168a6 Revert "build(deps): Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 (#8026)" (#8034) Sam Kleinman 2022-02-28 14:45:53 -05:00
  • e4dced2437 build(deps): Bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 (#8026) dependabot[bot] 2022-02-28 12:57:21 +00:00
  • 8175b2b26d docs: fix some broken markdown links (#8021) M. J. Fromberger 2022-02-27 05:27:29 -08:00
  • 0fcfaa4568 build(deps): Bump url-parse from 1.5.7 to 1.5.10 in /docs (#8023) dependabot[bot] 2022-02-25 19:48:51 -08:00
  • b488198d47 build(deps): Bump prismjs from 1.26.0 to 1.27.0 in /docs (#8022) dependabot[bot] 2022-02-25 19:38:41 -08:00
  • b848c79971 Revert "Migration of TLA+ files from the spec repo (#8004)" (#8016) M. J. Fromberger 2022-02-25 16:37:31 -08:00
  • f25b7ceeb2 consensus: make orchestration more reliable for invalid precommit test (#8013) Sam Kleinman 2022-02-25 19:21:59 -05:00
  • e762dbb603 Migration of TLA+ files from the spec repo (#8004) Kukovec 2022-02-26 01:09:27 +01:00
  • ea497301a7 proxy: fix endblock metric (#7989) William Banfield 2022-02-25 19:03:15 -05:00
  • 7854842f07 abci: revert buffer limit change (#7990) William Banfield 2022-02-25 18:07:28 -05:00
  • cd0472014a Add command-line tool to manually subscribe to an event stream. (#8015) M. J. Fromberger 2022-02-25 13:23:39 -08:00
  • ab32f5a9b6 rpc/client: add eventstream helper (#7987) M. J. Fromberger 2022-02-25 12:37:01 -08:00
  • a153f82433 p2p: ignore transport close error during cleanup (#8011) Sam Kleinman 2022-02-25 14:48:41 -05:00
  • c80734e5af state: synchronize the ProcessProposal implementation with the latest version of the spec (#7961) William Banfield 2022-02-25 13:56:34 -05:00
  • a281c0bbf1 p2p: retry failed connections slightly more aggressively (backport #8010) (#8012) mergify[bot] 2022-02-25 13:53:46 -05:00
  • 89dbebd1c5 p2p: retry failed connections slightly more aggressively (#8010) Sam Kleinman 2022-02-25 13:05:29 -05:00
  • a0321633b0 p2p: backport changes in ping/pong tolerances (#8009) Sam Kleinman 2022-02-25 12:37:11 -05:00
  • af60a9c385 Forward port v0.34.16 changelog to master. (#8008) M. J. Fromberger 2022-02-25 09:04:37 -08:00
  • 1d25a3f0bc Prepare changelog for release v0.34.16. (#8000) v0.34.16 M. J. Fromberger 2022-02-25 08:12:20 -08:00
  • f5ff75be68 Add manual e2e workflow to v0.35.x. (#8006) M. J. Fromberger 2022-02-25 08:10:43 -08:00
  • c8ae5db50e p2p: relax pong timeout (#8007) Sam Kleinman 2022-02-25 10:58:29 -05:00
  • 96085df7c1 Add manual e2e workflow to v0.34.x. (#8005) M. J. Fromberger 2022-02-25 07:45:51 -08:00
  • 49e3688b79 fix syncAny test (#8001) JayT106 2022-02-25 23:33:28 +08:00
  • c85e3e4ba8 p2p: mconn track last message for pongs (#7995) Sam Kleinman 2022-02-25 10:15:13 -05:00
  • 8c5e36159e abci: use no-op loggers in the examples (#7996) M. J. Fromberger 2022-02-25 06:41:49 -08:00
  • 81ea318242 add more notes wb/rfc-015 William Banfield 2022-02-25 09:21:00 -05:00
  • 858d57a984 abci/kvstore: test cleanup improvements (#7991) Sam Kleinman 2022-02-24 22:12:27 -05:00
  • caa5bd354f docs: point docs/master to the same content as the latest release (backport #7980) (#7998) mergify[bot] 2022-02-24 17:03:14 -08:00
  • 39c703ce4a docs: point docs/master to the same content as the latest release (backport #7980) (#7999) mergify[bot] 2022-02-24 16:15:45 -08:00
  • cb6baad5ac docs: point docs/master to the same content as the latest release (backport #7980) (#7997) mergify[bot] 2022-02-24 16:14:23 -08:00
  • 0875074ea2 Add upgrading notes for the new Events RPC interface. (#7993) M. J. Fromberger 2022-02-24 15:04:55 -08:00