Commit Graph

  • 0b953eb190 Revert "e2e: releases nightly (#5906)" (#6031) Tess Rinearson 2021-02-02 11:54:27 +01:00
  • 90d3f56797 store: fix deadlock in pruning (#6007) Callum Waters 2021-02-02 11:36:52 +01:00
  • 9d1f77369f goreleaser: downcase archive and binary names (#6029) Anton Kaliaev 2021-02-02 12:22:56 +04:00
  • b2f3e767a7 Merge branch 'master' into marko/int64- Marko 2021-02-01 16:54:32 +00:00
  • 0e477c014d begin int64 to uint64 migration Marko Baricevic 2021-02-01 16:54:09 +01:00
  • 2a2279e010 types: cleanup protobuf.go (#6023) Marko 2021-02-01 12:02:45 +00:00
  • 1cd9bdb80b light/provider/http: fix Validators (#6022) Anton Kaliaev 2021-02-01 15:32:37 +04:00
  • fc71882f74 p2p: add tests and fix bugs for NodeAddress and NodeID (#6021) Erik Grinaker 2021-02-01 10:03:41 +01:00
  • 1f39f808e1 p2p: tighten up and test Transport API (#6020) Erik Grinaker 2021-02-01 09:24:31 +01:00
  • 50b8907581 p2p: clean up new Transport infrastructure (#6017) Erik Grinaker 2021-01-30 11:51:22 +01:00
  • 17905cbaa2 sync: move closer to separate file (#6015) Aleksandr Bezobchuk 2021-01-29 11:59:15 -05:00
  • 60bc071ed5 blockchain v0: skip TestReactor_BadBlockStopsPeer (#6014) Aleksandr Bezobchuk 2021-01-29 10:47:49 -05:00
  • b1646e51e2 test/e2e: enable pprof server to help debugging failures (#6003) Anton Kaliaev 2021-01-28 19:21:07 +04:00
  • a54f1544f8 .github: rename crashers output (fuzz-nightly-test) (#5993) Anton Kaliaev 2021-01-28 19:12:48 +04:00
  • 1f01e5d726 params: remove blockTimeIota (#5987) Marko 2021-01-28 13:47:24 +00:00
  • abaffef912 proto: add files (#246) Marko 2021-01-28 12:10:22 +00:00
  • c900303ac6 test: fix flaky router broadcast test (#6006) Erik Grinaker 2021-01-28 12:26:43 +01:00
  • 363804ac21 test: fix TestRouter to take into account PeerManager reconnects (#6002) Erik Grinaker 2021-01-27 22:40:28 +01:00
  • 5a9b740acb test: fix TestSwitchAcceptRoutine by ignoring spurious error (#6001) Erik Grinaker 2021-01-27 22:31:31 +01:00
  • aead4ab555 test: fix test data race in p2p.MemoryTransport with logger (#5995) Erik Grinaker 2021-01-27 22:05:48 +01:00
  • bd8a9372d2 consensus: Groom Logs (#5917) Aleksandr Bezobchuk 2021-01-27 15:53:24 -05:00
  • 70bb8cc8b7 proto: seperate native and proto types (#5994) Marko 2021-01-27 20:14:27 +00:00
  • 4dca066aab test: disable TestPEXReactorSeedModeFlushStop due to flake (#5996) Erik Grinaker 2021-01-27 21:05:37 +01:00
  • 6e3c58204a test: fix TestSwitchAcceptRoutine flake by ignoring error type (#6000) Erik Grinaker 2021-01-27 20:53:07 +01:00
  • f54f80bf0d test: don't use foo-bar.net in TestHTTPClientMakeHTTPDialer (#5997) Erik Grinaker 2021-01-27 20:17:00 +01:00
  • 038f3e025a params: remove block timeiota (#248) Marko 2021-01-27 11:29:54 +00:00
  • 8ce254cdb7 CONTRIBUTING.md: update testing section (#5979) Anton Kaliaev 2021-01-27 14:00:39 +04:00
  • a2e684e51f .github: archive crashers and fix set-crashers-count step (#5992) Anton Kaliaev 2021-01-27 11:35:48 +04:00
  • 5182ffee25 docs: master → docs-staging (#5990) docs-staging Cyrus Goh 2021-01-26 11:46:21 -08:00
  • 3759bc511b docs: fix typo in state sync example (#5989) Sergey 2021-01-26 21:48:44 +03:00
  • 06de7459c9 p2p: use stopCtx when dialing peers in Router (#5983) Erik Grinaker 2021-01-26 19:47:03 +01:00
  • 642ecc3f5c mempool: fix mempool tests timeout (#5988) Aleksandr Bezobchuk 2021-01-26 13:26:47 -05:00
  • b19acfb605 mempool: fix TestReactorNoBroadcastToSender (#5984) Aleksandr Bezobchuk 2021-01-26 12:33:26 -05:00
  • 937a18468a test/p2p: close transports to avoid goroutine leak failures (#5982) Erik Grinaker 2021-01-26 17:49:37 +01:00
  • fe5b312337 p2p: resolve PEX addresses in PEX reactor (#5980) Erik Grinaker 2021-01-26 16:58:33 +01:00
  • 7ea8746ed1 proto/p2p: rename PEX messages and fields (#5974) Erik Grinaker 2021-01-26 16:37:36 +01:00
  • 51aca684b8 p2p: add prototype PEX reactor for new stack (#5971) Erik Grinaker 2021-01-26 16:10:41 +01:00
  • 8718f6f5ff terminate go-fuzz gracefully (w/ SIGINT) (#5973) Anton Kaliaev 2021-01-26 17:58:14 +04:00
  • 91823eba32 tests: fix make test (#5966) Marko 2021-01-26 08:31:42 +00:00
  • b3aae970d8 blockchain v0: fix waitgroup data race (#5970) Aleksandr Bezobchuk 2021-01-25 14:34:55 -05:00
  • 13e772c916 p2p: add PeerManager.Advertise() (#5957) Erik Grinaker 2021-01-25 19:56:35 +01:00
  • 81daaacae9 p2p: simplify PeerManager upgrade logic (#5962) Erik Grinaker 2021-01-25 18:51:14 +01:00
  • a741314c97 p2p: improve peerStore prototype (#5954) Erik Grinaker 2021-01-25 18:27:44 +01:00
  • 9e158839f6 mempool: fix reactor tests (#5967) Aleksandr Bezobchuk 2021-01-25 11:59:18 -05:00
  • aecfb0ecf0 e2e: add control over the log level of nodes (#5958) Callum Waters 2021-01-25 17:20:39 +01:00
  • 680fb18414 .github: fix fuzz-nightly job (#5965) Anton Kaliaev 2021-01-25 19:48:57 +04:00
  • 962a82c06e docs: log level docs (#5945) Marko 2021-01-25 13:37:18 +00:00
  • d76add65a6 libs/log: format []byte as hexidecimal string (uppercased) (#5960) Anton Kaliaev 2021-01-25 16:25:29 +04:00
  • 7e0436c6e6 p2p: make PeerManager.DialNext() and EvictNext() block (#5947) Erik Grinaker 2021-01-25 12:11:20 +01:00
  • cd3ebe8754 docker: release Linux/ARM64 image (#5925) odidev 2021-01-25 16:31:49 +05:30
  • b958ba3440 docker: dont login when in PR (#5961) Marko 2021-01-25 10:43:54 +00:00
  • df22e7354c test/fuzz: move fuzz tests into this repo (#5918) Anton Kaliaev 2021-01-25 11:41:59 +04:00
  • 9c98af4277 test: fix TestPEXReactorRunning data race (#5955) Erik Grinaker 2021-01-24 13:45:55 +01:00
  • ac49ea8bb7 Makefile: always pull image in proto-gen-docker. (#5953) Erik Grinaker 2021-01-23 17:46:53 +01:00
  • f89eca427a docs: bump package-lock.json of v0.34.x (#5952) Cyrus Goh 2021-01-22 12:45:04 -08:00
  • 42db397a9f docs: recreate package-lock.json (#5951) Marko 2021-01-22 20:03:44 +00:00
  • a72fb2fbad docs: change v0.33 version (#5950) Marko 2021-01-22 19:25:48 +00:00
  • 53a9ba3233 docs: vuepress version update (#5949) v0.32.x Marko 2021-01-22 19:23:48 +00:00
  • f32207db15 docs: bump vuepress theme (#5946) Marko 2021-01-22 19:06:16 +00:00
  • 0213e544e0 docs: package-lock.json fix (#5948) Marko 2021-01-22 19:03:31 +00:00
  • 68bd2116f0 mempool: p2p refactor (#5919) Aleksandr Bezobchuk 2021-01-22 09:34:12 -05:00
  • 670e9b427b p2p: improve PeerManager prototype (#5936) Erik Grinaker 2021-01-21 19:07:54 +01:00
  • 15c1936b85 p2p: revise shim log levels (#5940) Aleksandr Bezobchuk 2021-01-21 09:18:27 -05:00
  • 2f590a6392 non-critical bugfix in the TLA+ spec (found by new version of apalache) (#244) Igor Konnov 2021-01-21 11:50:06 +01:00
  • c63854f732 proto: docker deployment (#5931) Marko 2021-01-20 16:26:37 +01:00
  • 527550f372 Update metrics.md (#5930) Jack Yeh 2021-01-19 23:43:37 -08:00
  • 64961e2267 e2e: releases nightly (#5906) Marko 2021-01-19 21:38:43 +01:00
  • eff1b16a0c changelog: update changelog for v0.34.3 (#5927) Tess Rinearson 2021-01-19 18:01:59 +01:00
  • ea77360ecf .github/workflows: enable manual dispatch for some workflows (#5929) Tess Rinearson 2021-01-19 17:14:00 +01:00
  • 5972105b06 docs: update package-lock.json (#5928) Tess Rinearson 2021-01-19 16:51:50 +01:00
  • 72d15a4b07 spec: remove reactor section (#242) Marko 2021-01-19 16:28:05 +01:00
  • 6b2ab0f0e1 changelog: update for 0.34.3 (#5926) v0.34.3 Tess Rinearson 2021-01-19 16:12:47 +01:00
  • af723eca8a use correct source of evidence time Callum 2021-01-13 19:21:25 +01:00
  • a2a6852ab9 use correct source of evidence time Callum 2021-01-13 19:21:25 +01:00
  • 7ea4dc52ed readme: add security mailing list (#5916) Tess Rinearson 2021-01-18 13:05:00 +01:00
  • d969a5ed1b build(deps): Bump vuepress-theme-cosmos from 1.0.179 to 1.0.180 in /docs (#5915) dependabot[bot] 2021-01-18 11:22:12 +00:00
  • 0def3a964a config: fix mispellings (#5914) Tess Rinearson 2021-01-17 21:26:00 +01:00
  • 54338a52fa proto: bump gogoproto (1.3.2) (#5886) Marko 2021-01-17 17:23:41 +01:00
  • bf45df0b2b mod: go mod tidy Tess Rinearson 2021-01-19 12:03:06 +01:00
  • 46fa6e666c .github/codeowners: add alexanderbez (#5913) Tess Rinearson 2021-01-15 17:39:21 +01:00
  • a18e3de3ac build(deps): Bump google.golang.org/grpc from 1.34.0 to 1.35.0 (#5902) dependabot[bot] 2021-01-14 15:59:39 +00:00
  • e8d35597df build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#5897) dependabot[bot] 2021-01-14 10:06:23 +00:00
  • 62d7a5d028 blockchain v0: p2p refactor (#5858) Aleksandr Bezobchuk 2021-01-18 16:35:11 -05:00
  • 96215a06ed p2p: add prototype peer lifecycle manager (#5882) Erik Grinaker 2021-01-18 19:56:13 +01:00
  • 3ef0b90afd readme: add security mailing list (#5916) Tess Rinearson 2021-01-18 13:05:00 +01:00
  • d34e7c5b51 build(deps): Bump vuepress-theme-cosmos from 1.0.179 to 1.0.180 in /docs (#5915) dependabot[bot] 2021-01-18 11:22:12 +00:00
  • d8a2eb95bb config: fix mispellings (#5914) Tess Rinearson 2021-01-17 21:26:00 +01:00
  • eaa948ab7d proto: bump gogoproto (1.3.2) (#5886) Marko 2021-01-17 17:23:41 +01:00
  • 5cbb8263b4 patch concurrency issue with pruning in the light store (#5910) Callum Waters 2021-01-17 17:14:14 +01:00
  • a2bd09253c .github/codeowners: add alexanderbez (#5913) Tess Rinearson 2021-01-15 17:39:21 +01:00
  • 1b2b24055c Update supervisor_001_draft.md (#243) Josef Widder 2021-01-15 13:39:36 +01:00
  • ca285844ea light: fix light store deadlock (#5901) Callum Waters 2021-01-14 17:22:09 +01:00
  • 74bee8d834 build(deps): Bump google.golang.org/grpc from 1.34.0 to 1.35.0 (#5902) dependabot[bot] 2021-01-14 15:59:39 +00:00
  • 4b94ca8308 Merge branch 'master' into bez/p2p-refactor-blockchain-v0-reactor bez/p2p-refactor-blockchain-v2-reactor Aleksandr Bezobchuk 2021-01-14 09:04:08 -05:00
  • dea48ca7e0 Update blockchain/v0/reactor.go Aleksandr Bezobchuk 2021-01-14 09:03:19 -05:00
  • 211bc08217 build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#5897) dependabot[bot] 2021-01-14 10:06:23 +00:00
  • 178d421c77 changelog: update changelogs to reflect changes released in 0.34.2 Tess Rinearson 2021-01-13 23:34:53 +01:00
  • 630307096b blockchain v0: test updates Aleksandr Bezobchuk 2021-01-13 12:22:21 -05:00
  • dd15fbd502 blockchain v0: test updates Aleksandr Bezobchuk 2021-01-13 12:21:34 -05:00
  • de2ee57b16 blockchain v0: test updates Aleksandr Bezobchuk 2021-01-13 12:20:16 -05:00