9331 Commits (5fb791e0209bd8e1a19a7ff52efb2a826970b22f)
 

Author SHA1 Message Date
  M. J. Fromberger 5fb791e020
Fix data race. (#8105) 3 years ago
  William Banfield 7f85fc250a
consensus: start the timeout ticker before replay (#7844) (#8082) 3 years ago
  M. J. Fromberger ba0911966d
Update changelog for #8081 backport. (#8092) 3 years ago
  mergify[bot] aface5f9b8
cmd: make reset more safe (backport #8081) (#8090) 3 years ago
  mergify[bot] 38da3f02ea
Revert "Remove master from versions and copy it from the latest." (backport #8053) (#8057) 3 years ago
  M. J. Fromberger 2e432d12f7
Update changelog for release v0.35.2. (#8024) 3 years ago
  Sam Kleinman cc88a31a60
p2p: update shim to transfer information about peers (#8047) 3 years ago
  mergify[bot] ca69da7533
statesync: avoid compounding retry logic for fetching consensus parameters (backport #8032) (#8041) 3 years ago
  mergify[bot] 0e08c66926
p2p: plumb rudamentary service discovery to rectors and update statesync (backport #8030) (#8036) 3 years ago
  William Banfield ea497301a7
proxy: fix endblock metric (#7989) 3 years ago
  William Banfield 7854842f07
abci: revert buffer limit change (#7990) 3 years ago
  mergify[bot] a281c0bbf1
p2p: retry failed connections slightly more aggressively (backport #8010) (#8012) 3 years ago
  Sam Kleinman a0321633b0
p2p: backport changes in ping/pong tolerances (#8009) 3 years ago
  M. J. Fromberger f5ff75be68
Add manual e2e workflow to v0.35.x. (#8006) 3 years ago
  mergify[bot] caa5bd354f
docs: point docs/master to the same content as the latest release (backport #7980) (#7998) 3 years ago
  mergify[bot] 4695d7f12c
Restore building docs for master on docs.tendermint.com. (#7969) (#7971) 3 years ago
  M. J. Fromberger 1d7023631a
docs: fix cosmos theme version. (#7966) 3 years ago
  mergify[bot] 306f4b28c6
docs: redirect master links to the latest release version (backport #7936) (#7954) 3 years ago
  mergify[bot] b233ac0a6d
docs: Pin the RPC docs to v0.35 instead of master (backport #7909) (#7911) 3 years ago
  mergify[bot] 8c24914075
Remove master from the docs site version config. (backport #7874) (#7903) 3 years ago
  Callum Waters 7a4938c4f5
docs: remove spec section from v0.35 docs (#7899) 3 years ago
  M. J. Fromberger ca1a4d5b5f
Update absolute links in v0.35.x to reference that branch. (#7870) 3 years ago
  mergify[bot] cf7e440e68
statesync: assert app version matches (backport #7856) (#7886) 3 years ago
  mergify[bot] 83edae2729
fix app hash in state rollback (#7837) (#7882) 3 years ago
  mergify[bot] d580233e0c
Update configuration.md (#7880) (#7883) 3 years ago
  mergify[bot] 26f2e45afe
consensus: additional timing metrics (backport #7849) (#7875) 3 years ago
  mergify[bot] af5af216b5
Update unsafe-reset-all command to match release v35 (#7869) (#7872) 3 years ago
  M. J. Fromberger 601e44daff
Remove ADR and RFC docs from the v0.35.x backport branch. (#7866) 3 years ago
  dependabot[bot] 626caf7418
build(deps): Bump github.com/golangci/golangci-lint (#7853) 3 years ago
  M. J. Fromberger 125817d5cd
docs: fix broken markdown links (cherry-pick of #7847) (#7848) 3 years ago
  dependabot[bot] 51596af715
build(deps): Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#7830) 3 years ago
  mergify[bot] be197b4cdd
remove libsecp256k1 build tag (#7823) (#7826) 3 years ago
  mergify[bot] 3f3b9e93b1
consensus: refactor operations in consensus queryMaj23Routine (backport #7791) (#7793) 3 years ago
  mergify[bot] caddddcb3a
light: remove legacy timeout scheme (backport #7776) (#7786) 3 years ago
  Sam Kleinman 710407e9b2
consensus: delay start of peer routines (backport of #7753) (#7760) 3 years ago
  M. J. Fromberger 5cedb588e1
Increase test splits from 4 to 6. (#7630) (#7762) 3 years ago
  mergify[bot] 4fa35de26b
remove unmaintained tutorials (#7751) (#7754) 3 years ago
  M. J. Fromberger 32d51cc696
rpc: fix layout of endpoint list (#7742) (#7744) 3 years ago
  dependabot[bot] 1b95fd5058
build(deps): Bump github.com/prometheus/client_golang (#7731) 3 years ago
  mergify[bot] b48cf2cef4
mempool: return duplicate tx errors more consistently (backport #7714) (#7718) 3 years ago
  mergify[bot] 40cff0b5e8
Fix query against the latest state in light client (#7642) (#7717) 3 years ago
  mergify[bot] 28285e1d6a
light: Fix absence proof verification by light client (backport #7639) (#7716) 3 years ago
  mergify[bot] c152462f42
ci: fix super-linter configuration settings (backport #7708) (#7710) 3 years ago
  M. J. Fromberger 7983f9cc36
Prepare changelog for v0.35.1 release. (#7702) 3 years ago
  dependabot[bot] 190d26aa47
build(deps): Bump github.com/golangci/golangci-lint (#7696) 3 years ago
  dependabot[bot] 58036f7bc1
build(deps): Bump google.golang.org/grpc from 1.43.0 to 1.44.0 (#7693) 3 years ago
  mergify[bot] 47635f756b
rpc: check error code for broadcast_tx_commit (#7683) (#7688) 3 years ago
  dependabot[bot] 353562a2ad
build(deps): Bump github.com/vektra/mockery/v2 from 2.9.4 to 2.10.0 (#7684) 3 years ago
  Gui 4b565fe58a
p2p: always advertise self, to enable mutual address discovery (#7620) 3 years ago
  mergify[bot] 114548d402
consensus: check proposal non-nil in prevote message delay metric (#7625) (#7632) 3 years ago