Ethan Buchman and GitHub
301845943c
Merge pull request #663 from tendermint/readme-update
...
update readme and other files
2017-09-21 12:36:11 -04:00
Ethan Buchman
b0017c5460
update CHANGELOG [ci skip]
2017-09-21 12:34:37 -04:00
Zach and GitHub
0b61d22652
Merge pull request #664 from tendermint/windows-path
...
use filepath for windows compatibility
2017-09-21 07:34:20 -04:00
Anton Kaliaev and Ethan Buchman
246082368a
add changelog entry [ci skip]
2017-09-20 02:49:51 -04:00
Anton Kaliaev and Ethan Buchman
65a07b80a3
change logger interface to not return errors (Refs #50 )
...
See https://github.com/go-kit/kit/issues/164 for discussion of why
kitlog returns an error.
```
Package log is designed to be used for more than simple application info/warning/error logging; it's suitable for log-structured data in an e.g. Lambda architecture, where each invocation is important. I agree with you that if we were doing only application logging the error would be more noise than signal. But the scope of the package is larger than that.
```
Since we are doing only application logging and we're not checking
errors, it is safe to get rid them.
2017-09-20 02:49:51 -04:00
Ethan Buchman
9a2438e0dc
common: Fingerprint comment
2017-09-20 02:49:51 -04:00
Zach Ramsay
70b95135e6
consensus: use filepath for windows compatibility, closes #595
2017-09-18 17:49:43 -04:00
Zach Ramsay
a3d925ac1d
pr fixes
2017-09-18 16:52:00 -04:00
Zach Ramsay
cf9a03f698
docs: organize install a bit better
2017-09-18 16:42:24 -04:00
Ethan Buchman and GitHub
7f8240dfde
Merge pull request #521 from tendermint/json-rpc-patch
...
updated json response to match spec by @davebryson
2017-09-18 16:37:34 -04:00
Anton Kaliaev and Ethan Buchman
f8b152972f
return method not found error
...
if somebody tries to access WS method in non-ws context
2017-09-18 16:36:03 -04:00
Anton Kaliaev and Ethan Buchman
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.
2017-09-18 16:36:03 -04:00
Anton Kaliaev and Ethan Buchman
7fadde0b37
check for request ID after receiving it
2017-09-18 16:36:03 -04:00
Anton Kaliaev and Ethan Buchman
e36c79f713
capitalize RpcError
2017-09-18 16:36:03 -04:00
Anton Kaliaev and Ethan Buchman
2252071866
update changelog
2017-09-18 16:36:03 -04:00
Anton Kaliaev and Ethan Buchman
b700ed8e31
remove check for non-empty message as it should always be present
2017-09-18 16:36:03 -04:00
Anton Kaliaev and Ethan Buchman
e1fd587ddd
we now omit error if empty
2017-09-18 16:36:03 -04:00
Anton Kaliaev and Ethan Buchman
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.).
```
2017-09-18 16:36:02 -04:00
Anton Kaliaev and Ethan Buchman
6c1572c9b8
fix invalid memory address or nil pointer dereference
2017-09-18 16:36:02 -04:00
Dave Bryson and Ethan Buchman
60a1f49a5c
updated json response to match spec by @davebryson
2017-09-18 16:35:50 -04:00
Zach Ramsay
740167202f
readme & al., update links to docs
2017-09-18 16:23:22 -04:00
Ethan Buchman
f279171a28
use request structs for InitChain and BeginBlock
2017-09-18 15:51:48 -04:00
Ethan Buchman and GitHub
e0017c8a97
Merge pull request #654 from tendermint/docs-add-tools
...
consolidate docs from tools repo
2017-09-18 13:55:37 -04:00
Ethan Buchman and GitHub
4a78c1bb28
Merge pull request #661 from tendermint/docs-add-ecosystem
...
docs: add ecosystem from website
2017-09-18 13:55:09 -04:00
Zach Ramsay
1d3f723ccc
docs: remove last section from ecosystem
2017-09-18 13:41:12 -04:00
Zach Ramsay
77408b7bde
docs: using ABCI-CLI
2017-09-18 13:31:18 -04:00
Ethan Buchman and GitHub
0cd1bd6d8b
Merge pull request #658 from tendermint/organize-docs
...
docs: organize the directory
2017-09-18 13:08:38 -04:00
Zach Ramsay
881d2ce31e
docs: pull from tools' master branch
2017-09-18 12:14:23 -04:00
Zach Ramsay
ad79ead93d
docs: add and re-format the ecosystem from website
2017-09-18 11:57:35 -04:00
Zach Ramsay
17a748c796
docs: rename file
2017-09-18 09:39:23 -04:00
Zach Ramsay
583599b19f
docs: add software.json from website (ecosystem)
2017-09-18 09:38:22 -04:00
Zach Ramsay
044fe56b43
update changelog
2017-09-16 15:24:30 -04:00
Zach Ramsay
b46da19b74
docs: organize the directory, #656
2017-09-16 15:19:22 -04:00
Zach Ramsay
d635783d07
docs: finish pull from tools
2017-09-16 15:11:10 -04:00
Zach Ramsay
f79e13af38
docs: pull from tools on build
2017-09-16 15:11:10 -04:00
Zach Ramsay
34e6474ad9
docs: organize tm-bench/monitor description
2017-09-16 15:11:10 -04:00
Zach Ramsay
5c96e0c812
docs: add original tm-bench/monitor files
2017-09-16 15:11:10 -04:00
Zach Ramsay
921a2b41f0
docs: add kubes docs to mintnet doc, from tools
2017-09-16 15:11:10 -04:00
Zach Ramsay
a8cec967ac
docs: harmonize headers for tools docs
2017-09-16 15:11:10 -04:00
Zach Ramsay
044c500cc0
docs: move images in from tools repo
2017-09-16 15:11:10 -04:00
Zach Ramsay
a917ec9ea2
docs: update index.rst
2017-09-16 15:11:10 -04:00
Zach Ramsay
d4ccc88676
docs: convert from md to rst
2017-09-16 15:11:10 -04:00
Zach Ramsay
12c85c4e60
docs: add original README's from tools repo
2017-09-16 15:11:10 -04:00
Ethan Buchman
90c0267bc1
types: privVal.Sign returns an error
2017-09-16 01:07:04 -04:00
Ethan Buchman and GitHub
4e955434aa
Merge pull request #48 from tendermint/log_tweak
...
Log tweak
2017-09-16 00:40:44 -04:00
Emmanuel Odeke
f6a2509764
doc.go file started
...
Fixes #35
Updates https://github.com/tendermint/coding/issues/27
Started a doc.go file to provide an overview/high level
dive into the functionality of this repo.
Also added an example_test.go file in which we can
put end-to-end code examples/actual usage patterns
that can be copied and pasted and will always have to
compile when tests are run to ensure that we don't regress.
2017-09-15 17:35:33 -06:00
Ethan Buchman and GitHub
8963bf08aa
Merge pull request #657 from tendermint/fix/adr
...
docs: update and clean up adr
2017-09-15 19:32:58 -04:00
Ethan Buchman
ede4f818fd
docs: update and clean up adr
2017-09-15 19:31:37 -04:00
Ethan Buchman and GitHub
126f63c0a2
Merge pull request #653 from tendermint/improvement/peer_interface
...
peer interface
2017-09-15 18:43:53 -04:00
Ethan Buchman
aea8629272
peer interface
2017-09-15 18:40:59 -04:00