Commit Graph

  • c110cd6b2f Update scripts/protocgen.sh William Banfield 2021-11-12 10:54:28 -05:00
  • 880279b245 update timely description for non-polka wb/proposer-based-timestamps-redux William Banfield 2021-11-12 09:33:59 -05:00
  • 2a96b440bc fix POL < 0 wording William Banfield 2021-11-12 09:25:00 -05:00
  • 7548f710a7 use docker proto everywhere William Banfield 2021-11-10 18:09:24 -05:00
  • ddbf58e650 use tendermintdev docker container in makefile William Banfield 2021-11-10 17:54:37 -05:00
  • 6be467200c remove hardcoded test value William Banfield 2021-11-10 17:51:10 -05:00
  • f39701b8a8 fix whitespace handling William Banfield 2021-11-10 17:45:41 -05:00
  • 723ba12ab6 fix scripts to not duplicate go_option William Banfield 2021-11-10 17:39:32 -05:00
  • 2b3ae2b5de language updates per feedback from @cason William Banfield 2021-11-10 12:10:15 -05:00
  • 37e0779d6d p2p: reduce peer score for dial failures (backport #7265) (#7271) mergify[bot] 2021-11-10 11:10:06 -05:00
  • 27560cf7a4 p2p: reduce peer score for dial failures (#7265) Sam Kleinman 2021-11-10 10:52:18 -05:00
  • e0d992dca9 udpate comment William Banfield 2021-11-09 18:07:20 -05:00
  • e76fb3e8e1 update the proto build script to add package name William Banfield 2021-11-09 18:02:42 -05:00
  • 38f9078435 evidence: remove source of non-determinism from test (#7266) (#7268) mergify[bot] 2021-11-09 16:36:00 -05:00
  • c31c27ef31 evidence: remove source of non-determinism from test (#7266) mergify/bp/v0.34.x/pr-7266 William Banfield 2021-11-09 15:48:01 -05:00
  • 4acd117b5e evidence: remove source of non-determinism from test (#7266) William Banfield 2021-11-09 15:48:01 -05:00
  • 12e3419f2b rpc: Add experimental config params to allow for subscription buffer size control (tm v0.34.x) (#7230) Thane Thomson 2021-11-09 15:35:45 -05:00
  • e193156add remove sleep that guarded against nondeterministic behavior wb/evidence-nondeterminism William Banfield 2021-11-09 15:34:39 -05:00
  • 1cf795f9f7 evidence: remove source of non-determinism from test William Banfield 2021-11-09 15:27:30 -05:00
  • 0d2a5de203 state: add an 'IsTimely' method to implement the 'timely' check for proposer-based timestamps (#7170) William Banfield 2021-11-09 15:23:39 -05:00
  • 75e29deccd defer using default cons params for now wb/is-timely William Banfield 2021-11-09 14:24:16 -05:00
  • 052b08160a Set a cap on the length of subscription queries. (backport #7263) (#7264) mergify[bot] 2021-11-09 19:53:44 +01:00
  • 9dc3d7f9a2 Set a cap on the length of subscription queries. (#7263) M. J. Fromberger 2021-11-09 08:35:51 -08:00
  • 4a664931b4 consensus: add some more checks to vote counting (#7253) (#7262) mergify[bot] 2021-11-09 10:47:38 -05:00
  • e4466b7905 build(deps): Bump github.com/lib/pq from 1.10.3 to 1.10.4 (#7261) dependabot[bot] 2021-11-09 13:22:40 +00:00
  • cf018baa88 build(deps): Bump github.com/lib/pq from 1.10.3 to 1.10.4 (#7260) dependabot[bot] 2021-11-09 08:09:35 -05:00
  • 9ec863f948 build(deps): Bump github.com/lib/pq from 1.10.3 to 1.10.4 (#7259) dependabot[bot] 2021-11-09 12:47:41 +01:00
  • b3b90f820c consensus: add some more checks to vote counting (#7253) Callum Waters 2021-11-09 10:51:19 +01:00
  • 1e701ed9b5 fix LGTM warning (#7257) JayT106 2021-11-08 15:45:56 -05:00
  • 8f7ba6be08 wip wb/consensus-timing-metrics William Banfield 2021-11-08 15:43:08 -05:00
  • d0031b0503 build(deps): Bump github.com/go-kit/kit from 0.10.0 to 0.12.0 (#7213) dependabot[bot] 2021-11-08 14:39:00 -05:00
  • d35b50b528 build(deps): Bump github.com/spf13/viper from 1.7.1 to 1.9.0 (#7211) dependabot[bot] 2021-11-08 14:19:54 -05:00
  • bd48acb2ca build(deps): Bump google.golang.org/grpc from 1.38.0 to 1.42.0 (#7232) dependabot[bot] 2021-11-08 12:39:15 -05:00
  • 643a3f56f6 backport: Add basic metrics to the indexer package. (#7250) (#7252) M. J. Fromberger 2021-11-08 06:48:38 -08:00
  • f4040af404 move into proposal and create a default set of params William Banfield 2021-11-06 12:16:03 +01:00
  • 2af7d8defd build(deps): Bump google.golang.org/grpc from 1.41.0 to 1.42.0 (#7200) dependabot[bot] 2021-11-06 02:37:58 +00:00
  • 1c5bb6e921 build(deps): Bump google.golang.org/grpc from 1.41.0 to 1.42.0 (#7218) dependabot[bot] 2021-11-05 19:11:09 -07:00
  • d5865af1f4 Add basic metrics to the indexer package. (#7250) M. J. Fromberger 2021-11-05 12:50:53 -07:00
  • 54d7030510 pubsub: Move indexing out of the primary subscription path (#7231) M. J. Fromberger 2021-11-05 10:25:25 -07:00
  • b4055a0753 Fix ToC entry for RFC 006. (#7248) M. J. Fromberger 2021-11-05 08:55:48 -07:00
  • 432067cc0e RFC 006: Event Subscription (#7184) M. J. Fromberger 2021-11-05 08:23:17 -07:00
  • 0b835bea7a build(deps): Bump github.com/minio/highwayhash from 1.0.1 to 1.0.2 (#7234) dependabot[bot] 2021-11-05 11:35:05 +01:00
  • 6c7d6f761b Remove unused libs/cmap. (#7245) M. J. Fromberger 2021-11-05 03:31:06 -07:00
  • 12ecfb0383 build(deps): Bump github.com/prometheus/client_golang (#7233) dependabot[bot] 2021-11-04 17:48:23 +01:00
  • 3335cbe8b7 Update master changelog after v0.35.0 tag. (#7243) M. J. Fromberger 2021-11-04 09:40:43 -07:00
  • 641a5ec998 rpc: fix inappropriate http request log (#7244) JayT106 2021-11-04 12:38:08 -04:00
  • b3b1279d1f Add v0.35 to the configs for building the docs website. (#7055) M. J. Fromberger 2021-11-04 08:29:23 -07:00
  • 97a3e44e07 Prepare CHANGELOG and config settings for v0.35.0 release. (#7228) v0.35.0 M. J. Fromberger 2021-11-04 08:22:39 -07:00
  • 3e7fc468e4 build(deps): Bump github.com/Workiva/go-datastructures (#7236) dependabot[bot] 2021-11-04 15:36:27 +01:00
  • d021d068da docs: add upgrading info about node service (#7241) (#7242) mergify[bot] 2021-11-04 15:10:15 +01:00
  • 797541e742 docs: add upgrading info about node service (#7241) Sam Kleinman 2021-11-04 14:20:26 +01:00
  • 113118ec00 build(deps): Bump github.com/BurntSushi/toml from 0.3.1 to 0.4.1 (#7235) dependabot[bot] 2021-11-04 09:18:51 -04:00
  • 4ef140f6ca lint: cleanup pending lint errors (#7237) Sam Kleinman 2021-11-04 13:08:55 +01:00
  • d59565d050 pex: avoid starting reactor twice (#7239) Sam Kleinman 2021-11-04 12:58:26 +01:00
  • 003d15fa4b lint: cleanup branch lint errors (#7238) Sam Kleinman 2021-11-04 12:44:13 +01:00
  • ae92b135d8 docs: update bounty links (#7203) Callum Waters 2021-11-03 22:28:59 +01:00
  • 61831cf5ef codeowners: backport master codeowners (#7229) Sam Kleinman 2021-11-03 17:49:01 +01:00
  • 8a2dcbafae ci: backport lint configuration changes (#7225) Sam Kleinman 2021-11-03 17:43:22 +01:00
  • a2f4f3fb48 build(deps): Bump github.com/golangci/golangci-lint from 1.42.1 to 1.43.0 (#7219) dependabot[bot] 2021-11-03 16:40:55 +00:00
  • 8629d31de3 build(deps): Bump github.com/rs/zerolog from 1.25.0 to 1.26.0 (#7222) dependabot[bot] 2021-11-03 12:28:52 -04:00
  • 01c43c153b doc: Set up Dependabot on new backport branches. (#7227) M. J. Fromberger 2021-11-03 09:28:46 -07:00
  • 3e119fc6c4 build(deps): Bump github.com/spf13/cobra from 1.1.1 to 1.2.1 (#7215) dependabot[bot] 2021-11-03 16:57:32 +01:00
  • 0de4aa1765 Fix spurious crasher in mempool fuzz test. (#7190) M. J. Fromberger 2021-11-03 08:36:02 -07:00
  • 113bebb314 build(deps): Bump github.com/golangci/golangci-lint (#7224) dependabot[bot] 2021-11-03 11:19:06 -04:00
  • f721bf5154 build(deps): Bump github.com/btcsuite/btcd (#7209) dependabot[bot] 2021-11-03 11:15:23 -04:00
  • 3567d3ab38 build(deps): Bump github.com/rs/cors from 1.7.0 to 1.8.0 (#7208) dependabot[bot] 2021-11-03 11:14:55 -04:00
  • 46a6691e11 build(deps): Bump github.com/golang/protobuf from 1.5.0 to 1.5.2 (#7207) dependabot[bot] 2021-11-03 11:14:41 -04:00
  • 5591d08b4a ci: backport lint configuration changes (#7226) Sam Kleinman 2021-11-03 15:41:41 +01:00
  • dc28734dad pubsub: Remove uninformative publisher benchmarks. (#7195) M. J. Fromberger 2021-11-03 07:39:09 -07:00
  • 876b3c0dbe build(deps): Bump github.com/adlio/schema from 1.1.13 to 1.1.14 (#7212) dependabot[bot] 2021-11-03 10:23:19 -04:00
  • 56607d406b build(deps): Bump github.com/adlio/schema from 1.1.13 to 1.1.14 (#7217) dependabot[bot] 2021-11-03 10:22:33 -04:00
  • 31b3e279fc build(deps): Bump github.com/go-logfmt/logfmt from 0.5.0 to 0.5.1 (#7214) dependabot[bot] 2021-11-03 10:22:26 -04:00
  • 5fca090e6a pex: allow disabled pex reactor (backport #7198) (#7201) mergify[bot] 2021-11-03 09:41:11 -04:00
  • 6f08c14375 ci: update dependabot configuration (#7204) Sam Kleinman 2021-11-03 14:30:53 +01:00
  • ffcd347ef6 pex: allow disabled pex reactor (#7198) Sam Kleinman 2021-11-03 12:51:42 +01:00
  • 279e8027d3 build(deps): Bump actions/checkout from 2.3.5 to 2.4.0 (#7199) dependabot[bot] 2021-11-03 11:21:45 +00:00
  • e2b626fc92 node: cleanup construction (#7191) Sam Kleinman 2021-11-03 12:16:35 +01:00
  • 63192ac300 consensus: remove stale WAL benchmark (#7194) Sam Kleinman 2021-11-03 12:01:46 +01:00
  • 0cfe95114c wip William Banfield 2021-11-02 16:16:39 +01:00
  • 5bc9cb6260 build(deps): Bump github.com/rs/zerolog from 1.25.0 to 1.26.0 (#7192) dependabot[bot] 2021-11-02 07:18:12 -07:00
  • d32913c889 pubsub: Use a dynamic queue for buffered subscriptions (#7177) M. J. Fromberger 2021-11-01 10:38:27 -07:00
  • 5599ec37bf fuzz: remove fuzz cases for deleted code (#7187) William Banfield 2021-11-01 15:46:35 +01:00
  • 7ca915a100 lint++ William Banfield 2021-11-01 13:02:23 +01:00
  • ee3a25b9bb switch to using built in before function William Banfield 2021-11-01 12:04:46 +01:00
  • 3e9ecd8197 Prepare changelog for v0.35.0-rc4. (#7181) v0.35.0-rc4 M. J. Fromberger 2021-10-29 09:57:23 -07:00
  • e40a8468a4 config: backport file writing changes (#7182) Sam Kleinman 2021-10-29 12:38:52 +02:00
  • 5cc980698a mempool: consoldate implementations (#7171) Sam Kleinman 2021-10-29 10:19:06 +02:00
  • 85086d7452 Fix metric cardinality left over from backport (#7180) M. J. Fromberger 2021-10-28 15:29:53 -07:00
  • 8441b3715a migrate away from deprecated ioutil APIs (#7175) Sharad Chand 2021-10-28 23:19:07 +05:45
  • 7180750d1f remove old istimely William Banfield 2021-10-28 14:34:45 +02:00
  • 742e08006a initial consensus params for timestamp wb/ingest-consensus-params William Banfield 2021-10-28 13:29:54 +02:00
  • 8314f24d79 pubsub: Use distinct client IDs for test subscriptions. (#7178) (#7179) mergify[bot] 2021-10-28 05:59:39 -04:00
  • 81cf40a8b6 add todo related to pbts spec and timestamp params William Banfield 2021-10-28 11:34:24 +02:00
  • edc7f97740 timestamp params comment William Banfield 2021-10-28 11:33:41 +02:00
  • f03da27f19 move time checks into block.go and add time source mechanism William Banfield 2021-10-28 11:29:30 +02:00
  • 6108d0a9b5 config: expose ability to write config to arbitrary paths (#7174) Sam Kleinman 2021-10-28 11:17:23 +02:00
  • 1fd7060542 pubsub: Use distinct client IDs for test subscriptions. (#7178) M. J. Fromberger 2021-10-28 00:57:45 -07:00
  • 4d09a6c25d abci: fix readme link (#7173) William Banfield 2021-10-28 05:27:09 +02:00
  • c76c0781a0 state: add an IsTimely function to implement the check for timely in proposer-based timestamps William Banfield 2021-10-27 16:22:38 +02:00
  • e2a103a315 mempool: port reactor tests from legacy implementation (#7162) Sam Kleinman 2021-10-27 15:45:17 +02:00