b8214fce66
Merge branch 'develop' into 1087-update-docker
2018-01-09 12:21:23 -06:00
03a14d8342
docs/p2p: updates from review ( #1076 )
2018-01-09 11:44:49 -06:00
48638eaa20
update docker readme
2018-01-09 11:05:15 -06:00
170777300e
update docker
...
Closes #1087
2018-01-09 11:04:37 -06:00
32311acd01
Vulnerability in light client proxy ( #1081 )
...
* Vulnerability in light client proxy
When calling GetCertifiedCommit the light client proxy would call
Certify and even on error return the Commit as if it had been correctly
certified.
Now it returns the error correctly and returns an empty Commit on error.
* Improve names for clarity
The lite package now contains StaticCertifier, DynamicCertifier and
InqueringCertifier. This also changes the method receivers from one
letter to two letter names, which will make future refactoring easier
and follows the coding standards.
* Fix test failures
* Rename files
* remove dead code
2018-01-09 10:36:11 -06:00
b9cbaf8f10
priv-val: fix timestamp for signing things that only differ by timestamp
2018-01-08 16:36:16 -05:00
8d86b6c2d2
Merge pull request #1084 from tendermint/fix-make-dist-script
...
fix broken `make dist` target
2018-01-08 16:20:36 -05:00
555f560ecd
fix broken make dist
target
2018-01-08 13:13:47 -06:00
dba4815616
Define requirements of the proposer selection procedure
2018-01-08 14:10:01 +01:00
cf42611187
Merge pull request #997 from tendermint/919-careful-with-validator-voting
...
check for overflow and underflow while choosing proposer
2018-01-07 16:48:39 -05:00
90c691df2b
Merge pull request #1063 from tendermint/feature/Issue1020
...
NewInquiring returns error instead of swallowing it
2018-01-07 16:30:33 -05:00
13fa23c568
Add error checking
2018-01-06 22:24:58 +01:00
67a47e6a0b
Address is a type alias
2018-01-06 16:05:50 -05:00
124c58d48f
Merge pull request #1071 from tendermint/revert-1053-feature/buildprocess
...
Revert "Changes to achieve a standardized build process and deterministic builds"
2018-01-05 22:42:19 -08:00
a034600024
Revert "Changes to achieve a standardized build process and deterministic builds"
2018-01-05 22:35:57 -08:00
ffbe912ff3
Merge pull request #171 from tendermint/sdk2
...
WIP: Sdk2
2018-01-06 01:29:55 -05:00
e0e600df05
Merge branch 'develop' into config
2018-01-06 05:30:38 +00:00
2bd556205d
disable fragile bash test
2018-01-05 22:57:45 -05:00
a55adfaa4f
tests: use shasum to avoid rarer dependency
2018-01-05 22:33:18 -05:00
92f5ae5a84
fix vagrant [ci skip]
2018-01-05 22:26:10 -05:00
e1e3ea4e7f
fix a get_tools
2018-01-05 22:22:55 -05:00
a488c0f027
update changelog and glide and a fix
2018-01-05 22:19:37 -05:00
629e2fc2a0
update readme
2018-01-05 21:52:52 -05:00
c38ac88d69
Merge branch 'develop' into sdk2
2018-01-05 21:45:48 -05:00
91ce3af564
Makefile fix for new deterministic makefile in tendermint repo
2018-01-05 21:25:28 -05:00
d57ddec302
Merge pull request #1053 from tendermint/feature/buildprocess
...
Changes to achieve a standardized build process and deterministic builds
2018-01-05 21:13:42 -05:00
bb3dc10f24
Makefile improvements for deterministic builds based on Bucky's feedback
2018-01-05 14:22:13 -05:00
2cc50938a4
Merge branch 'develop' into feature/buildprocess
2018-01-05 13:01:40 -05:00
ba475d3128
Fix formatting
2018-01-05 13:25:58 +01:00
ed81fb54ec
NewInquiring returns error instead of swallowing it
2018-01-05 13:24:16 +01:00
8481da2405
Merge pull request #1046 from tendermint/abci-spec-docs
...
docs: add abci spec
2018-01-04 13:57:40 -05:00
ecb7303e35
Merge branch 'develop' into abci-spec-docs
2018-01-04 13:57:08 -05:00
9cb45eb7df
Add skeleton for functionality and concurrency
2018-01-04 19:08:03 +01:00
6855e62f0a
Merge pull request #1052 from tendermint/feature/p2p_docs
...
docs: P2P Documentation
2018-01-04 12:32:28 -05:00
82aed60acb
Merge pull request #173 from tendermint/cobra-helpers
...
fill in empty command helpers
2018-01-04 12:19:55 -05:00
19e065b6f5
Merge pull request #174 from tendermint/examples-in-readme
...
update readme with example code
2018-01-04 12:19:18 -05:00
f205a937cf
Merge pull request #172 from tendermint/spec-docs
...
convert spec to .rst for consumption by tendermint RTD
2018-01-04 12:16:00 -05:00
17b61db40a
Document p2p and rpc messages
2018-01-04 18:12:48 +01:00
7b52499463
Start writing mempool specification
...
Include overview and configuration options.
2018-01-04 17:11:35 +01:00
f6172e84a9
Merge pull request #176 from tendermint/shasum
...
use sha256sum because more secure
2018-01-04 15:53:56 +00:00
f47b8f8a2d
use sha256sum because more secure
2018-01-04 15:41:25 +00:00
3ebe3250ff
Merge pull request #58 from tendermint/sdk2
...
SDK2
2018-01-03 20:32:07 -05:00
f67f99c227
Extended install document with docker option. Added extra checks to developer's build target.
2018-01-03 17:24:11 -05:00
0430ebf95c
Makefile changes for cross-building and standardized builds using gox
2018-01-03 14:58:23 -05:00
f602de437e
Move P2P docs into docs folder
2018-01-03 10:49:47 +01:00
a573b20888
docs: add counter/dummy code snippets
...
closes https://github.com/tendermint/abci/issues/134
2018-01-03 01:23:38 +00:00
a77213e6c5
update readme, closes #134
2018-01-03 00:48:00 +00:00
156416fe27
fix wordlist paths
2018-01-02 16:39:43 -05:00
793d7717dc
no metalinter for now
2018-01-02 16:34:25 -05:00
1afc034006
Merge pull request #119 from tendermint/sdk2
...
Sdk2
2018-01-02 11:37:17 -05:00