fc406d1657
docs: update abci example details [ci skip]
2017-10-18 16:33:37 -04:00
9dcefd0e1e
Merge pull request #754 from tendermint/improve-docs
...
add tm-migrator to docs
2017-10-18 13:04:12 -04:00
a2dc53d43d
Merge pull request #757 from tendermint/756-specification-validators
...
correct an error in validator's specification [ci skip] (Refs #756 )
2017-10-18 13:02:13 -04:00
b9c4fab96e
correct an error in validator's specification [ci skip] (Refs #756 )
2017-10-18 19:23:30 +04:00
fa07dbd7ec
docs: add info about tm-migrate
2017-10-18 08:47:58 -04:00
9b382d7a11
docs: remove mention of type byte
2017-10-18 08:00:01 -04:00
75b78bfb72
panic on marshal/unmarshal failures for genesisDoc
2017-10-17 13:33:57 +04:00
b234f7aba2
Merge pull request #741 from tendermint/client-compile-time-assertions
...
rpc/client: use compile time assertions instead of methods
2017-10-17 03:41:24 -04:00
bff069f83c
types: ConsensusParams test + document the ranges/limits
...
Fixes https://github.com/tendermint/tendermint/issues/747
Updates https://github.com/tendermint/tendermint/issues/693
* Document the unmentioned limits for ConsensusParams.Validate()
* Make the limit for ConsensusParams.BlockSizeParams.MaxBytes
clear at 100MiB
2017-10-16 16:57:44 -06:00
616b07ff6b
make AppOptions an interface{}
2017-10-16 10:58:52 +04:00
b26f812399
update changelog
2017-10-16 10:58:52 +04:00
321061125f
add app_options to GenesisDoc (Refs #564 )
2017-10-16 10:58:52 +04:00
6469e2ccca
save genesis doc in DB to prevent user errors
...
https://github.com/tendermint/tendermint/pull/676#discussion_r144411458
2017-10-16 10:51:58 +04:00
c4646bf87f
make state#Params not a pointer
...
also remove the comment
2017-10-16 10:34:02 +04:00
716364182d
[state] expose ChainID and Params
...
```
jaekwon
Yeah we should definitely expose ChainID.
ConsensusParams is small enough, we can just write it.
```
https://github.com/tendermint/tendermint/pull/676#discussion_r144123203
2017-10-16 10:34:02 +04:00
1971e149fb
ChainID() and Params() do not return errors
...
- remove state#GenesisDoc() method
2017-10-16 10:34:02 +04:00
7939d62ef0
all, state: unexpose GenesisDoc, ChainID fields make them accessor methods
...
Fixes #671
Unexpose GenesisDoc and ChainID fields to avoid them being
serialized to the DB on every block write/state.Save()
A GenesisDoc can now be alternatively written to the state's
database, by serializing its JSON as a value of key "genesis-doc".
There are now accessors and a setter for these attributes:
- state.GenesisDoc() (*types.GenesisDoc, error)
- state.ChainID() (string, error)
- state.SetGenesisDoc(*types.GenesisDoc)
This is a breaking change since it changes how the state's
serialization and requires that if loading the GenesisDoc entirely
from the database, you'll need to set its value in the database
as the GenesisDoc's JSON marshaled bytes.
2017-10-16 10:34:01 +04:00
4c1f1e4e57
Merge pull request #746 from srmo/701-add-dev-docs-in-java
...
701 add dev docs in java
2017-10-15 11:02:36 -04:00
09170f76fe
Merge pull request #743 from tendermint/zramsay-patch-1
...
Update getting-started.rst
2017-10-15 11:01:19 -04:00
9e1edf8685
[docs] add Java examples for each section
2017-10-15 13:45:43 +02:00
e7fe299504
[docs] replace all GO snippets with collapsible blocks
2017-10-15 12:21:06 +02:00
b90edffe28
[docs] add first java block for deliverTx
2017-10-15 12:00:08 +02:00
f361092ed9
[docs] provide means to have collapsible code blocks without adding a new theme
2017-10-15 11:59:37 +02:00
a1e0f0ba95
docs/ecosystem: add py-tendermint to abci-servers
2017-10-14 00:59:34 -04:00
5f218a43fd
rpc/client: use compile time assertions instead of methods
2017-10-13 14:30:54 -06:00
7fe470fc76
Update getting-started.rst
2017-10-13 14:50:54 -04:00
d490c25807
Merge pull request #720 from tendermint/types-heartbeat-test
...
types/heartbeat: test all Heartbeat functions
2017-10-13 09:22:59 -04:00
340f33b475
Merge pull request #734 from tendermint/482-support-historical-abci-queries
...
support historical abci queries
2017-10-13 09:14:32 -04:00
7518c4a9be
[rpc] update comment [ci skip]
2017-10-13 15:03:21 +04:00
db413aadfd
fixes from @cloudhead review
2017-10-13 15:03:21 +04:00
5433e5771e
support historical abci queries (Refs #482 )
2017-10-13 15:03:20 +04:00
e2e50bc0fc
rpc: use /iavl repo in test ( #713 )
2017-10-11 10:35:22 -04:00
27245ce6f6
Merge branch 'master' into develop
2017-10-10 19:12:40 -04:00
d4634dc683
Merge pull request #729 from tendermint/release/0.11.1
...
Release/0.11.1
v0.11.1
2017-10-10 18:50:15 -04:00
8c08fc671c
fix version
2017-10-10 18:49:08 -04:00
a2d40580d7
Merge pull request #732 from sbellem/docs-install-typo-fix
...
[docs: typo fix] add missing "have"
2017-10-10 11:22:39 -04:00
0011af7adf
Merge pull request #727 from sbellem/docs-typo-fix
...
[docs:typo fix] remove misplaced "the"
2017-10-10 11:20:34 -04:00
1764106606
[docs: typo fix] add missing "have"
2017-10-10 17:15:35 +02:00
3356544706
update changelog
2017-10-10 11:10:48 -04:00
335e012b6a
Merge branch 'develop' into release/0.11.1
2017-10-10 11:08:14 -04:00
a458da8f92
Merge pull request #724 from tendermint/708-leaving-out-params-crashes-tm-rpc
...
Leaving out params crashes tm rpc
2017-10-10 10:53:21 -04:00
9fb45c5b5a
remove a stale comment
2017-10-10 10:52:26 -04:00
aae4e94998
make RPCRequest params not a pointer
...
https://github.com/tendermint/tendermint/pull/724#issuecomment-335362927
2017-10-10 13:50:06 +04:00
d935a4f0a8
recover from panic in WS JSON RPC readRoutine
...
https://github.com/tendermint/tendermint/pull/724#issuecomment-335316484
2017-10-10 13:48:56 +04:00
5c331d8276
log a notification to help debug user issues
2017-10-10 13:01:25 +04:00
13b9de6778
return missing package declaration
2017-10-10 12:48:36 +04:00
dc0e8de9b0
extract some of the consensus types into ./types
...
so they can be used in rpc/core/types/responses.go.
```
So, it seems like we could use the actual structs here, but we don't want to have to import consensus to get them, as then clients are importing too much crap. So probably we should move some types from consensus into consensus/types so we can import.
Will these raw messages be identical to:
type ResultDumpConsensusState struct {
RoundState cstypes.RoundState
PeerRoundStates map[string]cstypes.PeerRoundState
}
```
https://github.com/tendermint/tendermint/pull/724#discussion_r143598193
2017-10-10 12:39:21 +04:00
90a2335267
bump version to 0.11.1
2017-10-10 01:18:33 +04:00
99c4e48038
return missing package declaration
2017-10-10 01:14:42 +04:00
4bd4d59af5
update changelog [ci skip]
2017-10-10 01:14:00 +04:00