117 Commits (2902ab1a144b6c0bef9c8cdd605ef77a8e70a7cc)

Author SHA1 Message Date
  Samuel Sarle 8554a6dcd8 Renamed sync_info.syncing to sync_info.catching_up. 6 years ago
  Alexander Simmerl a605b66c5a
Move abci imports 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Anton Kaliaev a6b74b82d1
limit /tx_search output 6 years ago
  Ethan Buchman a41f0d3891 rpc: /consensus_state for simplified output 6 years ago
  Ethan Buchman 658060150c rpc: add voting power totals to vote bitarrays 6 years ago
  Jae Kwon 56c9e0da7e Add back sample output in rpc/core/consensus.go; Tweak DumpConsensusState output for peers 6 years ago
  Jae Kwon edbec10f9e Expose peer stats for dump_consensus_state 6 years ago
  Ethan Buchman c90bf77566 rpc: add n_peers to /net_info 6 years ago
  Ethan Buchman 79bfbebfff rpc: docs/comments 6 years ago
  Ethan Buchman f33da8817a rpc: lower_case peer_round_states, use a list, add the node_address 6 years ago
  Ethan Buchman 47e4d64973 add validator address to /status 6 years ago
  Bric3d 64879c1e6a 1417 status response format (#1424) 6 years ago
  Vladislav Dmitriyev 7c22e47629 Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
  Anton Kaliaev 26c38e770e
fix data race 6 years ago
  Zaki Manian f907113c19 Net_info should print the ID of peers (#1312) 6 years ago
  Anton Kaliaev ed782e7508
include validator's voting power in /status 6 years ago
  Anton Kaliaev 2d857c4b1b
add hash field to ResultTx (/tx and /tx_search endpoints) (#1374) 6 years ago
  Constantine 152290db7e Add `\health` rpc endpoint (#1306) 6 years ago
  Ethan Buchman e7747f7d66 it compiles 7 years ago
  Ethan Buchman 7a5060dc52 replace data.Bytes with cmn.HexBytes 7 years ago
  Ethan Buchman 8b74a8d6ac NodeInfo not a pointer 7 years ago
  Ethan Buchman e2b3b5b58c dial_persistent_peers -> dial_peers with persistent option 7 years ago
  Anton Kaliaev 1b455883d2
readd /dial_seeds 7 years ago
  Anton Kaliaev e4897b7bdd
rename manual peers to persistent peers 7 years ago
  Anton Kaliaev 28fc15028a
distinguish between seeds and manual peers in the config/flags 7 years ago
  Ethan Buchman a17105fd46 p2p: peer.Key -> peer.ID 7 years ago
  Ethan Buchman 4171bd3bae fixes 7 years ago
  Ethan Frey d65234ed51 Add /block_results?height=H as rpc endpoint 7 years ago
  Ethan Buchman 167d0e82f9 fixes and version bump 7 years ago
  Ethan Buchman d0dc04001e rpc: make time human readable. closes #926 7 years ago
  Ethan Buchman 9af8da7aad update for new abci int types 7 years ago
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Anton Kaliaev f65e357d2b
adapt Tendermint to new abci.Client interface 7 years ago
  Anton Kaliaev 29cd1a1b8f
rewrite indexer to be a listener of eventBus 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Ethan Frey f653ba63bf Separated out certifiers.Commit from rpc structs 7 years ago
  Anton Kaliaev dc0e8de9b0
extract some of the consensus types into ./types 7 years ago
  Anton Kaliaev d6a87d3c43
[rpc] DumpConsensusState: output state as json rather than string 7 years ago
  Zach Ramsay d56b44f3a5 all: no more anonymous imports 7 years ago
  Adrian Brink 05c0dfac12 First crack it providing fast-sync endpoint 7 years ago
  Ethan Buchman f0e7f0acf8 remove viper from rpc except test 7 years ago
  Ethan Buchman efeadcc0f4 some cleanup from review 7 years ago
  Ethan Buchman 4e781961e9 remove TMResult. ::drinks champagne:: 7 years ago
  Ethan Frey bff8402fe8 Fix json for TMResult to not include "TMResultInner" 7 years ago
  Ethan Frey f6f1f1992c Prepare rpc responses for go-data compatibility, still use go-wire 7 years ago
  Ethan Buchman c930f43cbe rpc: fix tests 7 years ago
  Ethan Buchman a518d08839 rpc: response types use Result instead of pb Response 7 years ago