Commit Graph

  • 8dd91a7ac3 add a changelog to track changes (#303) Marko 2021-05-27 13:04:37 +02:00
  • 692f23d589 events: Add block_id to NewBlockEvent (#6478) Greg Morrison 2021-05-27 03:43:24 -04:00
  • 11b5885894 build(deps): Bump google.golang.org/grpc from 1.37.1 to 1.38.0 (#6483) dependabot[bot] 2021-05-26 19:28:06 +00:00
  • e9928f6186 p2p: limit rate of dialing new peers (#6485) Sam Kleinman 2021-05-26 14:39:04 -04:00
  • 68f4a210d3 config: Add private peer id /net_info expose information in default config (#6490) Orkun Külçe 2021-05-26 17:59:59 +03:00
  • 6b353df567 Readme Introduction Reframed for better clarity (#6493) VIMAL SURESH 2021-05-26 19:47:51 +05:30
  • 07a1b4d618 build(deps): Bump browserslist from 4.16.4 to 4.16.6 in /docs (#6487) dependabot[bot] 2021-05-25 15:54:45 -04:00
  • 719e028e00 libs: internalize some packages (#6366) Marko 2021-05-25 16:25:31 +00:00
  • 72ee5aab26 evidence: separate abci specific validation (#6473) Callum Waters 2021-05-25 16:53:14 +02:00
  • 09e0df8479 light: spec alignment on verify skipping (#6474) Callum Waters 2021-05-25 14:48:15 +02:00
  • 2d0b3a300f libs/clist: fix flaky tests (#6453) Cuong Manh Le 2021-05-25 16:36:11 +07:00
  • f3216e6953 rename HasVote to ReceivedVote (#289) Yixin Luo 2021-05-25 15:42:30 +08:00
  • 90434cb74d build(deps): bump actions/stale from 3.0.18 to 3.0.19 (#302) dependabot[bot] 2021-05-25 07:37:38 +00:00
  • e2a26c732c e2e: prevent non-viable testnets (#6486) Sam Kleinman 2021-05-24 14:10:56 -04:00
  • d9134063e7 rpc: add chunked rpc interface (#6445) Sam Kleinman 2021-05-24 09:48:27 -04:00
  • 7b5a732644 consensus: add test vector for hasvote (#6469) Marko 2021-05-20 14:33:46 +00:00
  • 527dbaaa66 build(deps-dev): Bump watchpack from 2.1.1 to 2.2.0 in /docs (#6482) dependabot[bot] 2021-05-20 14:09:43 +00:00
  • aba090a69a build(deps): bump actions/stale from 3 to 3.0.18 (#300) dependabot[bot] 2021-05-20 10:50:56 +00:00
  • a9e231b54d build(deps): Bump actions/stale from 3.0.18 to 3.0.19 (#6477) dependabot[bot] 2021-05-18 08:55:26 -04:00
  • 0781ca3f50 p2p/pex: cleanup to pex internals and peerManager interface (#6476) Sam Kleinman 2021-05-17 17:05:44 -04:00
  • ee230cd0f6 p2p: revert change to routePeer (#6475) Sam Kleinman 2021-05-17 12:52:57 -04:00
  • fa891c5a4b node: cleanup pex initialization (#6467) Sam Kleinman 2021-05-14 10:05:59 -04:00
  • 15a67b37d8 adr 067: updates (#6465) Aleksandr Bezobchuk 2021-05-13 08:49:46 -04:00
  • f969614dc8 adr 067: mempool refactor (#6368) Aleksandr Bezobchuk 2021-05-13 08:21:01 -04:00
  • 048f6a32f9 lint: fix lint errors (#301) Sam Kleinman 2021-05-12 18:33:24 -04:00
  • 9cee35bb8c build(deps): Bump google.golang.org/grpc from 1.37.0 to 1.37.1 (#6461) dependabot[bot] 2021-05-12 19:14:31 +00:00
  • 7497331f47 change lock clist-waitgroup tycho garen 2021-05-12 10:37:01 -04:00
  • d893463bb8 libs/clist: omit channels and use waitgroups tycho garen 2021-05-12 10:35:56 -04:00
  • 230abbe676 fix pex test to handle too many addresses (#6451) Callum Waters 2021-05-12 15:35:28 +02:00
  • 7648544f27 build(deps): Bump docker/login-action from 1 to 1.9.0 (#6460) dependabot[bot] 2021-05-12 15:22:50 +02:00
  • 6cd07682ae build(deps): Bump actions/checkout from 2 to 2.3.4 (#6456) dependabot[bot] 2021-05-12 15:13:36 +02:00
  • dfa28b77c5 build(deps): Bump actions/stale from 3 to 3.0.18 (#6455) dependabot[bot] 2021-05-12 15:02:54 +02:00
  • c29aaf78d4 build(deps): Bump docker/build-push-action from 2 to 2.4.0 (#6454) dependabot[bot] 2021-05-12 14:59:09 +02:00
  • 4a9bcebe2a fix message type for block-sync (#298) MengXiangJian 2021-05-12 17:28:40 +08:00
  • c320eb1407 split out initializers into setup.go (#6446) Callum Waters 2021-05-12 11:11:24 +02:00
  • a9fc0c32b2 crypto/merkle: pre-allocate data slice in innherHash (#6443) Cuong Manh Le 2021-05-12 16:02:15 +07:00
  • fdd506a126 rpc: clean up client global state in tests (#6438) Sam Kleinman 2021-05-11 10:22:38 -04:00
  • 811dbe439f light: ensure trust level is strictly less than 1 (#6447) Callum Waters 2021-05-11 15:13:52 +02:00
  • d1c9463bef build(deps): Bump JamesIves/github-pages-deploy-action (#6448) dependabot[bot] 2021-05-11 15:01:15 +02:00
  • 9e2af66a0a types: fix verify commit light / trusting bug (#6414) Callum Waters 2021-05-11 11:06:37 +02:00
  • 6abfa1d52f Update DOCKER/README.md to make init succeed (#6444) Alexandre Ardhuin 2021-05-11 08:25:54 +02:00
  • 64e7b5efea p2p: add channel descriptors to open channel (#6440) Callum Waters 2021-05-10 22:22:07 +02:00
  • e334555393 node/state: graceful shutdown in the consensus state (#6370) JayT106 2021-05-10 15:45:26 -04:00
  • 8dd8a4e8ea libs/os: avoid CopyFile truncating destination before checking if regular file (backport: #6428) (#6436) Callum Waters 2021-05-10 13:24:33 +02:00
  • 4dded9c852 pex: fix send requests too often test (#6437) Callum Waters 2021-05-10 09:48:24 +02:00
  • 4b79bccc0b Fixed a broken link (#291) Jordan Sexton 2021-05-07 13:29:12 -05:00
  • a91680efee test: create common functions for easily producing tm data structures (#6435) Callum Waters 2021-05-07 17:00:02 +02:00
  • 6fdf665385 libs/os: avoid CopyFile truncating destination before checking if regular file (#6428) Emmanuel T Odeke 2021-05-07 05:46:16 -07:00
  • 0b0914b3df rpc: remove global environment (#6426) Sam Kleinman 2021-05-06 17:06:16 -04:00
  • 0740d8626c remove visibility of security page from tendermint docs (#6420) Callum Waters 2021-05-06 20:13:57 +02:00
  • dcc2556e08 fix: benchmark single operation in parallel benchmark not b.N (#6422) Dmitry Shulyak 2021-05-05 21:29:11 +03:00
  • ec5e3b0b02 p2p: wire pex v2 reactor to router (#6407) Callum Waters 2021-05-05 18:46:51 +02:00
  • ea601ccf15 build(deps): Bump github.com/cosmos/iavl from 0.15.3 to 0.16.0 (#6421) dependabot[bot] 2021-05-05 14:09:20 +02:00
  • 09b2aa1bfa mempool: add duplicate transaction and parallel checktx benchmarks (#6419) Sam Kleinman 2021-05-04 17:20:24 -04:00
  • f366ae3c87 mempool: benchmark improvements (#6418) Sam Kleinman 2021-05-04 10:45:32 -04:00
  • 7f30bc96f0 build(deps): Bump codecov/codecov-action from v1.4.1 to v1.5.0 (#6417) dependabot[bot] 2021-05-04 08:46:37 -04:00
  • 292828a01b A few improvements to the Ivy proof (#288) Giuliano 2021-05-04 05:28:07 -07:00
  • bc643b19c4 p2p: support private peer IDs in new p2p stack (#6409) Aleksandr Bezobchuk 2021-04-30 10:37:17 -10:00
  • 76edf7851f statesync: ranking test fix (#6415) Sam Kleinman 2021-04-30 13:17:14 -04:00
  • 09a6ad7b1e types: Refactor EventAttribute (#6408) Aleksandr Bezobchuk 2021-04-30 03:27:51 -10:00
  • 1ec959f8a1 build(deps): Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#6413) dependabot[bot] 2021-04-30 08:51:51 -04:00
  • 1c63d81bd3 ADR 068: Reverse Sync (#6399) Callum Waters 2021-04-30 09:52:13 +02:00
  • 8eccaf9535 mempool: remove vestigal mempool wal (#6396) Sam Kleinman 2021-04-29 15:33:59 -04:00
  • 20610be98c state: keep a cache of block verification results (#6402) Callum Waters 2021-04-29 08:31:38 +02:00
  • 0407cd5258 github: fix linter configuration errors and occluded errors (#6400) Sam Kleinman 2021-04-28 11:08:42 -04:00
  • 10fc43f182 docs: adr-65 adjustments (#6401) Marko 2021-04-28 14:27:02 +00:00
  • 3c50c5a845 github actions: fix e2e-nightly-master.yml (#6398) Callum Waters 2021-04-28 12:22:18 +02:00
  • be2ac87ab0 e2e: split out nightly tests (#6395) Callum Waters 2021-04-27 21:34:08 +02:00
  • b4762f51ef Merge branch 'master' into marko/remove-apphash marko/remove-apphash Marko 2021-04-27 09:48:34 +00:00
  • 5dfaa54350 rpc: define spec for RPC (#276) Marko 2021-04-27 09:25:32 +00:00
  • 7362756354 build(deps): Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 (#6391) dependabot[bot] 2021-04-26 09:31:21 -04:00
  • 9efc20c963 p2p: improve PEX reactor (#6305) Callum Waters 2021-04-26 13:03:19 +02:00
  • 00446bb9f4 Update README.md (#286) Ethan Buchman 2021-04-23 15:52:48 -04:00
  • 0bd497352a statesync: fix unreliable test (#6390) Sam Kleinman 2021-04-23 10:51:48 -04:00
  • ee70430255 libs: remove most of libs/rand (#6364) Ismail Khoffi 2021-04-23 16:00:35 +02:00
  • 0d6055a4db build(deps): Bump github.com/grpc-ecosystem/go-grpc-middleware from 1.2.2 to 1.3.0 (#6387) dependabot[bot] 2021-04-23 13:47:47 +00:00
  • 255942e8c7 p2p: update state sync messages for reverse sync (#285) Callum Waters 2021-04-23 13:22:09 +02:00
  • 399c366185 statesync: sort snapshots by commonness (#6385) Sam Kleinman 2021-04-22 09:54:14 -04:00
  • 353e3a3243 evidence: fix bug with hashes (backport #6375) (#6381) mergify[bot] 2021-04-22 15:05:56 +02:00
  • 36d8cb09df config: create BootstrapPeers p2p config parameter (#6372) Callum Waters 2021-04-22 12:55:50 +02:00
  • 990504cd07 crypto: add sr25519 as a validator key (#6376) Marko 2021-04-22 10:37:38 +00:00
  • aa93ad8a15 build(deps): Bump github.com/confio/ics23/go from 0.6.3 to 0.6.6 (#6374) dependabot[bot] 2021-04-21 20:54:09 +00:00
  • 3503a814f2 .github: make core team codeowners (#6383) Tess Rinearson 2021-04-21 13:40:27 -07:00
  • a9b4fac610 .github: make core team codeowners (#6384) Tess Rinearson 2021-04-21 13:38:07 -07:00
  • 43eacd159f state/indexer: reconstruct indexer, move txindex into the indexer package (#6382) JayT106 2021-04-21 16:37:44 -04:00
  • 5bafedff17 evidence: fix bug with hashes (#6375) Callum Waters 2021-04-21 18:50:39 +02:00
  • 1614e12035 statesync: improve e2e test outcomes (backport #6378) (#6380) mergify[bot] 2021-04-21 12:30:17 -04:00
  • d36a5905a6 statesync: improve e2e test outcomes (#6378) Sam Kleinman 2021-04-21 12:00:15 -04:00
  • fea04c8e67 build(deps): Bump codecov/codecov-action from v1.4.0 to v1.4.1 (#6379) dependabot[bot] 2021-04-21 11:54:51 +00:00
  • 05bc2f344a build(deps): Bump codecov/codecov-action from v1.3.2 to v1.4.0 (#6365) dependabot[bot] 2021-04-20 11:22:29 +02:00
  • 84ee4249ae core: update a few sections (#284) Callum Waters 2021-04-20 10:21:27 +02:00
  • fce665ef06 p2p: fix network update test (#6361) Sam Kleinman 2021-04-19 18:02:21 -04:00
  • b39af911ae RFC: ReverseSync - fetching historical data (#224) Callum Waters 2021-04-19 17:02:09 +02:00
  • 8e8de2b2fb node: use db provider instead of mem db (#6362) Callum Waters 2021-04-16 19:07:18 +02:00
  • 0c2c0afaf8 db: migration script for key format change (#6355) Sam Kleinman 2021-04-16 11:53:43 -04:00
  • 281b5234b2 changelog: update for 0.34.10 (#6358) Tess Rinearson 2021-04-15 09:29:11 -07:00
  • 68eceda0b5 changelog: update for 0.34.10 (#6357) v0.34.10 Tess Rinearson 2021-04-14 13:46:14 -07:00
  • b878326396 e2e: relax timeouts (#6356) Callum Waters 2021-04-14 19:53:54 +02:00
  • 4d03d7516b test/e2e: produce structured reporting from benchmarks (#6343) Sam Kleinman 2021-04-14 10:12:46 -04:00
  • 47b28fd6aa p2p: minor cleanup + update router options (#6353) Aleksandr Bezobchuk 2021-04-14 09:35:43 -04:00