Ethan Buchman
233b35a2a9
Revert "delete some things for the merge"
This reverts commit 2902ab1a14
.
6 years ago
Ethan Buchman
ae3bf81833
mv tmlibs files to libs dir
6 years ago
Ethan Buchman
2d7ffdd72b
Merge remote-tracking branch 'tmlibs/master' into bucky/merge-tmlibs
6 years ago
Ethan Buchman
2902ab1a14
delete some things for the merge
6 years ago
Ethan Buchman
9ff99114b1
update for tmlibs v0.9.0
6 years ago
Ethan Buchman
af703620d4
consensus: stop wal
6 years ago
Ethan Buchman
3a0dff7db2
fix changelog
6 years ago
Ethan Buchman
59145eca62
Merge pull request #1824 from tendermint/1762-tm-stops-producing-blocks
Fix emptyPacketMsgSize calc. plus limit max request body size and other mics. changes
6 years ago
Ethan Buchman
d6394bcbfd
Merge branch 'release/v0.22.0' into 1762-tm-stops-producing-blocks
6 years ago
Anton Kaliaev
2d98899b9b
set MaxTxs to 10000 (the same that was used in the config before)
6 years ago
Ethan Buchman
da4632c651
docs/spec: update address spec to sha2 for ed25519
6 years ago
Ethan Buchman
f35ebd5cf7
docs: minor fix for abci query peer filter
6 years ago
Ethan Buchman
6e5a01ccec
changelog and version
6 years ago
Ethan Buchman
b2c3f6f737
Merge pull request #1836 from tendermint/1830-nil-pointer-in-pex
fix nil pointer panic by checking if peer is nil
6 years ago
Lawrence Tran
bb0313d060
Fix typo ( #1837 )
The base64 encoding for 'abcd' is incorrect for the python decoding examples.
6 years ago
Anton Kaliaev
9752e059e1
fix nil pointer panic by checking if peer is nil
Fixes #1830
remember that PeerSet#Get can return nil
6 years ago
Anton Kaliaev
399e2fbdac
update changelog
6 years ago
Anton Kaliaev
61c5791fa3
revert back to Jae's original payload size limit
except now we calculate the max size using the maxPacketMsgSize()
function, which frees developers from having to know amino encoding
details.
plus, 10 additional bytes are added to leave the room for amino upgrades
(both making it more efficient / less efficient)
6 years ago
Anton Kaliaev
ab04201c3d
fix empty packet size calculation
Fixes #1762#issuecomment-398940107
6 years ago
Anton Kaliaev
297cd4cfe8
limit HTTP request body and WS read msg size to 1MB
6 years ago
Anton Kaliaev
f760c24ff0
[config] remove MaxBlockSizeTxs and MaxBlockSizeBytes in favor of consensus params
6 years ago
Anton Kaliaev
2a7602c4ed
[tendermint init] add default consensus params to genesis
6 years ago
Anton Kaliaev
9563927bbd
print only tx's hash and size when logging blocks
Closes #1799
6 years ago
Anton Kaliaev
ac12432603
[rpc/client/http] set codec on rpc client
6 years ago
Anton Kaliaev
ada5ef0669
[p2p] add godoc comments to Listener ( #1828 )
* update changelog
* document p2p/listener
* do not expose underlying net.Listener
* add a TODO
* replace todo with a comment
6 years ago
Rigel
58acbf5ee3
contributing guide typos ( #1831 )
* contributing guide typos
* fix git remote cmd
6 years ago
Dev Ojha
41733b46b9
crypto: Abstract pubkey / signature size when known to constants ( #1808 )
* crypto: Abstract pubkey / signature size when known to constants
* Created PubKeyEd25519Size as 32
* Created PubkeySecp256k1Size as 33
* Created SignatureEd25519Size as 64
* Remove extraneous message from changelog
6 years ago
Dev Ojha
e26d6ed448
Update ISSUE_TEMPLATE to mention using pastebin ( #1832 )
* Update ISSUE_TEMPLATE to mention using pastebin
closes #1826
* Update ISSUE_TEMPLATE
6 years ago
kph7
e556e3336e
Adding IPv6 support to peering ( #1818 )
6 years ago
Max Levy
69356a60b5
Broken link to docs/terraform-and-ansible corrected ( #1823 )
Fixed rst -> md
6 years ago
Dev Ojha
b1d6deaf0b
config: rename skip_upnp to upnp ( #1827 )
* config: rename skip_upnp to upnp
Change default option to enable upnp.
Closes #1806
* doc updates
- fix comment and set UPNP to false in TestP2PConfig
- add UPNP to config template
- update changelog
6 years ago
Anton Kaliaev
aa20c45ae9
log total when adding new txs to the mempool
6 years ago
Ethan Buchman
70d314312c
consensus: fix addProposalBlockPart
* When create_empty_blocks=false, we don't enterPropose until we
* receive a transaction, but if we then receive a complete proposal,
* we should enterPrevote. A guard in addProposalBlockPart was checking if
* step==Propose before calling enterPrevote, but we need it to be step<=Propose,
* since we may not have seen a tx.
* This was discovered by disabling mempool broadcast, sending txs to
* peers one a time, and observing their consensus logs.
6 years ago
Ethan Buchman
fa3bd05d44
mempool: log hashes, not whole tx
6 years ago
Roman Useinov
f0e5332b1f
Feature/support https rpc client ( #1816 )
* Implement support for https in rpc client
* Update changelog
* update comment
* support wss protocol
* fixed changelog
* if -> switch
* fix lint
* protocol constants introduced
6 years ago
Max Levy
231812c875
proper link to a docs module ( #1822 )
Fixed rst -> md
6 years ago
Ricardo Domingos
e6abdb8b9d
p2p/trust: Fix nil pointer error on TrustMetric Copy() ( #1819 )
6 years ago
Anton Kaliaev
8412b75b10
Merge pull request #1800 from tendermint/zach/more-docs-fixes
docs cleanup
6 years ago
Anton Kaliaev
9f656e1239
add a link to full node guide
Refs https://github.com/tendermint/tendermint/pull/1800/files#r197919542
6 years ago
Zach Ramsay
c6626f94de
the last RTD version is archived
6 years ago
Zach
fd55ccdd99
Merge branch 'develop' into zach/more-docs-fixes
6 years ago
Zach Ramsay
516b3399f3
docs: update js-abci example
closes https://github.com/tendermint/js-abci/issues/21
6 years ago
Jae Kwon
e09e3a56f3
Merge pull request #225 from tendermint/develop
0.9.0 release
6 years ago
Jae Kwon
49596e0a1f
Bump version to 0.9.0
6 years ago
Jeremiah Andrews
cb08d28d40
Reverse iterators ( #224 )
with passing tests
6 years ago
Ethan Buchman
ce0d0b312f
Merge pull request #1711 from tendermint/bucky/adrs
Bucky/adrs
6 years ago
Ethan Buchman
1215081951
adr: update readme
6 years ago
Ethan Buchman
500fca8efe
fixes from review
6 years ago
Anton Kaliaev
f6ff6b0e15
use consistent naming for protobuf
protobuf -> proto
protobuf version X -> protoX
7 years ago
Ethan Buchman
956e6d3435
change BeginBlock validators to LastCommitInfo
7 years ago