Commit Graph

  • e6d0ade0e1 Update to latest upstream, debugging information Christopher Goes 2018-05-14 15:33:10 +02:00
  • 337ad8e594 Update to new Ledger API in progress Christopher Goes 2018-05-10 02:03:28 +02:00
  • 49e03fb481 Update dependency versions Christopher Goes 2018-05-10 01:41:15 +02:00
  • 86b09b0cd7 Bugfix Christopher Goes 2018-05-03 06:26:58 +02:00
  • 391936b734 Prevent unnecessary signatures, improve error messages Christopher Goes 2018-05-02 17:10:32 +02:00
  • e25a64fdf1 Fix testcases, all looks OK Christopher Goes 2018-04-30 19:34:19 +02:00
  • 065c3943b1 Fix no-Ledger testcase Christopher Goes 2018-04-30 16:49:11 +02:00
  • 1c9ff46e98 Ledger integration, WIP Christopher Goes 2018-04-30 16:42:11 +02:00
  • a7d695408a Merge pull request #94 from tendermint/tm-bench-improvements Anton Kaliaev 2018-05-14 15:08:11 +04:00
  • 9439306f0f Change last instance of AppStateBytes to GenesisBytes Adrian Brink 2018-05-13 20:05:45 -04:00
  • a41f0d3891 rpc: /consensus_state for simplified output Ethan Buchman 2018-05-13 19:53:54 -04:00
  • f80b3aee48 Change AppStateBytes to GenesisBytes Adrian Brink 2018-05-13 19:50:15 -04:00
  • 658060150c rpc: add voting power totals to vote bitarrays Ethan Buchman 2018-05-13 19:17:25 -04:00
  • ef67705524 Allow ResponseInitChain to return the initial validator set Adrian Brink 2018-05-13 19:04:03 -04:00
  • d0229e8b1e Merge pull request #1554 from tendermint/jae/expose_peer_stats Ethan Buchman 2018-05-13 16:16:35 -04:00
  • 1c8dffaa28 Initial implementation of xchacha20poly1035 aead Zaki Manian 2018-05-13 11:06:20 -04:00
  • 56c9e0da7e Add back sample output in rpc/core/consensus.go; Tweak DumpConsensusState output for peers Jae Kwon 2018-05-12 15:39:30 -07:00
  • fbe253767e Merge pull request #1540 from tendermint/set-genesis-time-on-init Ethan Buchman 2018-05-12 10:10:06 -04:00
  • edbec10f9e Expose peer stats for dump_consensus_state Jae Kwon 2018-05-10 22:43:21 -07:00
  • a8fcf45624 Change defaults to 100M and 10G respectively Jae Kwon 2018-05-10 20:58:28 -07:00
  • 2e41756b55 Add logjack command Jae Kwon 2018-05-10 20:42:10 -07:00
  • 67faf556ed Merge pull request #162 from tendermint/db-gRPC Christopher Goes 2018-05-10 18:46:05 +02:00
  • a28fdfd3a8 fix stats calculation Anton Kaliaev 2018-05-10 17:08:49 +04:00
  • 43570388a9 Update README.md Jae Kwon 2018-05-09 13:48:49 -07:00
  • 35cf21c6eb Update README.md Jae Kwon 2018-05-09 13:48:21 -07:00
  • 3477dd7a90 safer PRNG seeding: hash concatenation of fresh seedBytes with current seedBytes Liamsi 2018-05-09 14:30:17 +01:00
  • 851232d1b5 Merge pull request #95 from tendermint/delete-ansible-and-terraform Zach 2018-05-09 07:12:27 -04:00
  • 7fac16dc7f ansible and terraform moved to tendermint core repo Anton Kaliaev 2018-05-09 15:06:47 +04:00
  • 94ce56d243 Use constant-time comparator (sublte.ConstantTimeCompare) to compare signatures Liamsi 2018-05-09 11:48:46 +01:00
  • c0a1a8d3c0 add link to github (#1542) Allen 2018-05-09 16:13:07 +08:00
  • 20be8c75e5 Tweak testcases Christopher Goes 2018-05-08 17:13:13 +02:00
  • 0b6d101c77 Implement batch operations Christopher Goes 2018-05-08 16:38:39 +02:00
  • 45514a6013 Address PR comments Christopher Goes 2018-05-08 15:45:49 +02:00
  • 80e6e0fa05 only call Sleep if it took us less than 1 sec. to generate txs Anton Kaliaev 2018-05-08 16:23:29 +04:00
  • 52d3eca67c check if block was created after timeStart Anton Kaliaev 2018-05-08 16:23:00 +04:00
  • ac2d3a917e set GenesisTime to now during tendermint init Anton Kaliaev 2018-05-08 12:04:20 +04:00
  • 39e1567d0a Add iterator tests Christopher Goes 2018-05-08 00:53:33 +02:00
  • 55f4ccd4fc CI fix Christopher Goes 2018-05-07 23:23:15 +02:00
  • 2cca5a7a4c Implement TLS/SSL Christopher Goes 2018-05-07 23:16:06 +02:00
  • bf16d6453c Address PR comments Christopher Goes 2018-05-07 22:12:26 +02:00
  • 5d12e1eb46 remotedb: a client package implementing the db.DB interface Emmanuel T Odeke 2018-03-17 16:58:49 -07:00
  • 1260b75f63 grpcdb: Better readability for docs and constructor names Emmanuel T Odeke 2018-03-16 14:54:15 -07:00
  • 11bee6194a DB as a service Emmanuel T Odeke 2018-03-12 00:39:34 -07:00
  • aefb6c58b6 Merge pull request #87 from tendermint/bucky/fix-ed-gen Ethan Buchman 2018-05-07 10:52:46 -04:00
  • ad837a8183 fix ed25519 Generate Ethan Buchman 2018-05-05 19:17:21 -04:00
  • ab9881471a [tm-bench] give user ability to change rpc function (#91) Anton Kaliaev 2018-05-04 16:35:39 +04:00
  • 8b5c692a6a different way to get stats (#90) Anton Kaliaev 2018-05-04 16:13:42 +04:00
  • 603d173b87 Changed tm-bench output to json (#83) Greg Szabo 2018-05-03 05:08:19 -04:00
  • 64408a4041 Merge pull request #1528 from tendermint/release/v0.19.2 v0.19.2 Ethan Buchman 2018-04-30 18:28:38 -04:00
  • cae31157b1 fix lint v0.19.2-rc0 Ethan Buchman 2018-04-30 18:23:02 -04:00
  • 66c2b60324 version and changelog Ethan Buchman 2018-04-30 16:06:45 -04:00
  • e2e2127365 Merge pull request #1519 from tendermint/bucky/p2p-cleanup Ethan Buchman 2018-04-30 15:54:04 -04:00
  • f395b82f73 node: remove commented out trustMetric Ethan Buchman 2018-04-30 15:59:05 -04:00
  • 47557f868a create addrbook even if pex=false. fixes #1525 Ethan Buchman 2018-04-30 08:31:03 -04:00
  • b6c062c451 fixes from review Ethan Buchman 2018-04-30 08:19:19 -04:00
  • 12fc396101 Split CMD's param on space (#1523) Max Levy 2018-04-29 17:35:10 +03:00
  • c195772de1 p2p: small lint Ethan Buchman 2018-04-28 21:17:28 -04:00
  • d3c4f746a7 spec: abci notes. closes #1257 Ethan Buchman 2018-04-28 21:12:25 -04:00
  • fae94a44a2 p2p/pex: some addrbook fixes Ethan Buchman 2018-04-28 20:07:38 -04:00
  • 3a30ee75b9 minor fixes Ethan Buchman 2018-04-28 17:27:51 -04:00
  • 3498b676a6 update spec and addrbook.go Ethan Buchman 2018-04-28 17:14:58 -04:00
  • 6157c700dd forgot errors file Ethan Buchman 2018-04-28 16:15:30 -04:00
  • c90bf77566 rpc: add n_peers to /net_info Ethan Buchman 2018-04-28 16:09:12 -04:00
  • 6805ddf1b8 p2p: change some logs from Error to Debug. #1476 Ethan Buchman 2018-04-28 16:00:45 -04:00
  • 2761861b6b p2p: MinNumOutboundPeers. Closes #1501 Ethan Buchman 2018-04-28 15:52:05 -04:00
  • 64569b15e5 fix build and test Ethan Buchman 2018-04-28 15:39:09 -04:00
  • 0450e35d67 some comments Ethan Buchman 2018-04-28 15:19:33 -04:00
  • 268055e549 node: remove dup code from rebase Ethan Buchman 2018-04-28 15:04:37 -04:00
  • aaa81092e7 p2p: some comments and a log line Ethan Buchman 2018-04-28 15:01:33 -04:00
  • 3ee1d7909e p2p: explicit netaddress errors Ethan Buchman 2018-04-28 14:48:51 -04:00
  • 32268a8135 limit maxPexMessageSize based on maxAddressSize Ethan Buchman 2018-04-28 14:41:36 -04:00
  • f645187122 spec: pex update Ethan Buchman 2018-04-28 13:10:27 -04:00
  • 40c79235c0 p2p: dont require minor versions to match in handshake Ethan Buchman 2018-04-28 13:09:17 -04:00
  • c23909eecf p2p/pex: minor cleanup and comments Ethan Buchman 2018-04-28 13:08:44 -04:00
  • 936d1a0e68 some notes about the p2p layer Ethan Buchman 2018-03-20 21:41:08 +01:00
  • 0cbbb61962 minor cleanup Ethan Buchman 2018-04-28 01:02:39 -04:00
  • fa66694f2e Merge branch 'develop' into fix-persistent-first Ethan Buchman 2018-04-28 00:34:03 -04:00
  • d92def4b60 version bump Ethan Buchman 2018-04-28 00:06:05 -04:00
  • 26f633ed48 Merge pull request #1514 from tendermint/release/v0.19.1 v0.19.1 Ethan Buchman 2018-04-27 23:36:15 -04:00
  • 79bfbebfff rpc: docs/comments Ethan Buchman 2018-04-27 23:19:40 -04:00
  • f33da8817a rpc: lower_case peer_round_states, use a list, add the node_address Ethan Buchman 2018-04-27 23:00:09 -04:00
  • ffe81a0206 changelog and version Ethan Buchman 2018-04-27 12:35:21 -04:00
  • 0e00154fcc Merge branch 'master' into develop Ethan Buchman 2018-04-27 12:23:12 -04:00
  • 1ab89e6cbf update changelog Ethan Buchman 2018-04-27 12:23:00 -04:00
  • 14cff484f1 Merge pull request #1440 from tendermint/1428-remove-wal-light Ethan Buchman 2018-04-27 12:06:51 -04:00
  • 25cee8827a Merge branch 'develop' into 1428-remove-wal-light Ethan Buchman 2018-04-27 12:06:08 -04:00
  • 65ebbccb74 Add GoAmino DeepCopy() benchmark for RoundState Jae Kwon 2018-04-26 03:55:57 -07:00
  • 1188dfe7ee Merge pull request #1511 from tendermint/bucky/rpc-fixes Ethan Buchman 2018-04-27 11:45:46 -04:00
  • c45ba2967a fixes from review Ethan Buchman 2018-04-27 10:29:05 -04:00
  • f67c5a9e7b forgot wire.go file Ethan Buchman 2018-04-27 10:00:34 -04:00
  • 593a785ae2 set NodeInfo on switch before starting RPC server Ethan Buchman 2018-04-26 23:49:48 -04:00
  • 94e823cc91 p2p: NodeInfo.Channels is HexBytes Ethan Buchman 2018-04-26 23:40:29 -04:00
  • 47e4d64973 add validator address to /status Ethan Buchman 2018-04-26 23:13:56 -04:00
  • a2d77cbe4e add MarshalJSON methods to fix dump_consensus_state Ethan Buchman 2018-04-26 23:11:20 -04:00
  • 390b592dec Merge pull request #1510 from tendermint/bucky/docs-and-fixes Ethan Buchman 2018-04-26 23:03:47 -04:00
  • 9ab1fafdf1 some amino json for #1504 Ethan Buchman 2018-04-26 21:57:59 -04:00
  • 94c016a04e use MarshalJSONIndent for init files. closes #1506 Ethan Buchman 2018-04-26 21:32:14 -04:00
  • 97f3ada9c2 update godep Ethan Buchman 2018-04-26 21:31:48 -04:00
  • d7d4471072 Merge pull request #1507 from tendermint/bucky/docs-pre-amino Ethan Buchman 2018-04-26 20:40:53 -04:00
  • d48a6f930d document pre-amino pubkeys/addresses Ethan Buchman 2018-04-26 20:35:04 -04:00