Commit Graph

  • 20f8485080 Make encoding of HexBytes values more robust. (#8398) M. J. Fromberger 2022-04-22 18:02:41 -07:00
  • b5e6cf50d1 abci: Application should return errors errors and nilable response objects (#8396) Sam Kleinman 2022-04-22 20:40:42 -04:00
  • 70d771ead2 build(deps): Bump github.com/vektra/mockery/v2 from 2.11.0 to 2.12.0 (#8394) dependabot[bot] 2022-04-22 10:26:52 -07:00
  • 8345dc4f7c abci: application type should take contexts (#8388) Sam Kleinman 2022-04-22 10:58:01 -04:00
  • 5b3b3065ad build(deps): Bump github.com/creachadair/tomledit from 0.0.16 to 0.0.18 (#8395) dependabot[bot] 2022-04-22 10:23:49 -04:00
  • 6970c9177b build(deps): Bump github.com/vektra/mockery/v2 from 2.11.0 to 2.12.0 (#8393) dependabot[bot] 2022-04-22 05:55:33 -07:00
  • 383f9ea180 build(deps): Bump github.com/creachadair/tomledit from 0.0.16 to 0.0.18 (#8392) dependabot[bot] 2022-04-22 12:22:20 +00:00
  • ef314708e7 RFC 019: Configuration File Versioning (#8379) M. J. Fromberger 2022-04-21 10:08:47 -07:00
  • f0db0ff260 abci: streamline grpc application construction (#8383) Sam Kleinman 2022-04-21 12:21:11 -04:00
  • 9195a005bd Add config samples from TM v26, v27, v28, v29. (#8384) (#8387) mergify[bot] 2022-04-21 08:58:18 -07:00
  • 9d49c4b9af Add config samples from TM v26, v27, v28, v29. (#8384) M. J. Fromberger 2022-04-21 08:54:07 -07:00
  • fd3c397c69 Merge branch 'master' into marko/bringbackdocs M. J. Fromberger 2022-04-21 07:31:58 -07:00
  • b4da12815f test/fuzz/tests: remove debug logging statement (#8385) elias-orijtech 2022-04-21 16:26:07 +02:00
  • 1cb06bb90f add library support commentary William Banfield 2022-04-20 19:28:32 -04:00
  • 157e65dc38 nits from crodriguezvega William Banfield 2022-04-20 19:21:23 -04:00
  • 0674d5231f add information on all-or-nothing nature of BLS verification William Banfield 2022-04-20 19:14:59 -04:00
  • cbae5f9f53 abci: avoid having untracked requests in the channel (#8382) Sam Kleinman 2022-04-20 14:06:07 -04:00
  • 2a91d21b61 Add confix testdata for Tendermint v0.30. (#8380) (#8381) mergify[bot] 2022-04-20 10:04:21 -07:00
  • 18523e0927 blocksync: minor edits, witnesses ignored so tests pass Jasmina Malicevic 2022-04-20 16:54:11 +02:00
  • d56392cee9 Add confix testdata for Tendermint v0.30. (#8380) M. J. Fromberger 2022-04-20 07:38:48 -07:00
  • 38d36b59ec blocksync: witnesses for verification, not fully working yet Jasmina Malicevic 2022-04-20 15:23:50 +02:00
  • 14f0d60f24 p2p: fix setting in con-tracker (#8370) (#8371) mergify[bot] 2022-04-19 23:32:54 -07:00
  • 29e5fbcc64 rpc: reformat method signatures and use a context (#8377) Sam Kleinman 2022-04-19 15:17:07 -04:00
  • e4991fd862 test/fuzz: convert to Go 1.18 native fuzzing (#8359) elias-orijtech 2022-04-19 20:49:51 +02:00
  • 21d68441a1 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.6 to 2.11.0 (#8373) dependabot[bot] 2022-04-19 10:07:33 -07:00
  • ad249ca178 node: cleanup setup for indexer and evidence components (#8378) Sam Kleinman 2022-04-19 11:35:14 -04:00
  • d919a42f53 node: use signals rather than ephemeral contexts (#8376) Sam Kleinman 2022-04-19 11:13:01 -04:00
  • 82585e1ce6 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.6 to 2.11.0 (#8374) dependabot[bot] 2022-04-19 14:02:49 +00:00
  • e227b9ea07 blocksync/pool: initial changes for witness support Jasmina Malicevic 2022-04-19 15:58:39 +02:00
  • 383a64dcfe BLS: sign/verify benchmarks for blst and ostracon cason/bls-dev Daniel Cason 2022-04-19 15:10:10 +02:00
  • a5f9732ba0 BLS: simple sign and verify using ostracon library Daniel Cason 2022-04-19 14:54:29 +02:00
  • 18ad380271 BLS/ostracon: tests use Tendermint's crypto API Daniel Cason 2022-04-19 14:51:15 +02:00
  • a38aeea648 BLS/ostracon: using Tendermint's crypto interfaces Daniel Cason 2022-04-19 14:46:34 +02:00
  • 2bd0a6527e BLS library from Ostracon (Tendermint fork) Daniel Cason 2022-04-19 14:41:32 +02:00
  • 006ebf50df BLS: simple sign and verify using blst library Daniel Cason 2022-04-19 14:38:48 +02:00
  • d12b3538a8 BLS: wrapper for blst BLS12-381 signature library Daniel Cason 2022-04-19 14:33:06 +02:00
  • 0ad230b99e BLS signatures: simple test unit for Ed25519 keys Daniel Cason 2022-04-19 14:28:20 +02:00
  • a1104b98d2 abci++: Sync implementation and spec for vote extensions (#8141) Thane Thomson 2022-04-19 08:05:17 -04:00
  • 1c86cec072 Merge remote-tracking branch 'origin' into jasmina/4457_block_sync_verification Jasmina Malicevic 2022-04-19 10:48:40 +02:00
  • 9ea0e5efa7 cleanup: pin get-diff-action uses to major version only, not minor/patch (#8368) M. J. Fromberger 2022-04-18 15:49:26 -07:00
  • efd4f4a40b cleanup: unused parameters (#8372) Sam Kleinman 2022-04-18 16:45:21 -04:00
  • c372390fea eventbus: publish without contexts (#8369) Sam Kleinman 2022-04-18 16:28:31 -04:00
  • 889341152a p2p: fix setting in con-tracker (#8370) Sam Kleinman 2022-04-18 15:49:11 -04:00
  • c430624e1b Merge branch 'master' into marko/bringbackdocs M. J. Fromberger 2022-04-18 11:54:04 -07:00
  • 4d9ad115b0 build: clean up an unnecessary dependency (#8363) M. J. Fromberger 2022-04-18 11:05:10 -07:00
  • 8e8e24f450 Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-18 11:51:46 -04:00
  • 3d4d3fca9d Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-18 11:43:27 -04:00
  • 24e83a52c3 would -> could William Banfield 2022-04-18 11:41:44 -04:00
  • 71aa054568 update block verification description William Banfield 2022-04-18 11:41:07 -04:00
  • fda73ffc65 clarify 'interactive' signing William Banfield 2022-04-18 11:33:53 -04:00
  • 8e2598f3bf Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-18 11:31:25 -04:00
  • 3789c90c48 multi-signature definition update William Banfield 2022-04-18 11:27:30 -04:00
  • f367a851da Apply suggestions from code review William Banfield 2022-04-18 11:10:01 -04:00
  • 7243ef71e2 Forward port changelog from v0.35.4 to master. (#8364) M. J. Fromberger 2022-04-18 07:21:05 -07:00
  • e646bd77ca build(deps): Bump github.com/creachadair/atomicfile from 0.2.4 to 0.2.5 (#8366) dependabot[bot] 2022-04-18 10:18:18 -04:00
  • bebfd8663b build(deps): Bump github.com/creachadair/atomicfile from 0.2.4 to 0.2.5 (#8365) dependabot[bot] 2022-04-18 12:48:09 +00:00
  • 8682489551 Prepare changelog for release v0.35.4. (#8360) v0.35.4 M. J. Fromberger 2022-04-17 22:34:09 -07:00
  • 04c1f76569 rpc: avoid leaking threads during checktx (backport #8328) (#8333) mergify[bot] 2022-04-17 09:17:03 -04:00
  • e4b8f1d041 Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-16 00:08:01 -04:00
  • 830b8c6d11 add link to weil pairing William Banfield 2022-04-15 23:58:28 -04:00
  • cdfff6e672 typo William Banfield 2022-04-15 23:53:20 -04:00
  • 78b9badcc2 Apply suggestions from code review William Banfield 2022-04-15 23:50:06 -04:00
  • 5c8efdc7b3 link fix William Banfield 2022-04-15 23:44:20 -04:00
  • 1e55604f66 typos William Banfield 2022-04-15 23:44:01 -04:00
  • a2189eaf8c typos William Banfield 2022-04-15 23:43:38 -04:00
  • 56f3656335 Apply suggestions from code review William Banfield 2022-04-15 23:36:40 -04:00
  • 99df2a8fd8 Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-15 23:31:04 -04:00
  • 47d464ed13 language fixes William Banfield 2022-04-15 23:23:20 -04:00
  • 11989221f9 Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-15 23:15:14 -04:00
  • 111b234be3 Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-15 23:14:29 -04:00
  • d4bae3eddf Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-15 23:14:20 -04:00
  • c87cab4ff6 Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-15 23:13:44 -04:00
  • 851c0dc4f3 build(deps): Bump async from 2.6.3 to 2.6.4 in /docs (#8357) jasmina/8219-blocksync-verification-rfc dependabot[bot] 2022-04-15 20:48:10 -04:00
  • 226bc94c5f node: always close database engine (#7113) (#8330) Ethan Reesor 2022-04-15 16:37:34 -05:00
  • d2720bbc9d Update docs/rfc/rfc-018-bls-agg-exploration.md William Banfield 2022-04-15 16:32:53 -04:00
  • 4298011552 eth adoption William Banfield 2022-04-15 16:28:33 -04:00
  • 43a899ae12 typo William Banfield 2022-04-15 16:25:25 -04:00
  • 364ff364eb initial draft of BLS signature aggregation William Banfield 2022-04-01 17:45:24 -04:00
  • 767e2ec8a2 Add a script to check documentation for ToC entries. (#8356) M. J. Fromberger 2022-04-15 12:15:35 -07:00
  • 361d631eb2 reverted proto change Jasmina Malicevic 2022-04-15 16:27:40 +02:00
  • bf31f6fdfd Merge remote-tracking branch 'origin/master' into jasmina/4457_block_sync_verification Jasmina Malicevic 2022-04-15 16:24:55 +02:00
  • d22f4c458f blocksync: separate verification into different file Jasmina Malicevic 2022-04-15 16:24:35 +02:00
  • f6b0707c9b add unit tests for vote extension methods thane/7655-vote-extensions William Banfield 2022-04-15 10:20:19 -04:00
  • 641d290a6d keymigrate: fix conversion of transaction hash keys (backport #8352) (#8353) mergify[bot] 2022-04-14 17:04:28 -07:00
  • ed7daa96af Merge branch 'master' into thane/7655-vote-extensions Thane Thomson 2022-04-14 19:32:45 -04:00
  • e40e7ea46e build(deps): Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#8343) dependabot[bot] 2022-04-14 16:29:50 -07:00
  • 43f92806fd Update pending changelog for #8352. (#8354) M. J. Fromberger 2022-04-14 16:07:59 -07:00
  • 34e727676c keymigrate: fix conversion of transaction hash keys (#8352) M. J. Fromberger 2022-04-14 15:41:40 -07:00
  • 8579cc382e invoke callbacks when set late in socket client (Forward-Port #8331) (#8336) William Banfield 2022-04-14 18:36:09 -04:00
  • e4dd69118a e2e: add error logs when we get an unexpected height in ExtendVote or VerifyVoteExtension requests Thane Thomson 2022-04-14 17:40:53 -04:00
  • 61899b2dab Merge branch 'master' into thane/7655-vote-extensions Thane Thomson 2022-04-14 16:44:19 -04:00
  • faec1d3c52 consensus: remove previously added test helper functionality Thane Thomson 2022-04-14 16:43:26 -04:00
  • cb970564d7 consensus: fix flaky TestPrepareProposalReceivesVoteExtensions Thane Thomson 2022-04-14 16:41:08 -04:00
  • c89890b111 proto/types: use fixed-length 64-bit integers for rounds in CanonicalVoteExtension Thane Thomson 2022-04-14 16:40:03 -04:00
  • 80cc70ec8d Merge remote-tracking branch 'origin/wb/callbacks-invoked-fp' into wb/callbacks-invoked-fp wb/callbacks-invoked-fp William Banfield 2022-04-14 14:47:26 -04:00
  • e763eaed77 wip William Banfield 2022-04-14 14:46:58 -04:00
  • b3b3bd4b81 wip William Banfield 2022-04-14 13:59:45 -04:00
  • 1d8b1c7507 build(deps): Bump github.com/vektra/mockery/v2 from 2.10.4 to 2.10.6 (#8345) dependabot[bot] 2022-04-14 09:32:11 -07:00
  • 118ff02272 build(deps): Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#8347) dependabot[bot] 2022-04-14 08:49:19 -07:00
  • a0f51d0370 build(deps): Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#8344) dependabot[bot] 2022-04-14 15:40:00 +00:00