Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable local snapshot restore #9541

Open
wants to merge 385 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
385 commits
Select commit Hold shift + click to select a range
31cfa53
The TLA+ specification of the attackers detection (#231)
konnov Dec 11, 2020
acb9a7d
build(deps): bump gaurav-nelson/github-action-markdown-link-check (#233)
dependabot[bot] Dec 14, 2020
42751ea
Computing attack types (#232)
josef-widder Dec 15, 2020
accd7ff
Update README.md (#234)
josef-widder Dec 16, 2020
439a5bc
p2p: update frame size (#235)
melekes Dec 18, 2020
ce146d0
build(deps): bump gaurav-nelson/github-action-markdown-link-check (#239)
dependabot[bot] Jan 11, 2021
fc56917
layout: add section titles (#240)
tac0turtle Jan 11, 2021
a467204
reactors: remove bcv1 (#241)
tac0turtle Jan 11, 2021
d260ff3
abci: rewrite to proto interface (#237)
tac0turtle Jan 12, 2021
1b2b240
Update supervisor_001_draft.md (#243)
josef-widder Jan 15, 2021
72d15a4
spec: remove reactor section (#242)
tac0turtle Jan 19, 2021
2f590a6
non-critical bugfix in the TLA+ spec (found by new version of apalach…
konnov Jan 21, 2021
038f3e0
params: remove block timeiota (#248)
tac0turtle Jan 27, 2021
abaffef
proto: add files (#246)
tac0turtle Jan 28, 2021
b315f04
proto: modify height int64 to uint64 (#253)
tac0turtle Feb 16, 2021
227e526
abci: note on concurrency (#258)
ebuchman Feb 26, 2021
b270ab8
spec: merge rust-spec (#252)
tac0turtle Mar 1, 2021
b4a3174
Fix list of RFCs (#266)
ebuchman Mar 17, 2021
9f6a4bc
readme: cleanup (#262)
tac0turtle Mar 17, 2021
b2465e0
genesis: Explain fields in genesis file (#270)
tac0turtle Mar 23, 2021
5c32ebc
p2p: links (#268)
tac0turtle Mar 23, 2021
640b710
Proposer-based timestamp specification (#261)
istoilkovska Mar 23, 2021
ea8238f
abci: reorder sidebar (#282)
tychoish Apr 6, 2021
0dc5d4d
ABCI++ RFC (#254)
ValarDragon Apr 9, 2021
b39af91
RFC: ReverseSync - fetching historical data (#224)
cmwaters Apr 19, 2021
84ee424
core: update a few sections (#284)
cmwaters Apr 20, 2021
255942e
p2p: update state sync messages for reverse sync (#285)
cmwaters Apr 23, 2021
00446bb
Update README.md (#286)
ebuchman Apr 23, 2021
5dfaa54
rpc: define spec for RPC (#276)
tac0turtle Apr 27, 2021
292828a
A few improvements to the Ivy proof (#288)
nano-o May 4, 2021
4b79bcc
Fixed a broken link (#291)
jordaaash May 7, 2021
4a9bceb
fix message type for block-sync (#298)
xiangjianmeng May 12, 2021
048f6a3
lint: fix lint errors (#301)
tychoish May 12, 2021
aba090a
build(deps): bump actions/stale from 3 to 3.0.18 (#300)
dependabot[bot] May 20, 2021
90434cb
build(deps): bump actions/stale from 3.0.18 to 3.0.19 (#302)
dependabot[bot] May 25, 2021
f3216e6
rename HasVote to ReceivedVote (#289)
luohaha May 25, 2021
8dd91a7
add a changelog to track changes (#303)
tac0turtle May 27, 2021
a2a9ffb
rpc: clarify timestamps (#304)
tac0turtle Jun 2, 2021
5559e14
rpc: add chunked genesis endpoint (#299)
tychoish Jun 3, 2021
89d381f
update ResponseCheckTx (#306)
alexanderbez Jun 7, 2021
6bd5263
rpc: Add totalGasUSed to block_results response (#308)
crypto-facs Jun 24, 2021
24222c5
Add C++ code generation and test scenario (#310)
Jul 7, 2021
6039594
add new pex messages (#312)
cmwaters Jul 7, 2021
aa8f656
build(deps): bump gaurav-nelson/github-action-markdown-link-check (#313)
dependabot[bot] Jul 12, 2021
0ff67d6
update spec to reference currently used timestamp type (#317)
williambanfield Jul 14, 2021
f790b6f
build(deps): bump actions/stale from 3.0.19 to 4 (#319)
dependabot[bot] Jul 15, 2021
24f22ee
address discrepancies between spec and implementation (#322)
cmwaters Jul 16, 2021
8f9cd23
update proto files for release (#318)
tac0turtle Jul 16, 2021
ed7fa80
stale bot: ignore issues (#325)
cmwaters Jul 22, 2021
8029cf7
evidence: add section explaining evidence (#324)
cmwaters Aug 3, 2021
72adbf9
statesync: new messages for gossiping consensus params (#328)
cmwaters Aug 9, 2021
1e985f6
rpc: update peer format in specification in NetInfo operation (#331)
tychoish Aug 16, 2021
4c3339a
Update supervisor_001_draft.md (#334)
goral09 Aug 18, 2021
e44ab95
core: text cleanup (#332)
tychoish Aug 18, 2021
26ee62a
abci: clarify what abci stands for (#336)
williambanfield Aug 19, 2021
c939e15
abci: clarify connection use in-process (#337)
williambanfield Aug 24, 2021
41e6812
proto: move proto files under the correct directory related to their …
williambanfield Aug 31, 2021
bf71990
abci.md fixup (#339)
williambanfield Sep 1, 2021
f793752
Update supervisor_001_draft.md (#333)
goral09 Sep 2, 2021
e2a038e
light: update initialization description (#320)
cmwaters Sep 17, 2021
60d6856
apps.md fixups (#341)
williambanfield Sep 21, 2021
fa2ccc8
proto: add tendermint go changes (#349)
tac0turtle Sep 23, 2021
1ad0683
Merge tag 'v0.7.1' of github.com:tendermint/spec into cal/spec-migrat…
cmwaters Jul 26, 2022
a11b774
fix mockery generation script (#9094)
cmwaters Jul 26, 2022
0323bd5
Merge branch 'main' into cal/spec-migrations
cmwaters Jul 26, 2022
a7049ed
spec: migrate spec at v0.7.1. into main (#9098)
cmwaters Jul 26, 2022
58effdd
Old PrepareProposal on feature/abci++ppp (#9106)
sergio-mena Jul 27, 2022
18c7e3a
Fix unsafe-reset-all for working with default home (#9103)
rootwarp Jul 27, 2022
c4e2352
test: stop abci server started in addr test (#9093)
mark-rushakoff Jul 27, 2022
4309f54
libs/pubsub/query: specify peg version in go.mod (#9099)
mark-rushakoff Jul 27, 2022
8834a0d
Update CODEOWNERS to use teams (#9129)
thanethomson Jul 29, 2022
85636f6
Prepare `main` to become new default branch (#9095)
thanethomson Jul 29, 2022
e32b86b
docs: migrate adrs and rfcs across from master (#9115)
cmwaters Jul 30, 2022
75d51e1
Import latest root documentation (#9130)
thanethomson Jul 30, 2022
476f8fa
build(deps): Bump bufbuild/buf-setup-action from 1.6.0 to 1.7.0 (#9131)
dependabot[bot] Aug 1, 2022
13da93a
build(deps): Bump url-parse from 1.5.7 to 1.5.10 in /docs (#9135)
dependabot[bot] Aug 1, 2022
439d84a
build(deps): Bump minimist from 1.2.5 to 1.2.6 in /docs (#9136)
dependabot[bot] Aug 1, 2022
49ec3b9
chore: lint repo (use american english) (#9144)
cmwaters Aug 1, 2022
5305fa7
build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.7.0 (#9138)
dependabot[bot] Aug 1, 2022
1e9d81f
chore: bump go to 1.18 (#9147)
cmwaters Aug 1, 2022
07d242c
e2e: remove maverick (#9148)
cmwaters Aug 1, 2022
b6a515a
docs/rfc: add testnet RFC (#9124)
mark-rushakoff Aug 1, 2022
eb762cf
cli: set node p2p external address with cmd flag (#9107)
amimart Aug 1, 2022
4206a0e
remove v1 and v2 blocksync protocol impementations (#9146)
cmwaters Aug 2, 2022
61619ab
Update `feature/abci++ppp` branch with latest infra changes in `main`…
sergio-mena Aug 3, 2022
2164883
Old PrepareProposal and vote extension integration on feature/abci++p…
sergio-mena Aug 3, 2022
ea271c5
abci: remove counter app (port #6684) (#9143)
cmwaters Aug 3, 2022
4f30c90
metricsgen: port metrics code generation tool (#9156)
tychoish Aug 3, 2022
d268e56
Sync PrepareProposal with Spec. Main part (#9158)
sergio-mena Aug 3, 2022
b2409b3
Follow-up fixes to main `PrepareProposal` implementation (#9162)
sergio-mena Aug 3, 2022
88186f7
(docker) enable cross platform build using docker buildx (\#9073) (#9…
highercomve Aug 4, 2022
6b499ae
DOCKER: use go 1.18 (#9170)
williambanfield Aug 4, 2022
b92a19b
proxy: add initial set of abci metrics (port of #7115) (#9169)
williambanfield Aug 5, 2022
608933b
consensus: additional timing metrics (port of #7849) (#9168)
williambanfield Aug 5, 2022
1148759
ci: Update nightly E2E notifications (#9177)
thanethomson Aug 6, 2022
03c79b6
ci: Fix nightly E2E notifications (#9179)
thanethomson Aug 6, 2022
ef4e37b
ci: Restore ToC check for ADRs/RFCs (#9180)
thanethomson Aug 6, 2022
ad1f9b4
build(deps): Bump github.com/prometheus/client_golang (#9190)
dependabot[bot] Aug 8, 2022
74dd21e
build(deps): Bump docker/build-push-action from 3.1.0 to 3.1.1 (#9189)
dependabot[bot] Aug 8, 2022
10e1ac8
metrics: transition all metrics to using metricsgen generated const…
williambanfield Aug 8, 2022
69845bb
metrics: fixup after cherry-pick (#9195)
williambanfield Aug 8, 2022
bff63ae
remove lastresulthash from merklization in lastresult hash (#9175)
tac0turtle Aug 9, 2022
d5ec276
e2e: fix out of sync configuration (#9199)
tychoish Aug 9, 2022
f861062
abci: implement process proposal to spec (#9122)
cmwaters Aug 9, 2022
0bea064
tools: remove mockery from tools.go (#9196)
williambanfield Aug 9, 2022
f295b4d
build(deps): Bump github.com/golangci/golangci-lint from 1.42.1 to 1.…
dependabot[bot] Aug 9, 2022
152a2fa
metrics: add metricsgen makefile target (#9172)
tychoish Aug 9, 2022
a6dde14
do not use ioutil (#9206)
faddat Aug 10, 2022
25b0c7c
`PrepareProposal`/`ProcessProposal`: Dealing with block data exposed …
sergio-mena Aug 11, 2022
c4eb611
Remove unused code in internal directory (#9223)
sergio-mena Aug 11, 2022
ae1fc74
abci: Make ABCI and P2P wire-level length delimiters consistent (#9182)
thanethomson Aug 11, 2022
f36999e
retract all of 0.35 (#9198)
tac0turtle Aug 12, 2022
cb570f6
ABCI `types.proto`. Handle remaining discrepancies (#9224)
sergio-mena Aug 12, 2022
7dc4f93
Merge branch main into feature/abci++ppp
sergio-mena Aug 12, 2022
670abbc
Merge pull request #9236 from tendermint/sergio/merging-main-abci++ppp
sergio-mena Aug 12, 2022
cbc7a1a
spec: Sync Light Client TLA+ code with `master` (#9238)
thanethomson Aug 12, 2022
c322b89
RFC-024: block structure consolidation (#8457)
williambanfield Aug 16, 2022
498657f
test/fuzz: fix OSS-Fuzz build (#9183)
AdamKorcz Aug 16, 2022
3003e05
Update type annotations in the TLA+ spec of Tendermint for accountabi…
konnov Aug 16, 2022
9993514
abci: Remove SetOption #5447 #9091 (#9266)
samricotta Aug 16, 2022
7bd86ec
consensus: backport abci and consensus metrics (#9273)
williambanfield Aug 17, 2022
1069ffc
config: backport the rename of fastsync to blocksync (#9259)
williambanfield Aug 17, 2022
622b930
abci-cli: PrepareProposal and ProcessProposal (#9281)
sergio-mena Aug 17, 2022
fb9afcc
Restore e2e nightly workflow on feature/abci++ppp branch (#9280)
sergio-mena Aug 17, 2022
c8302c5
consensus: fix round number when handling RoundStepNewRound timeout (…
fatcat22 Aug 18, 2022
1a4d939
abci++: update PrepareProposal API to accept just a list of bytes (#9…
williambanfield Aug 18, 2022
0ca3a89
e2e: add abci delays (#9254)
cmwaters Aug 19, 2022
3cc9764
docs: Apply standard Apache 2.0 license (#9293)
thanethomson Aug 19, 2022
daaf5d6
docs: Update all docs to prepare for v0.37 (#9243)
thanethomson Aug 19, 2022
d886bc8
docs: Capture UX-oriented practices for changelog (#9284)
thanethomson Aug 20, 2022
2d8df1b
proto: deduplicate consensus params (#9287)
cmwaters Aug 22, 2022
aa303ed
Forward port discard abci responses change (#9286)
samricotta Aug 22, 2022
b37f062
e2e: add evidence tests (#9292)
cmwaters Aug 22, 2022
50b5c23
Merge branch 'feature/abci++ppp'
sergio-mena Aug 22, 2022
5f932a5
e23: fix generation by considering evidence age in retain height (#9306)
cmwaters Aug 23, 2022
28cfb03
docs: Add redirects to GitHub for spec links (#9311)
thanethomson Aug 24, 2022
9f76e8d
Temporarily revert #9175: remove lastresulthash from merklization in …
thanethomson Aug 24, 2022
3233568
Added `PrepareProposal` and `ProcessProposal` data `CHANGELOG_PENDING…
sergio-mena Aug 26, 2022
2313f35
build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#9322)
dependabot[bot] Aug 29, 2022
7b40167
abci: Port `EventAttribute` field type change to `main` (#9335)
thanethomson Aug 30, 2022
cceea4d
chore: Format and fix lints (#9336)
thanethomson Aug 30, 2022
bdf0217
ci: Prepare for v0.37 release branch (#9338)
thanethomson Aug 31, 2022
f183533
docs: Update RELEASES.md to reflect current process (#9339)
thanethomson Aug 31, 2022
70fd943
test: add the loadtime tool (#9342)
williambanfield Aug 31, 2022
2ff11e5
Update rpc client header (#9276)
samricotta Sep 1, 2022
b055535
abci: Set version to 1.0.0 (#9341)
thanethomson Sep 2, 2022
6371f02
spec: abci++ cleanup for v0.37 (#9288)
jmalicevic Sep 2, 2022
bf73c79
Update Tendermint version in `main` (#9360)
sergio-mena Sep 2, 2022
8655080
test: add the loadtime report tool (#9351)
williambanfield Sep 2, 2022
6bdc970
ci: Pre-release workflows (#9366)
thanethomson Sep 2, 2022
c71efd1
build(deps): Bump github.com/golangci/golangci-lint (#9323)
dependabot[bot] Sep 3, 2022
e667b85
fix(doc): wrong link address (#9370)
117503445 Sep 3, 2022
d764562
ci: Remove "(WARNING: BETA SOFTWARE)" tagline from all upcoming relea…
thanethomson Sep 3, 2022
101bf50
refactor: migrate to `cosmos/gogoproto` (#9356)
julienrbrt Sep 6, 2022
1067ba1
add separated runs by UUID (#9367)
williambanfield Sep 6, 2022
d54ed64
Add missing changes changelog files (#9376)
sergio-mena Sep 6, 2022
1944dfd
build(deps): Bump gonum.org/v1/gonum from 0.11.0 to 0.12.0 (#9378)
dependabot[bot] Sep 7, 2022
2ae117e
config: fix broken test (#9309)
cmwaters Sep 7, 2022
ffce253
print all versions of tendermint and its sub protocols (#9329)
tac0turtle Sep 7, 2022
43ebbed
add redirect links (#9385)
samricotta Sep 7, 2022
59a711e
test: generate uuid on startup for load tool (#9383)
williambanfield Sep 8, 2022
5013bc3
Update to markdown links (#9384)
samricotta Sep 8, 2022
0f45086
update btcec to v2 and use the latest btcutil (#9250)
wcsiu Sep 9, 2022
ac866e3
test/fuzz: bring changes from v0.34.x into main (#9299)
elias-orijtech Sep 11, 2022
dfefd83
docs: Update ADRs for v0.37 (#9399)
thanethomson Sep 12, 2022
8e90d29
feat: support HTTPS inside websocket (#9416)
RiccardoM Sep 13, 2022
93ead3d
remove fast sync deprecation warning (#9414)
cmwaters Sep 13, 2022
e80dd00
backport: performance improvements for the event query API (#7319) (#…
mmsqe Sep 13, 2022
c1f163f
build(deps): Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#9408)
dependabot[bot] Sep 13, 2022
2d77374
build(deps): Bump github.com/lib/pq from 1.10.6 to 1.10.7 (#9405)
dependabot[bot] Sep 13, 2022
7feb484
build(deps): Bump gonum.org/v1/gonum from 0.8.2 to 0.12.0 (#9407)
dependabot[bot] Sep 13, 2022
7bd84cd
build(deps): Bump github.com/gofrs/uuid (#9406)
dependabot[bot] Sep 13, 2022
10f3626
ci: Only allow automated security-related updates until v0.37.0 relea…
thanethomson Sep 13, 2022
d67be51
build(deps): Bump slackapi/slack-github-action from 1.21.0 to 1.22.0 …
dependabot[bot] Sep 13, 2022
3293ce6
docs: Enable build for v0.37.x branch (#9433)
thanethomson Sep 13, 2022
0c96f0b
docs: Remove dev base tagging from release branch creation (#9434)
thanethomson Sep 15, 2022
21a3bbd
state: restore previous error message (#9435)
cmwaters Sep 16, 2022
a8efef1
rfc: simplify mempool to support more broad tendermint uses (#9294)
williambanfield Sep 19, 2022
db26cff
state: move pruneBlocks from consensus/state to state/execution (#9443)
JayT106 Sep 20, 2022
0f85704
build(deps): Bump bufbuild/buf-setup-action from 1.7.0 to 1.8.0 (#9450)
dependabot[bot] Sep 20, 2022
10d1156
build(deps): Bump github.com/bufbuild/buf from 1.7.0 to 1.8.0 (#9452)
dependabot[bot] Sep 20, 2022
c69ab68
build(deps): Bump github.com/cosmos/gogoproto from 1.4.1 to 1.4.2 (#9…
dependabot[bot] Sep 20, 2022
2d1ada4
crypto: Upstream v0.35.x improvements (#9255)
Yawning Sep 21, 2022
e84d43e
cli: add --hard flag to rollback command to remove block as well (#9…
cmwaters Sep 21, 2022
bfdeccd
crypto/merkle: pre-allocate data slice in innherHash (#6443) (#9447)
JayT106 Sep 21, 2022
ab4238a
crypto/merkle: optimize merkle tree hashing (#6513) (#9446)
JayT106 Sep 21, 2022
080dfab
p2p/pex: reuse hash.Hasher per addrbook for speed (#6509) (#9445)
JayT106 Sep 21, 2022
fe0aa4d
Normalise GenesisDoc before saving to state (#6059) (#9458)
JayT106 Sep 21, 2022
fbcfecb
fix spec (#9467)
sergio-mena Sep 21, 2022
84bc77c
Ensure Dockerfile stages use consistent Go version (#9462)
mark-rushakoff Sep 21, 2022
f2c32c9
metrics: fix panic because of absent prometheus label (#9455)
williambanfield Sep 21, 2022
e48d5a0
docs: Use release badge in README instead of latest tag (#9475)
thanethomson Sep 21, 2022
f1dc581
Sync Vote.Verify() in spec with implementation (#9466)
thanethomson Sep 22, 2022
561440a
config: add version to the config file (#9413)
cmwaters Sep 22, 2022
a0ed437
config: cleaner separation of tests (#9421)
cmwaters Sep 22, 2022
b7f1e1f
config: Add missing storage section when generating config (#9483)
thanethomson Sep 23, 2022
5fe1a72
loadtime: add block time to the data point (#9484)
williambanfield Sep 23, 2022
e8ec611
tools: use os home dir to instead of the hardcoded PATH (#9444)
JayT106 Sep 23, 2022
ed68aad
.github/workflows: add cosmos/gosec vulnerability scanner for each Pu…
odeke-em Sep 23, 2022
af5281d
statesync: convert snapshot hashes to hex strings for logging (#9471)
cmwaters Sep 26, 2022
20ffe9e
build(deps): Bump actions/stale from 5 to 6 (#9493)
dependabot[bot] Sep 27, 2022
f76f653
ci: Only notify on nightly E2E failures (#9495)
thanethomson Sep 28, 2022
45518db
build(deps): Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1…
dependabot[bot] Oct 3, 2022
5c23ffb
Remove the PEG query implementation. (#7336) (#9478)
mmsqe Oct 4, 2022
a02cc30
config: use a different source of versioning (#9486)
cmwaters Oct 4, 2022
abbeb91
Use evidence period when pruning (#9505)
samricotta Oct 4, 2022
b1dc5a6
fix wrong axioms (#9511)
nano-o Oct 5, 2022
cdd3479
Extend the load report tool to include transactions' hashes (#9509)
sergio-mena Oct 5, 2022
c0bdb24
security/p2p: prevent peers who errored being added to the peer_set (…
jmalicevic Oct 6, 2022
8d26460
rename blockchain to blocksync in certain areas (#9512)
cmwaters Oct 6, 2022
4fd19a2
indexer: move deduplication functionality purely to the kvindexer (#9…
cmwaters Oct 7, 2022
9dd99e9
build(deps): Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#9529)
dependabot[bot] Oct 10, 2022
a371b1e
blocksync: retry requests after timeout (#9518)
williambanfield Oct 10, 2022
4f3e87b
Add changelog entry (#9535)
sergio-mena Oct 10, 2022
387bf67
Fix: typos (#9536)
omahs Oct 11, 2022
b42c439
Fix TX payload for DO testnets (#9540)
sergio-mena Oct 12, 2022
6ea968d
ci: Update Slack nightly failure messages (#9551)
thanethomson Oct 17, 2022
b06e1ce
QA Process report for v0.37.x (and baseline for v0.34.x) (#9499)
sergio-mena Oct 17, 2022
c8f2032
fix: header link (#9574)
rootulp Oct 18, 2022
5df9c41
Fix tested version in 200 node test + added prometheus problem as fou…
sergio-mena Oct 18, 2022
91fba07
Fix some broken links in docs (#9579)
sergio-mena Oct 19, 2022
4552cfc
Update changelog with v0.34.22 entry (#9588)
thanethomson Oct 19, 2022
3cdfbda
build(deps): Bump docker/build-push-action from 3.1.1 to 3.2.0 (#9562)
dependabot[bot] Oct 19, 2022
6768b98
build(deps): Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 (#9563)
dependabot[bot] Oct 19, 2022
1c60efc
build(deps): Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0…
dependabot[bot] Oct 19, 2022
93ab364
build(deps): Bump slackapi/slack-github-action from 1.22.0 to 1.23.0 …
dependabot[bot] Oct 19, 2022
6e38fff
build(deps): Bump docker/login-action from 2.0.0 to 2.1.0 (#9565)
dependabot[bot] Oct 19, 2022
58ee42c
build(deps): Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#9566)
dependabot[bot] Oct 19, 2022
301211c
build(deps): Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#9567)
dependabot[bot] Oct 19, 2022
3bd2153
docs: clarify `BlockIDFlag` variants (#9590)
rootulp Oct 21, 2022
af2981a
docs: remove outdated comment (#9597)
rootulp Oct 24, 2022
3136b7a
Revert `make proto-gen` in #9590 (#9621)
sergio-mena Oct 25, 2022
2c40ca5
build(deps): Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 (#9616)
dependabot[bot] Oct 25, 2022
f670920
e2e: configurable IP addresses for e2e testnet generator (#9592)
williambanfield Oct 25, 2022
40a59d1
build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#9…
dependabot[bot] Oct 25, 2022
0d4db7a
remove trust package (#9625)
cmwaters Oct 26, 2022
6a46a76
build(deps): Bump github.com/prometheus/client_model from 0.2.0 to 0.…
dependabot[bot] Oct 26, 2022
58b9e4f
build(deps): Bump github.com/bufbuild/buf from 1.8.0 to 1.9.0 (#9615)
dependabot[bot] Oct 26, 2022
716a624
build(deps): Bump bufbuild/buf-setup-action from 1.8.0 to 1.9.0 (#9613)
dependabot[bot] Oct 26, 2022
bc15531
build(deps): Bump docker/setup-buildx-action from 2.1.0 to 2.2.1 (#9612)
dependabot[bot] Oct 26, 2022
13bd4b6
github: remove forked version of gosec (#9629)
williambanfield Oct 26, 2022
160a33f
ci: Only allow automated security-related dependency updates on relea…
thanethomson Oct 26, 2022
82c29db
ci: Add Slack notifications when releases and pre-releases are cut (#…
thanethomson Oct 26, 2022
98ad5f1
build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.2.1 to 2.3…
dependabot[bot] Oct 27, 2022
95bd4b6
node: improve pprof lifecycle (#9628)
cmwaters Oct 27, 2022
d95e423
build(deps): Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#9635)
dependabot[bot] Oct 27, 2022
09b8708
p2p: add a per-message type send and receive metric (#9622)
williambanfield Oct 27, 2022
96202a3
Enable local snapshot restore
chillyvee Oct 12, 2022
e879e9f
Sync state in Handshake via RPC
chillyvee Oct 25, 2022
994cb64
CV Cleanup dead code
chillyvee Oct 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
168 changes: 0 additions & 168 deletions .circleci/config.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
# global owners are only requested if there isn't a more specific
# codeowner specified below. For this reason, the global codeowners
# are often repeated in package-level definitions.
* @ebuchman @cmwaters @tychoish @williambanfield @creachadair
* @ebuchman @tendermint/tendermint-engineering

/spec @ebuchman @tendermint/tendermint-research @tendermint/tendermint-engineering
11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
name: Bug Report
name: Bug report
about: Create a report to help us squash bugs!

---
<!--

Please fill in as much of the template below as you can.

Be ready for followup questions, and please respond in a timely
manner. We might ask you to provide additional logs and data (tendermint & app).
If you have general questions, please create a new discussion:
https://github.com/tendermint/tendermint/discussions

Be ready for followup questions, and please respond in a timely manner. We might
ask you to provide additional logs and data (tendermint & app).

-->

**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source):
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question
url: https://github.com/tendermint/tendermint/discussions
about: Please ask and answer questions here
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature Request
name: Feature request
about: Create a proposal to request a feature

---
Expand All @@ -25,12 +25,3 @@ Are there any disadvantages of including this feature? -->
## Proposal

<!-- Detailed description of requirements of implementation -->

____

#### For Admin Use

- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged
- [ ] Contributor assigned/self-assigned
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Protocol change proposal
about: Create a proposal to request a change to the protocol

---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: Under-specified proposals may be rejected summarily
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

# Protocol Change Proposal

## Summary

<!-- Short, concise description of the proposed change -->

## Problem Definition

<!-- Why do we need this change?
What problems may be addressed by introducing this change?
What benefits does Tendermint stand to gain by including this change?
Are there any disadvantages of including this change? -->

## Proposal

<!-- Detailed description of requirements of implementation -->
33 changes: 29 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
## Description
<!--

_Please add a description of the changes that this PR introduces and the files that
are the most critical to review._
Please add a reference to the issue that this PR addresses and indicate which
files are most critical to review. If it fully addresses a particular issue,
please include "Closes #XXX" (where "XXX" is the issue number).

Closes: #XXX
If this PR is non-trivial/large/complex, please ensure that you have either
created an issue that the team's had a chance to respond to, or had some
discussion with the team prior to submitting substantial pull requests. The team
can be reached via GitHub Discussions or the Cosmos Network Discord server in
the #tendermint-core channel. GitHub Discussions is preferred over Discord as it
allows us to keep track of conversations topically.
https://github.com/tendermint/tendermint/discussions

If the work in this PR is not aligned with the team's current priorities, please
be advised that it may take some time before it is merged - especially if it has
not yet been discussed with the team.

See the project board for the team's current priorities:
https://github.com/orgs/tendermint/projects/15/views/5

-->

---

#### PR checklist

- [ ] Tests written/updated, or no tests needed
- [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [ ] Updated relevant documentation (`docs/`) and code comments, or no
documentation updates needed

16 changes: 0 additions & 16 deletions .github/auto-comment.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
threshold: 20%
patch: off
changes: off

github_checks:
annotations: false

comment: false

ignore:
- "docs"
- "DOCKER"
- "scripts"
- "**/*.pb.go"
- "libs/pubsub/query/query.peg.go"
- "*.md"
- "*.rst"
- "*.yml"