2340 Commits (24f7b9387ace8b80832b5daa901bc77a40acccd5)
 

Author SHA1 Message Date
  Ethan Buchman 24f7b9387a more tests 7 years ago
  Ethan Buchman 756818f940 fixes from review 7 years ago
  Ethan Buchman 2131f8d330 some fixes from review 7 years ago
  Ethan Buchman 8ae2ffda89 put funcs back in order to simplify review 7 years ago
  Ethan Buchman 75b97a5a65 PrivValidatorFS is like old PrivValidator, for now 7 years ago
  Ethan Buchman 7b99039c34 make signBytesHRS a method on LastSignedInfo 7 years ago
  Ethan Buchman 3ca7b10ad4 types: more . -> cmn 7 years ago
  Ethan Buchman 779c2a22d0 node: NewNode takes DBProvider and GenDocProvider 7 years ago
  Ethan Buchman 147a18b34a fix some comments 7 years ago
  Ethan Buchman 4382c8d28b fix tests 7 years ago
  Ethan Buchman 944ebccfe9 more PrivValidator interface 7 years ago
  Ethan Buchman fd1b0b997a PrivValidator interface 7 years ago
  Ethan Buchman abe912c610 FuncSignerAndApp allows custom signer and abci app 7 years ago
  Ethan Buchman 66fcdf7c7a minor fixes 7 years ago
  Adrian Brink 4e13a19339 Add ability to construct new instance of Tendermint core from scratch 7 years ago
  Adrian Brink 7dd3c007c7 Refactor priv_validator 7 years ago
  Duncan Jones 0d392a0442 Allow Signer to be generated with priv key 7 years ago
  Duncan Jones 7e4a704bd1 Remove reliance on default Signer 7 years ago
  Adrian Brink bf5e956087 Change capitalisation 7 years ago
  Adrian Brink 2ccc3326ec Remove redundant file 7 years ago
  Adrian Brink 83f7d5c95a Setup custom tendermint node 7 years ago
  Adrian Brink 2c129447fd Example that showcases how to build your own tendermint node 7 years ago
  Ethan Buchman b50339e8e7 p2p: sw.AddPeer -> sw.addPeer 7 years ago
  Ethan Buchman 8ff5b365dd Merge pull request #650 from tendermint/consensus_params 7 years ago
  Ethan Buchman 1f0985689d ConsensusParams ptr in GenesisDoc for json 7 years ago
  Ethan Buchman 3089bbf2b8 Amount -> Power. Closes #166 7 years ago
  Ethan Buchman 5feeb65cf0 dont use pointers for ConsensusParams 7 years ago
  Ethan Buchman 715e74186c fixes from review 7 years ago
  Ethan Buchman 3a03fe5a15 updated to match adr 005 7 years ago
  Ethan Buchman d343560108 adr: add 005 consensus params 7 years ago
  Ethan Buchman 2b6db268cf genesis json tests and mv ConsensusParams to types 7 years ago
  Ethan Buchman 14abdd57f3 genDoc.ValidateAndComplete 7 years ago
  Ethan Buchman 1f3e4d2d9a move PartSetSize out of the config, into ConsensusParams 7 years ago
  Ethan Buchman 29bfcb0a31 minor comments/changes 7 years ago
  Ethan Buchman 301845943c Merge pull request #663 from tendermint/readme-update 7 years ago
  Ethan Buchman b0017c5460 update CHANGELOG [ci skip] 7 years ago
  Zach 0b61d22652 Merge pull request #664 from tendermint/windows-path 7 years ago
  Zach Ramsay 70b95135e6 consensus: use filepath for windows compatibility, closes #595 7 years ago
  Zach Ramsay a3d925ac1d pr fixes 7 years ago
  Zach Ramsay cf9a03f698 docs: organize install a bit better 7 years ago
  Ethan Buchman 7f8240dfde Merge pull request #521 from tendermint/json-rpc-patch 7 years ago
  Anton Kaliaev f8b152972f return method not found error 7 years ago
  Anton Kaliaev 95875c55fc ID must be present in both request and response 7 years ago
  Anton Kaliaev 7fadde0b37 check for request ID after receiving it 7 years ago
  Anton Kaliaev e36c79f713 capitalize RpcError 7 years ago
  Anton Kaliaev 2252071866 update changelog 7 years ago
  Anton Kaliaev b700ed8e31 remove check for non-empty message as it should always be present 7 years ago
  Anton Kaliaev e1fd587ddd we now omit error if empty 7 years ago
  Anton Kaliaev f74de4cb86 include optional data field in error object 7 years ago
  Anton Kaliaev 6c1572c9b8 fix invalid memory address or nil pointer dereference 7 years ago