Greg Szabo
eaee98ee1f
CGO_ENABLED=0 added for static linking ( #1396 )
7 years ago
Ethan Buchman
41302c206a
Merge branch 'master' into develop
* Update changelog
7 years ago
Jae Kwon
35a1d747b0
Fix mempool
7 years ago
Greg Szabo
d73a7397b5
Dockerfile update and fixes
7 years ago
Greg Szabo
043ba85a9e
Added automated dockerfile
7 years ago
Jae Kwon
34974e3932
Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV
7 years ago
Anton Kaliaev
df704e99b1
Merge pull request #77 from zhangyelong/master
dependency upgrade
7 years ago
Anton Kaliaev
898216d419
add SplitAndTrim func ( #183 )
Refs https://github.com/tendermint/tendermint/issues/1380
7 years ago
Alex Hernandez
575a46d9d4
fix typo on block header ( #1387 )
7 years ago
Ethan Buchman
bcadbd1b10
Merge pull request #1376 from tendermint/1368-unsubscribe-does-not-work
[rpc] unsubscribe does not work
7 years ago
Tomoya Ishizaki
ead9daf1ba
Fix code style ( #1362 )
* cfg: Uniform style for method args and var names
7 years ago
Anton Kaliaev
22949e6dfd
new tmlibs Parallel implementation
7 years ago
Anton Kaliaev
49986b05bc
update tmlibs
Refs #1376
7 years ago
Anton Kaliaev
0f2811441f
[pubsub] fix unsubscribing ( #181 )
* [pubsub] fix unsubscribing
by giving it the same exact query, which was used to subscribe
Refs https://github.com/tendermint/tendermint/issues/1368
* use original query to unsubscribe
Refs #1368
* modify the unit test the issue is fixed
7 years ago
Vladislav Dmitriyev
2fa7af4614
[lite] fixed listen address ( #1384 )
7 years ago
Anton Kaliaev
2d857c4b1b
add hash field to ResultTx (/tx and /tx_search endpoints) ( #1374 )
Refs #1367
7 years ago
Christopher Goes
6e26392209
Return config parse errors ( #182 )
7 years ago
Anton Kaliaev
2b63f57b4c
fix tx_indexer's matchRange
before we're using IteratePrefix, which is wrong because we want full
range, not just "account.number=1".
7 years ago
Anton Kaliaev
4085c72496
sort /tx_search results by height by default
Refs #1366
7 years ago
Adrian Brink
eea93b8904
Upgrade to Circle 2.0
7 years ago
zhangyelong
2914b73e30
Rename queries to queryToMetricMap
7 years ago
zhangyelong
858cad05f1
Rename eventType to query
7 years ago
Eugene Chung
34f5d439ee
remove Heap.Update() call when setting Proposer field
In for loop of IncrementAccum(), Heap.Update() call is unnecessary when i == times - 1.
7 years ago
zhangyelong
d42a308887
dependency upgrade
7 years ago
Ethan Buchman
6f9956990c
Merge pull request #1377 from tendermint/release/0.17.1
Release/0.17.1
7 years ago
Ethan Buchman
9bf5862def
types: fix genesis.AppStateJSON
7 years ago
Ethan Buchman
e1d98bb7f6
forgot bug fix in changelog
7 years ago
Ethan Buchman
e5cd006bce
Merge pull request #1373 from tendermint/release/0.17.0
Release/0.17.0
7 years ago
Anton Kaliaev
58242e1b63
bump version one more time
7 years ago
Anton Kaliaev
4e86835163
update changelog for 0.17.0 release
7 years ago
Anton Kaliaev
ab4ac04c88
bump up the version
7 years ago
Anton Kaliaev
2c1887a635
update changelog
7 years ago
Anton Kaliaev
1c82281b77
make app_options -> app_state backwards compatible
7 years ago
Tomoya Ishizaki
43ac92b615
Changed to make line break easier to read ( #1363 )
7 years ago
Jae Kwon
7fb3f704b3
Update README with examples; Add signature test
7 years ago
Jae Kwon
5d5f580f49
Update changelog for v0.6.1
7 years ago
Jae Kwon
0d4436dea7
Use MarshalBinaryBare; Fix encode_test; Bump version
7 years ago
Jae Kwon
901b456151
P2P now works with Amino
7 years ago
Emmanuel T Odeke
8813684040
lite/proxy: consolidate some common test headers into a variable
Addressing some feedback from @ebuchman in regards to
consolidating some common test headers into a variable.
I've added that for simple cases, trying to meet in the middle
instead of creating helpers that obscure readibility and easy
comparison of test cases.
7 years ago
Emmanuel T Odeke
58f36bb321
Review feedback from @melekes
* Fix typo on naming s/deabBeef/deadBeef/g
* Use `assert.*(t,` instead of `assert.New(t);...;assert.*(`
7 years ago
Emmanuel T Odeke
4c2f56626a
lite/proxy: Validation* tests and hardening for nil dereferences
Updates https://github.com/tendermint/tendermint/issues/1017
Ensure that the Validate* functions in proxy are tests
and cover the case of sneakish bugs that have been encountered
a few times from nil dereferences. The lite package should
theoretically never panic with a nil dereference. It is meant
to contain the certifiers hence it should never panic with such.
Requires the following bugs to be fixed first;
* https://github.com/tendermint/tendermint/issues/1298
* https://github.com/tendermint/tendermint/issues/1299
7 years ago
Jae Kwon
a04f2ae5c6
tmlibs 0.8.0-dev; canonical concrete names
7 years ago
Jae Kwon
e9cf47606c
Merge panics into errors in Parallel
7 years ago
Jae Kwon
c62aed95f2
Lock to 0.8.0-dev tmlibs
7 years ago
Jae Kwon
87c0473730
New Error ( #180 )
* New Error can capture Stacktrace
* Intelligent ErrorWrap
* Review fixes
7 years ago
Ethan Buchman
e3337d764a
Merge pull request #1354 from tendermint/bucky/dep
update dep
7 years ago
Ethan Buchman
aeb6d14c1c
version bump
7 years ago
Anton Kaliaev
214817ed17
do not add peer to switch if it fails to start
7 years ago
Anton Kaliaev
116a4ec705
temporary fix
I assume there is a deeper issue with how UnmarshalBinary works in
go-amino (i.e., when loading array of some objects, the empty array
becomes []object{nil}). Note when Marshaling, the object is nil.
7 years ago
Ethan Buchman
bbaad22982
update dep
7 years ago