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
2018-07-18 08:38:44 -07:00
a81ca93139
update to new (timestamp & empty structs) encoding in amino
...
- timestamps no longer have fixed length encoding
-
2018-07-18 16:37:15 +02:00
2744682e77
update to latest amino (pre) release v0.11.1
...
- also reformat code and order imports
2018-07-18 15:53:53 +02:00
d665c79cc9
WIP: more empty struct examples
2018-07-18 15:18:10 +02:00
3c38a25bbb
add empty struct examples
2018-07-18 15:17:51 +02:00
0cd82fa166
add empty struct examples
2018-07-18 15:14:41 +02:00
99fa7f8132
everything works with https://github.com/tendermint/go-amino/pull/178
2018-07-18 15:14:41 +02:00
82104c9329
almost
2018-07-18 15:14:41 +02:00
dae7dc30e0
Switch usage of math/rand to cmn's rand ( #1980 )
...
This commit switches all usage of math/rand to cmn's rand. The only
exceptions are within the random file itself, the tools package, and the
crypto package. In tools you don't want it to lock between the go-routines.
The crypto package doesn't use it so the crypto package have no other
dependencies within tendermint/tendermint for easier portability.
Crypto/rand usage is unadjusted.
Closes #1343
2018-07-16 11:20:37 +04:00
d903057011
fix stopping pubsub
2018-07-14 14:50:56 +01:00
270659f03f
make Block Header and Data non-pointers
...
make BlockMeta Header a non-pointer
Refs #693
2018-07-13 12:05:54 +04:00
3ffda994c2
Revert "rename privval#GetAddress and GetPubKey to Address and PubKey"
...
This reverts commit 58d0c8de89bcc6c081c5b33683c2d0a4e1f83eef.
2018-07-12 22:40:07 +04:00
6a85aecfb7
fix linter issues
2018-07-12 22:40:07 +04:00
d103aaf53f
add test for Vote#Verify
...
remove test for String (very brittle)
2018-07-12 22:40:06 +04:00
17e1df0cbd
test validator set more thoroughly
...
Refs #693
2018-07-12 22:40:06 +04:00
ff8ddee708
rename privval#GetAddress and GetPubKey to Address and PubKey
2018-07-12 22:40:06 +04:00
20bb522592
add tests for ABCIResults#Bytes and tx#IndexByHash
2018-07-12 22:40:06 +04:00
715ec19c96
add tests for protobuf
...
Refs #693
2018-07-12 22:40:06 +04:00
d51b196992
improve part set tests
...
Refs #693
2018-07-12 22:40:06 +04:00
5a4459935b
add a test for ConsensusParams#Update
...
Refs #693
2018-07-12 22:40:06 +04:00
3132f7fad4
add tests for genesis
...
Refs #693
2018-07-12 22:40:06 +04:00
80399e60fb
add tests for events public funcs
...
Refs #693
2018-07-12 22:40:05 +04:00
b271c40783
remove deprecated app_options
field from genesis
2018-07-12 22:40:05 +04:00
37ce4e549e
add more tests for evidence
...
Refs #693
2018-07-12 22:40:05 +04:00
e4db5f8dcd
test event bus
...
Refs #693
2018-07-12 22:40:05 +04:00
6fe8ea966a
remove events we do not emit
2018-07-12 22:40:05 +04:00
1377ef1e1f
remove unused TxEventBuffer
2018-07-12 22:40:05 +04:00
95980d944b
[types] add tests for Block and Commit
...
Refs #693
2018-07-12 22:40:05 +04:00
5453aa6169
Merge branch 'develop' into jae/literefactor4
2018-07-02 14:57:30 -04:00
ec710395b7
RIPEMD160 -> SHA256
2018-07-02 14:27:43 -04:00
d55243f0e6
fix import paths
2018-07-01 22:36:49 -04:00
2d98899b9b
set MaxTxs to 10000 (the same that was used in the config before)
2018-07-01 09:44:12 +04:00
297cd4cfe8
limit HTTP request body and WS read msg size to 1MB
2018-06-29 12:40:32 +04:00
9563927bbd
print only tx's hash and size when logging blocks
...
Closes #1799
2018-06-29 12:40:32 +04:00
8524a8da7f
Try to fix circle...
2018-06-27 04:22:30 -07:00
bf0ff212b9
Refactor "lite" to handle delayed validator set changes.
...
Also, fix consensus liveness issue.
2018-06-25 17:12:25 -07:00
a5b7ea93c4
Delay validator set changes by 1 block.
2018-06-25 16:59:00 -07:00
8128627f08
Optimizing blockchain reactor.
...
Should be paired with https://github.com/tendermint/iavl/pull/65 .
2018-06-22 21:47:48 -07:00
e39e43f86f
Merge pull request #1790 from tendermint/xla/merge-abci-tmlibs
...
Merge abci
2018-06-23 00:55:31 +02:00
a605b66c5a
Move abci imports
2018-06-22 07:28:07 +02:00
3e1baf68f8
crypto: Rename last traces of go-crypto ( #1786 )
...
Follow-up to #1782
2018-06-22 08:24:36 +04:00
2b5229dd5e
Merge pull request #1782 from Liamsi/merge-city
...
Merge go-crypto into tendermint
2018-06-21 15:53:02 -07:00
9cd9f3338b
Merge branch 'master' into develop
2018-06-21 12:57:09 -07:00
a39b2522d5
review comments:
...
- re-add test
- add TODO
- err instead of panic where possible
2018-06-21 11:51:46 -07:00
c96b27136f
remove go-crypto from go-crypto:
...
use tendermint/crypto :-)
2018-06-20 21:05:38 -07:00
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
...
This reverts commit 96a3502
2018-06-20 17:35:30 -07:00
96a3502126
delete everything
2018-06-20 15:19:08 -07:00
489d9b9184
more metrics
2018-06-20 12:38:45 +04:00
43745c83db
Merge branch 'release/v0.20.1' into develop
2018-06-20 00:08:51 -07:00
aaddf5d32f
set pubsub default capacity to 0
...
Refs #951
Jae: I don't know a good way to catch these errors in general, but
forcing pubsub's internal channel to have a capacity of 0 will reveal
bugs sooner, if the subscriber also has a 0 or small capacity ch to pull
from.
2018-06-19 17:07:21 +04:00