ValarDragon
99e582d79a
crypto: Refactor to move files out of the top level directory
Currently the top level directory contains basically all of the code
for the crypto package. This PR moves the crypto code into submodules
in a similar manner to what `golang/x/crypto` does. This improves code
organization.
Ref discussion: https://github.com/tendermint/tendermint/pull/1966
Closes #1956
6 years ago
Zach
bbf2bd1d81
Deprecate/refactor content in docs/specification ( #1934 )
* docs: deprecate specification dir, closes #1814
* update genesis
* old spec dir, deprecation complete
* rm a file
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Ethan Buchman
ec710395b7
RIPEMD160 -> SHA256
6 years ago
Ethan Buchman
d47b4ef12d
update some docs
6 years ago
Ethan Buchman
da4632c651
docs/spec: update address spec to sha2 for ed25519
6 years ago
Anton Kaliaev
f6ff6b0e15
use consistent naming for protobuf
protobuf -> proto
protobuf version X -> protoX
7 years ago
Zach
867550dd8b
docs: update abci links ( #1796 )
7 years ago
Alexander Simmerl
3e1baf68f8
crypto: Rename last traces of go-crypto ( #1786 )
Follow-up to #1782
7 years ago
Liamsi
8329b86570
more changes from #1721
7 years ago
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
7 years ago
Liamsi
96a3502126
delete everything
7 years ago
Ethan Buchman
506cf6c9c7
docs/spec: DuplicateVoteEvidence
7 years ago
Ethan Buchman
b8f340afd0
docs/spec: some organizational cleanup
7 years ago
Zarko Milosevic
ce73884857
Add spec for Blockchain Reactor algorithm
7 years ago
Dev Ojha
b84f788f36
Switch ports 466xx to 266xx ( #1735 )
* Switch ports 466xx to be 266xx
This is done so the default ports aren't in the linux kernel's default ephemeral port range.
* Update ABCI import
* Bump cache on circleci
* Get more verbose output for debugging
* Bump abci dependency
* Fix accidental change of a block header's hash
* pin abci release
7 years ago
Ethan Buchman
fcf61b8088
check addrs match pubkeys in abci Validator. version bump
7 years ago
Ethan Buchman
89925501f3
p2p/filter/pubkey -> p2p/filter/id
7 years ago
Ethan Buchman
8be27494bb
update abci spec. add address spec
7 years ago
Liamsi
7030d5c2a7
remove notes column
according to: https://github.com/tendermint/go-crypto/pull/110#issuecomment-394048086
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
Liamsi
978277a4c1
make slightly more readable
7 years ago
Liamsi
58eb76f34d
simplify & update documentation, fiy typo
7 years ago
Anton Kaliaev
252a0a392b
move reactor descriptions to relevant specs
7 years ago
Zach Ramsay
2aa5285c66
fix from self-review
7 years ago
Zach Ramsay
423fef1416
docs: use absolute links ( #1617 )
7 years ago
Zach Ramsay
60d7486de2
docs: fix dead links, closes #1608
7 years ago
Ethan Buchman
1ef415728d
docs/spec: blockchain and consensus dirs
7 years ago
Zach
754be1887c
spec: move to final location ( #1576 )
7 years ago