Ethan Buchman
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
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
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
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
Emmanuel Odeke
5138bcb1c7
p2p: delete unused and untested *IPRangeCount functions
...
Fixes #602
Delete unused and untested functions:
- AddToIPRangeCounts
- CheckIPRangeCounts
2017-09-15 14:03:01 -06:00
Ethan Frey
50e7c07817
Use longer checksum again
2017-09-13 14:03:28 +02:00
Ethan Buchman
c8b6d29161
version bump and changelog
2017-09-12 19:31:00 -04:00
Ethan Buchman
09447fc059
Merge pull request #34 from tendermint/feature/remove-cli
...
Removed all cli as it goes into cosmos-sdk
2017-09-12 14:48:29 -04:00
Ethan Buchman
cc50dc076a
Merge pull request #638 from tendermint/feature/state_tests
...
Upgrade state_test.go
2017-09-12 14:37:59 -04:00
Ethan Buchman
bf576f0097
state: minor comment fixes
2017-09-12 14:37:32 -04:00
Zach
377747b061
Merge pull request #651 from tendermint/doc/testnet
...
Started expanding "automated deployments" in documentation
2017-09-12 12:41:42 -04:00
Adrian Brink
870a98ccc3
Last fixes
2017-09-12 17:12:19 +02:00
Adrian Brink
8eda3efa28
Cleanup lines to fit within 72 characters
2017-09-12 17:08:30 +02:00
Zach Ramsay
e2c3cc9685
docs: give index a Tools section
2017-09-12 10:57:34 -04:00
Adrian Brink
2a6e71a753
Reformat tests to extract common setup
2017-09-12 16:57:10 +02:00
GaryTomato
340d273f83
Started expanding "automated deployments"
2017-09-11 11:34:36 -04:00
Ethan Frey
21f6b346a3
Removed all cli as it goes into cosmos-sdk
2017-09-08 20:26:56 +02:00
Ethan Frey
ad42794b2e
Merge pull request #33 from tendermint/feature/support-fundraiser-seeds
...
Import unencrypted private key
2017-09-08 20:23:44 +02:00
Ethan Frey
e283f580b7
Test importing raw private key
2017-09-08 20:14:51 +02:00
Ethan Frey
54260853d5
encoder accepts empty string as unencoded bytes
2017-09-08 20:14:51 +02:00
Peng Zhong
a072429659
Fix blog post link for ABCI
...
We moved our blog to Medium.
2017-09-07 13:32:56 +08:00
Ethan Buchman
54c63726b0
p2p: minor comment fixes
2017-09-06 16:40:21 -04:00
Ethan Buchman
cb80ab2965
Merge remote-tracking branch 'orijtech/p2p-full-test-PeerSet' into develop
2017-09-06 16:40:07 -04:00
Emmanuel Odeke
c48e772115
p2p: fully test PeerSet, more docs, parallelize PeerSet tests
...
* Full test PeerSet and check its concurrent guarantees
* Improve the doc for PeerSet.Has and remove unnecessary
defer for a path that sets a variable, make it fast anyways.
* Parallelize PeerSet tests with t.Parallel()
* Document functions in peer_set.go more.
2017-09-06 02:47:31 -06:00
Ethan Buchman
1bc8de4caa
remove String() from Signature. closes #29
2017-09-06 02:32:37 -04:00
Ethan Buchman
f1094f760b
types: remove redundant version file
2017-09-06 02:22:59 -04:00
Ethan Buchman
e86930c431
Merge pull request #106 from tendermint/develop
...
Develop
2017-09-06 02:22:01 -04:00
Ethan Buchman
aa78fc14b5
cmd: dont wait for genesis. closes #562
2017-09-06 01:57:21 -04:00
Ethan Buchman
399fb9aa70
consensus: remove support for replay by #HEIGHT. closes #567
2017-09-06 01:53:41 -04:00
Ethan Buchman
ec3c91ac14
Merge pull request #618 from tendermint/historical_validators
...
Historical validators
2017-09-06 01:46:31 -04:00
Ethan Buchman
fae0603413
more fixes from review
2017-09-06 01:25:57 -04:00