Commit Graph

  • 3e766984a0 Delete release_notes.md (#9753) Jacob Gadikian 2022-11-24 20:01:46 +07:00
  • 6c8431b3e2 save last precommits wb/vote-duplication William Banfield 2022-11-23 18:38:55 -05:00
  • 840faa318a fix label William Banfield 2022-11-23 18:07:52 -05:00
  • 3d618d6a4e store last commit size metric William Banfield 2022-11-23 17:41:17 -05:00
  • 7bf12a4729 comment out new height last commit send again William Banfield 2022-11-23 14:47:47 -05:00
  • 925876e200 check that the peer is in the same height as us William Banfield 2022-11-23 14:42:38 -05:00
  • 005db226ce comment out new height last commit send William Banfield 2022-11-23 14:41:14 -05:00
  • d2c150df72 remove catchup logic temporarily William Banfield 2022-11-23 14:29:30 -05:00
  • db4a027e91 add peer id to receive William Banfield 2022-11-23 12:53:49 -05:00
  • 48061e204f label vote sent with peer_id William Banfield 2022-11-23 12:46:14 -05:00
  • 27c1d6e3a7 cleanup test Callum Waters 2022-11-23 18:30:52 +01:00
  • a46e11c36d fix peer vote count name William Banfield 2022-11-23 12:30:39 -05:00
  • dc17927d2d fix replay_test Callum Waters 2022-11-23 18:27:01 +01:00
  • 3fed395424 add metric to track peer vote set size William Banfield 2022-11-23 12:24:13 -05:00
  • f5bfacd2cf wip Sam Ricotta 2022-11-23 18:05:58 +01:00
  • a58eec6623 add message receive and send metrics William Banfield 2022-11-23 11:30:14 -05:00
  • d5dc6fca3c add metric to all places William Banfield 2022-11-23 11:18:53 -05:00
  • 7a141c0225 add metric for vote send count William Banfield 2022-11-23 11:13:17 -05:00
  • f59905d059 uncomment prevote send William Banfield 2022-11-23 11:06:18 -05:00
  • 2d036c59fe cli: fix abci help (#9717) JayT106 2022-11-23 10:59:58 -05:00
  • 8ebe1d6924 comment out prevote send in general? William Banfield 2022-11-23 10:59:34 -05:00
  • d7e99c32ef remove final POL case William Banfield 2022-11-23 10:55:17 -05:00
  • db622bee59 remove POL prevote send cases William Banfield 2022-11-23 10:50:45 -05:00
  • 8ebe9163f9 add type to duplicate metric William Banfield 2022-11-23 10:38:48 -05:00
  • 6ce3ccca49 fix replay test Callum Waters 2022-11-23 16:21:23 +01:00
  • adfec78fff set received to nil between rounds William Banfield 2022-11-22 21:32:52 -05:00
  • 85ded710f5 put duplicate vote metric in place William Banfield 2022-11-22 20:44:14 -05:00
  • 4762dac9ed add new metric William Banfield 2022-11-22 20:31:57 -05:00
  • 12f0c4a624 build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.1 to 2.3.2 (#9730) dependabot[bot] 2022-11-22 13:32:31 -05:00
  • 7769467012 build(deps): Bump github.com/btcsuite/btcd/btcutil from 1.1.2 to 1.1.3 (#9729) dependabot[bot] 2022-11-22 13:22:06 -05:00
  • d16f17569f build(deps): Bump github.com/cosmos/gogoproto from 1.4.2 to 1.4.3 (#9728) dependabot[bot] 2022-11-22 17:21:05 +00:00
  • cc0c478c14 build(deps): Bump golang.org/x/crypto from 0.2.0 to 0.3.0 (#9727) dependabot[bot] 2022-11-22 12:10:27 -05:00
  • b9dcddd07a build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#9726) dependabot[bot] 2022-11-22 16:27:56 +00:00
  • 0461d43775 some requirements discussion Josef Widder 2022-11-22 15:59:41 +01:00
  • 39ff07e648 fix flakiness in test Callum Waters 2022-11-22 15:52:57 +01:00
  • 15065f898c catch scenario when recovering directly after an upgrade Callum Waters 2022-11-22 15:26:02 +01:00
  • 578322a6fb clean up usage of begin block, deliver tx and end block Callum Waters 2022-11-22 15:08:26 +01:00
  • 483fa890d3 restore discard abci responses Callum Waters 2022-11-22 14:26:31 +01:00
  • 22d04dd19d fix up proto problems with orderbook Callum Waters 2022-11-22 14:24:43 +01:00
  • 014cdcf098 Release v0.34.24 (#9734) v0.34.24 Thane Thomson 2022-11-22 07:42:46 -05:00
  • 418975ecd6 remove flush call after recheck tx Callum Waters 2022-11-22 12:11:47 +01:00
  • f6ceff0328 add TestFinalizeBlockCalled Callum Waters 2022-11-22 11:34:06 +01:00
  • d807d51cd6 add extra socket client test Callum Waters 2022-11-22 11:21:32 +01:00
  • 77a02b2ee6 fix mempool test Callum Waters 2022-11-22 11:09:05 +01:00
  • be8ea813d1 update abcicli Callum Waters 2022-11-22 11:08:48 +01:00
  • 77401582cc modify socket client to using flush after every sync call Callum Waters 2022-11-22 11:08:22 +01:00
  • 59276911e0 add grpc client test Callum Waters 2022-11-22 11:07:53 +01:00
  • 342a528f81 remove unused metrics method William Banfield 2022-11-21 13:33:48 -05:00
  • d73fab154e consensus: additional timing metrics (port of #7849) (#9168) William Banfield 2022-08-05 17:24:02 -04:00
  • 8ec77d4093 to be shared Josef Widder 2022-11-21 16:17:10 +01:00
  • 34ca3fb474 build(deps): Bump github.com/vektra/mockery/v2 from 2.14.1 to 2.15.0 (#9725) dependabot[bot] 2022-11-21 14:56:27 +00:00
  • 92c797e353 Fix spec in ProcessProposal (#9716) (#9731) mergify[bot] 2022-11-21 15:14:37 +01:00
  • fc8df9a151 Fix spec in ProcessProposal (#9716) Sergio Mena 2022-11-21 15:12:06 +01:00
  • 2397f81b13 rename Josef Widder 2022-11-21 13:48:47 +01:00
  • 7c857be3b5 revert modifications to flush logic Callum Waters 2022-11-21 12:42:31 +01:00
  • b85e13aa0c Fix Examples for Proposer Selection Specs (#9375) nashqueue 2022-11-21 12:10:11 +01:00
  • 08e5d0bf78 Remove useless whitespace in Websocket output (backport #9720) (#9724) Thane Thomson 2022-11-21 06:05:35 -05:00
  • f7ac5cf948 Update codeowners to include Adi and Lásaro (#9697) (#9707) Thane Thomson 2022-11-20 12:51:57 -05:00
  • 8963d828b2 Remove useless whitespace in Websocket output (#9720) Adi Seredinschi 2022-11-20 15:39:14 +01:00
  • 20ffa4fd32 Remove useless whitespace in Websocket output (#9720) Adi Seredinschi 2022-11-20 15:39:14 +01:00
  • 5651a21adb add notes for testing Callum Waters 2022-11-18 16:54:32 +01:00
  • bd75306a93 add more documentation Callum Waters 2022-11-18 16:49:33 +01:00
  • b76eb6906c add hash and state meta tracking Callum Waters 2022-11-18 16:11:35 +01:00
  • f9bfdf4ce2 docs: updates go.md and go-built-in.md as part of issue 9272 (#9688) Lasaro Camargos 2022-11-18 12:06:56 -03:00
  • b0e07355bd add pairs to the database Callum Waters 2022-11-18 14:18:52 +01:00
  • 2c3c64e8a0 abci: Synchronize FinalizeBlock with the updated specification (#7983) sergio/chpi-finalize William Banfield 2022-03-04 17:32:37 -05:00
  • fc96ab888f use extended vote sets Callum Waters 2022-11-18 11:01:56 +01:00
  • 1d4e8ca6ec fix linting problem Callum Waters 2022-11-18 09:54:02 +01:00
  • d0377e83a3 lint Callum Waters 2022-11-17 18:28:55 +01:00
  • 892c765a5c rpc/client: add eventstream helper (#7987) (#9659) mmsqe 2022-11-18 01:25:05 +08:00
  • 94aa1ca3ed Merge branch 'cal/vote-extensions-1' into cal/vote-extensions-2 Callum Waters 2022-11-17 18:11:23 +01:00
  • 97b34b85c9 fix up code after the merge Callum Waters 2022-11-17 16:02:03 +01:00
  • 61c95d7c56 Merge branch 'cal/finalize-block' into cal/vote-extensions-1 Callum Waters 2022-11-17 15:51:21 +01:00
  • 8158a88dce intro done? Josef Widder 2022-11-17 15:50:20 +01:00
  • ff74e1b840 Merge branch 'feature/abci++vef' into cal/finalize-block Callum Waters 2022-11-17 15:00:10 +01:00
  • 001cd50fc7 format generated protos Callum Waters 2022-11-17 14:57:38 +01:00
  • c44aebc690 fix psql indexer test following merge Callum Waters 2022-11-17 14:48:41 +01:00
  • 47785a2c5e patch up kvstore example as per suggestions Callum Waters 2022-11-17 14:35:44 +01:00
  • e1a585307b rollback async changes to abci client to support checktxasync Callum Waters 2022-11-17 14:13:23 +01:00
  • 2b4436d1b4 update metrics docs to include new metrics (#9710) Callum Waters 2022-11-17 13:17:50 +01:00
  • eeacdae939 start of intro paragraphs Josef Widder 2022-11-17 12:11:08 +01:00
  • a2c7ee9fbe start of a top-level English spec for the p2p layer Josef Widder 2022-11-17 11:48:18 +01:00
  • 484b45dadf Apply suggestions from code review Callum Waters 2022-11-16 17:17:22 +01:00
  • 172e516427 fix e2e generate test Callum Waters 2022-11-16 16:33:19 +01:00
  • a9ff8da368 use misbehavior instead of misbehaviors to avoid breaking the api Callum Waters 2022-11-16 14:59:46 +01:00
  • d0b8b8a358 Merge branch 'feature/abci++vef' into cal/finalize-block Callum Waters 2022-11-16 14:46:37 +01:00
  • 131c43af4d Merge branch 'main' into lasarojc-patch-2 lasarojc-patch-2 Lasaro Camargos 2022-11-16 10:42:48 -03:00
  • 4d330ab4fc Merge branch 'main' into feature/abci++vef Callum Waters 2022-11-16 12:19:34 +01:00
  • c645fd0b71 Update codeowners for v0.34.x branch to include Adi and Lásaro (#9708) Thane Thomson 2022-11-15 14:57:57 -05:00
  • 627b77693f build(deps): Bump pillow from 9.2.0 to 9.3.0 in /scripts/qa/reporting (#9705) dependabot[bot] 2022-11-15 18:48:01 +00:00
  • 04f314849c remove global mutex from local abci client cal/abci-client-mutex Callum Waters 2022-11-15 16:17:44 +01:00
  • 755e1474b1 build(deps): Bump golang.org/x/crypto from 0.1.0 to 0.2.0 (#9700) dependabot[bot] 2022-11-15 14:27:40 +00:00
  • 22d7c37b95 Update abci++_app_requirements.md Lasaro Camargos 2022-11-15 10:45:06 -03:00
  • b07e1fae89 build(deps): Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#9701) dependabot[bot] 2022-11-15 13:37:23 +00:00
  • ae164bf533 build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.0 to 2.3.1 (#9702) dependabot[bot] 2022-11-15 13:47:46 +01:00
  • 211ebaf052 Add test with cross event tags anca/block_search_q Anca Zamfir 2022-11-15 13:41:28 +01:00
  • eb14a9564a build(deps): Bump golang.org/x/net from 0.1.0 to 0.2.0 (#9703) dependabot[bot] 2022-11-15 13:06:53 +01:00
  • f7184192a0 add execution components Callum Waters 2022-11-15 10:20:58 +01:00
  • afc94526a1 Update abci++_app_requirements.md Lasaro Camargos 2022-11-14 17:52:31 -03:00
  • 3b46276a2d Disambiguates wording in EndBlock (#9698) (#9704) mergify[bot] 2022-11-14 14:35:11 -05:00