William Banfield
3a858ca003
Merge remote-tracking branch 'origin/wb/issue-5908' into wb/issue-5908
2021-08-24 14:00:26 -04:00
William Banfield
243b4ac404
increase timeouts for context switch
2021-08-24 13:59:56 -04:00
mergify[bot]
234af06fd6
Merge branch 'master' into wb/issue-5908
2021-08-24 17:10:50 +00:00
Tess Rinearson
6d5ff590c3
contributing: remove release_notes.md reference ( #6846 )
2021-08-24 19:07:53 +02:00
William Banfield
e956b956d4
lint fix
2021-08-24 12:59:44 -04:00
William Banfield
d55d8017dc
add small timeout to requireConnect
2021-08-24 12:52:21 -04:00
Callum Waters
41da431d78
Merge branch 'master' into wb/issue-5908
2021-08-24 18:18:27 +02:00
Sam Kleinman
d8642a941e
cmd: remove deprecated snakes ( #6854 )
...
just following up on a deprecation.
2021-08-24 16:06:27 +00:00
William Banfield
528d41f904
inspect test timeout in ci/cd
2021-08-24 11:57:09 -04:00
William Banfield
baed887f83
Merge remote-tracking branch 'origin/wb/issue-5908' into wb/issue-5908
2021-08-24 11:46:49 -04:00
William Banfield
61ed8136db
increase timeouts for context switch
2021-08-24 11:46:28 -04:00
Sam Kleinman
d7c3a8f682
time: make median time library type private ( #6853 )
...
This is a very minor change, but I was looking through the code, and
this seems like it shouldn't be exported or used more broadly, so I've
moved it out.
2021-08-24 15:43:13 +00:00
William Banfield
ab1739bd81
Merge branch 'master' into wb/issue-5908
2021-08-24 11:24:18 -04:00
William Banfield
8cbe79386f
inspect -> inspector
2021-08-24 11:22:30 -04:00
William Banfield
4a97aafcb5
lint fixes
2021-08-24 10:58:21 -04:00
M. J. Fromberger
ce3c059a0d
ADR 072: Re-instate a request-for-comments archive. ( #6851 )
...
This ADR restores a variation of the old Request for Comments documentation
that we previously used. The proposal differs from the original formulation,
and does not replace ADRs.
2021-08-23 18:06:01 -04:00
Sam Kleinman
39dee8abc5
pubsub: improve handling of closed blocking subsciptions. ( #6852 )
2021-08-23 16:41:45 -04:00
William Banfield
4c381f1e77
add tests
2021-08-23 15:44:48 -04:00
William Banfield
d0a5d0f79e
Merge branch 'master' into wb/issue-5908
2021-08-23 11:18:20 -04:00
Hlib Kanunnikov
d0e33b4292
blocksync: complete transition from Blockchain to BlockSync ( #6847 )
2021-08-23 16:45:08 +02:00
William Banfield
9242e15043
Merge branch 'master' into wb/issue-5908
2021-08-23 10:29:06 -04:00
William Banfield
4c5a5025c2
pr feedback and lint
2021-08-20 17:12:24 -04:00
William Banfield
8700ca9d1a
ADR 071: Proposer-based Timestamps ( #6799 )
...
Architectural decision record for Proposer-based timestamps.
2021-08-20 16:07:20 -04:00
William Banfield
d098626322
minor fix
2021-08-20 15:15:29 -04:00
William Banfield
29e6522997
lint++
2021-08-20 13:46:56 -04:00
William Banfield
c7028d111f
merge conflict follow up
2021-08-20 13:42:16 -04:00
Sam Kleinman
a374f74f7c
e2e: cleanup node start function ( #6842 )
...
I realized after my last commit that my change made a following line of code a bit redundant.
(alternatively my last change was redunadnt to the existing code.)
I took this oppertunity to make some minor cleanups and logging changes to the node changes which I hope will make tests a bit more clear.
2021-08-20 17:26:04 +00:00
William Banfield
0bfe698429
Merge branch 'master' into wb/issue-5908
2021-08-20 13:17:46 -04:00
dependabot[bot]
3a234e1144
build(deps): Bump docker/build-push-action from 2.6.1 to 2.7.0 ( #6845 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-20 13:32:11 +02:00
Aleksandr Bezobchuk
cce0a3c171
docs: add package godoc for indexer ( #6839 )
...
* docs: add indexer godoc
* docs++
* docs++
* docs++
* docs++
* docs++
* Update state/indexer/doc.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
* Update state/indexer/doc.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
* Update state/indexer/doc.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
* Update state/indexer/doc.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
* Update state/indexer/doc.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
* Update state/indexer/doc.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
* docs++
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2021-08-19 20:25:17 +00:00
William Banfield
1f2ba5a87d
cr feedback
2021-08-18 17:47:30 -04:00
Sam Kleinman
a4cc8317da
e2e: avoid starting nodes from the future ( #6835 )
2021-08-18 14:33:28 -04:00
William Banfield
885b78698c
cr feedback
2021-08-18 09:01:23 -04:00
Tess Rinearson
69f6eee2e4
changelog: linkify the 0.34.11 release notes ( #6836 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com >
2021-08-18 12:06:13 +00:00
dependabot[bot]
afb6af8bc3
build(deps): Bump github.com/golangci/golangci-lint ( #6837 )
...
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint ) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/golangci/golangci-lint/releases )
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.41.1...v1.42.0 )
---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-18 08:02:16 -04:00
Tess Rinearson
0ed3ba6279
changelog: update to reflect 0.34.12 release ( #6833 )
2021-08-18 11:55:57 +02:00
William Banfield
cecd5d8ab2
cr feedback
2021-08-17 18:25:25 -04:00
William Banfield
5542a5bacb
code review feedback
2021-08-17 18:17:50 -04:00
William Banfield
03f3c49bb2
Update cmd/tendermint/commands/inspect.go
...
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2021-08-17 15:46:03 -04:00
Tess Rinearson
267aac2e90
changelog_pending: add missing item ( #6829 )
2021-08-17 15:45:14 +02:00
Tess Rinearson
471f83d557
contributing: update release instructions to use backport branches ( #6827 )
2021-08-17 15:28:20 +02:00
Aleksandr Bezobchuk
393a02a729
rpc: log update ( #6825 )
...
We INFO log every `ABCIQuery`. This can output a tremendous amount of noise in the logs, can cause cosmovisor to completely crash and slows down the node due to I/O. This log is completely unnecessary.
Let's get this backported into v0.43 and get that into v0.43 and v0.42 releases of the SDK
/cc @marbar3778
2021-08-14 01:40:14 +00:00
Sam Kleinman
bf77c0c544
rpc: support new p2p infrastructure ( #6820 )
2021-08-13 15:39:07 -04:00
William Banfield
69239c55c9
add a doc.go
2021-08-13 15:07:17 -04:00
William Banfield
677d87324d
add doc.go and fix lint
2021-08-13 14:50:30 -04:00
William Banfield
208bf0541b
add sleep for test context switch
2021-08-13 14:17:11 -04:00
William Banfield
f154067401
add documentation information about the inspect command
2021-08-13 13:04:19 -04:00
William Banfield
6085c5f6ee
updated changelog
2021-08-13 11:43:26 -04:00
William Banfield
820284a0f1
add long description
2021-08-13 11:35:07 -04:00
Carlos Rodriguez
511e52c2fc
doc: fix typos in /tx_search and /tx. ( #6823 )
...
Just a few small typos in the descriptions of the /tx_search and /tx endpoints.
2021-08-13 15:02:30 +00:00