Zach Ramsay
8706ae765c
docs: a link to quick install script
7 years ago
Zach Ramsay
954a8941ff
scripts: quickest/easiest fresh install
7 years ago
Anton Kaliaev
1f22f34edf
flush wal group on stop
Refs #1659
Refs https://github.com/tendermint/tmlibs/pull/217
7 years ago
Anton Kaliaev
0562009275
bring back assert
7 years ago
idoor88
fedd07c522
removed assertion to avoid confusion ( #1626 )
7 years ago
Anton Kaliaev
3fa734ef5a
recheck only if there are txs left in the mempool ( #1645 )
7 years ago
Ethan Buchman
cd6bfdc42f
Merge pull request #1673 from tendermint/bucky/mempool
fix possible mempool deadlock
7 years ago
Ethan Buchman
98b0c51b5f
fix possible mempool deadlock
7 years ago
Ethan Buchman
c777be256a
changelog, version
7 years ago
Ethan Buchman
d66f8bf829
Merge branch 'master' into develop
7 years ago
Alexander Simmerl
bf370d36c2
Extract priv_validator into first class package
This is a maintenance change to move the private validator package out
of the types and to a top-level location. There is no good reason to
keep it under the types and it will more clearly coommunicate where
additions related to the privval belong. It leaves the interface and the
mock in types for now as it would introduce circular dependency between
privval and types, this should be resolved eventually.
* mv priv_validator to privval pkg
* use consistent `privval` as import
Follow-up to #1255
7 years ago
Ethan Buchman
1c643701f5
Merge pull request #1662 from Liamsi/develop
WIP: simplify & update documentation, fix typo
7 years ago
Alexander Simmerl
0b0290bdb2
Merge pull request #1675 from tendermint/xla/disable-slate-ci
Disable slate step in CI workflow
7 years ago
Alexander Simmerl
a4779fdf51
Disable slate step in CI workflow
It's currently breaking for unknown reasons, until fixed we going to
disable it, to not block on it for unrelated PRs.
7 years ago
Liamsi
7030d5c2a7
remove notes column
according to: https://github.com/tendermint/go-crypto/pull/110#issuecomment-394048086
7 years ago
Ethan Buchman
9af8b7a7c8
fix tests file
7 years ago
Ethan Buchman
f34d1009c4
Merge pull request #1671 from tendermint/1518-xla/remove-auth_enc-option
Remove auth_enc config option
7 years ago
Alexander Simmerl
0e3dc32b3d
Merge pull request #1672 from tendermint/xla/store-ci-test-logs
Store CI test logs
7 years ago
Alexander Simmerl
d292fa4541
Store CI test logs
For post-mortem introspection it is helpful to have the full logs of
test runs available for download.
7 years ago
Alexander Simmerl
3255c076e5
Remove auth_enc config option
As we didn't hear any voices requesting this feature, we removed the
option to disable it and always have peer connection auth encrypted.
closes #1518
follow-up #1325
7 years ago
Zaki Manian
44f1bdb0d5
Bech32 ( #216 )
* Add support for regular bech32 to tmlibs
* Add bech32 to gopkg.toml
7 years ago
ValarDragon
72543092a0
Switch usage of port 46658 to 26658
7 years ago
Ethan Buchman
c681347ee3
move genesis fields into RequestInitChain. some nullable=false
7 years ago
Ethan Buchman
512b3121a7
include genesis file structure
7 years ago
Ethan Buchman
355fde16fe
Merge pull request #255 from tendermint/bucky/gogo
Revert "Merge pull request #247 from tendermint/bucky/no-gogo"
7 years ago
Ethan Buchman
90c3a469ff
Revert "Merge pull request #247 from tendermint/bucky/no-gogo"
This reverts commit ef79007433
, reversing
changes made to bcfdd6dbaf
.
7 years ago
Christopher Goes
2bbad9d496
Merge pull request #85 from tendermint/cwgoes/ledger-integration
Ledger integration
7 years ago
Liamsi
978277a4c1
make slightly more readable
7 years ago
Christopher Goes
80e9752250
Move TODOs to #114
7 years ago
Christopher Goes
63aac65590
Remove Ledger ed25519 support, for now
7 years ago
Liamsi
58eb76f34d
simplify & update documentation, fiy typo
7 years ago
Ethan Buchman
a017f2fdd4
Merge pull request #1654 from tendermint/release/v0.19.7
Release/v0.19.7
7 years ago
Ethan Buchman
aaaa5f23e2
changelog and version
7 years ago
Ethan Buchman
178e357d7f
Merge pull request #1618 from tendermint/1494-production-notes
[docs] notes about running a production system
7 years ago
Ethan Buchman
683b527534
Merge pull request #1636 from tendermint/bucky/docs
gut docs/app-arch
7 years ago
Ethan Buchman
d584e03427
fix link and typo
7 years ago
Ethan Buchman
d454b1b25f
SkipDuplicate -> AllowDuplicate; fix p2p test on mac
7 years ago
Ethan Buchman
432f21452d
Merge branch 'master' into develop
7 years ago
Ethan Buchman
e1ce3ffe0f
changelog and version
7 years ago
Ethan Buchman
eadc7b137b
Merge branch 'master' into develop
7 years ago
Ethan Buchman
9706935233
fix link in readme
7 years ago
Ethan Buchman
21b821d661
SignatureKey -> Signature
7 years ago
Ethan Buchman
434759e17b
Merge pull request #94 from Liamsi/const_time
Use constant-time comparator to compare signatures
7 years ago
Ethan Buchman
20fdec6c0e
fix comment
7 years ago
Ethan Buchman
aa3212180f
Merge pull request #80 from alessio/keymanager
Add import/export of public keys #79
7 years ago
Ethan Buchman
f9d094dc1a
Merge pull request #97 from Liamsi/prng_seed
safer PRNG seeding
7 years ago
Ethan Buchman
251041ce09
Merge pull request #105 from tendermint/bucky/merkle
Bring in merkle and tmhash from tmlibs
7 years ago
Ethan Buchman
52bd867fd9
merkle: use amino for byteslice encoding
7 years ago
Liamsi
862d3c342a
commit doc.go
7 years ago
Ethan Buchman
9f04935caa
merkle: remove unused funcs. unexport simplemap. improv docs
7 years ago