Adrian Brink
83f7d5c95a
Setup custom tendermint node
By exporting all of the commands, we allow users to setup their own
tendermint node cli. This enables users to provide a different
pivValidator without the need to fork tendermint.
7 years ago
Adrian Brink
2c129447fd
Example that showcases how to build your own tendermint node
This example shows how a user of the tendermint library can build their
own node and supply it with its own commands. It includes two todos in
order to make it easier for library users to use tendermint.
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
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
update readme and other files
7 years ago
Ethan Buchman
b0017c5460
update CHANGELOG [ci skip]
7 years ago
Zach
0b61d22652
Merge pull request #664 from tendermint/windows-path
use filepath for windows compatibility
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
updated json response to match spec by @davebryson
7 years ago
Anton Kaliaev
f8b152972f
return method not found error
if somebody tries to access WS method in non-ws context
7 years ago
Anton Kaliaev
95875c55fc
ID must be present in both request and response
from the spec:
This member is REQUIRED.
It MUST be the same as the value of the id member in the Request Object.
If there was an error in detecting the id in the Request object (e.g. Parse error/Invalid Request), it MUST be Null.
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
8 years ago
Anton Kaliaev
f74de4cb86
include optional data field in error object
```
data
A Primitive or Structured value that contains additional information about the error.
This may be omitted.
The value of this member is defined by the Server (e.g. detailed error information, nested errors etc.).
```
8 years ago
Anton Kaliaev
6c1572c9b8
fix invalid memory address or nil pointer dereference
8 years ago
Dave Bryson
60a1f49a5c
updated json response to match spec by @davebryson
8 years ago
Zach Ramsay
740167202f
readme & al., update links to docs
7 years ago
Ethan Buchman
e0017c8a97
Merge pull request #654 from tendermint/docs-add-tools
consolidate docs from tools repo
7 years ago
Ethan Buchman
4a78c1bb28
Merge pull request #661 from tendermint/docs-add-ecosystem
docs: add ecosystem from website
7 years ago
Zach Ramsay
1d3f723ccc
docs: remove last section from ecosystem
7 years ago
Zach Ramsay
77408b7bde
docs: using ABCI-CLI
7 years ago
Ethan Buchman
0cd1bd6d8b
Merge pull request #658 from tendermint/organize-docs
docs: organize the directory
7 years ago
Zach Ramsay
881d2ce31e
docs: pull from tools' master branch
7 years ago
Zach Ramsay
ad79ead93d
docs: add and re-format the ecosystem from website
7 years ago
Zach Ramsay
17a748c796
docs: rename file
7 years ago
Zach Ramsay
583599b19f
docs: add software.json from website (ecosystem)
7 years ago
Zach Ramsay
044fe56b43
update changelog
7 years ago
Zach Ramsay
b46da19b74
docs: organize the directory, #656
7 years ago
Zach Ramsay
d635783d07
docs: finish pull from tools
7 years ago
Zach Ramsay
f79e13af38
docs: pull from tools on build
7 years ago
Zach Ramsay
34e6474ad9
docs: organize tm-bench/monitor description
7 years ago
Zach Ramsay
5c96e0c812
docs: add original tm-bench/monitor files
7 years ago
Zach Ramsay
921a2b41f0
docs: add kubes docs to mintnet doc, from tools
7 years ago
Zach Ramsay
a8cec967ac
docs: harmonize headers for tools docs
7 years ago
Zach Ramsay
044c500cc0
docs: move images in from tools repo
7 years ago