Zach
|
2cc63069c6
|
rename dummy to kvstore (#1223)
* remove accidental binary
* docs: s/Dummy&dummy/KVStore&kvstore/g
* glide update to abci
* update abci import paths
* dummy begone, hello kvstore
* RequestInitChain needs genesisBytes
* glide update
|
7 years ago |
Ethan Buchman
|
3368eeb03e
|
fix tests
|
7 years ago |
Anton Kaliaev
|
e4897b7bdd
|
rename manual peers to persistent peers
|
7 years ago |
Anton Kaliaev
|
28fc15028a
|
distinguish between seeds and manual peers in the config/flags
- we only use seeds if we can’t connect to peers in the addrbook.
- we always connect to nodes given in config/flags
Refs #864
|
7 years ago |
Ethan Buchman
|
a17105fd46
|
p2p: peer.Key -> peer.ID
|
7 years ago |
Ethan Buchman
|
167d0e82f9
|
fixes and version bump
|
7 years ago |
Anton Kaliaev
|
69b5da766c
|
service#Start, service#Stop signatures were changed
See https://github.com/tendermint/tmlibs/issues/45
|
7 years ago |
Zach Ramsay
|
c7b6faf96a
|
bad goimports
|
7 years ago |
Zach Ramsay
|
d7cb291fb2
|
errcheck; sort some stuff out
|
7 years ago |
Zach Ramsay
|
bc2aa79f9a
|
linter: sort through each kind and address small fixes
|
7 years ago |
Zach Ramsay
|
57ea4987f7
|
linting: apply errcheck part1
|
7 years ago |
Zach Ramsay
|
d95ba866b8
|
lint: apply deadcode/unused
|
7 years ago |
Zach Ramsay
|
46ccbcbff6
|
linting: apply 'gofmt -s -w' throughout
|
7 years ago |
Silas Davis
|
f6adddb4a8
|
Replace ResultsCh with ResponsesCh
|
7 years ago |
Matt Bell
|
6a5254c475
|
Added local blockchain sync benchmark script
|
7 years ago |
Zach Ramsay
|
d56b44f3a5
|
all: no more anonymous imports
|
7 years ago |
Anton Kaliaev
|
d578f7f81e
|
biff up WS client
What's new:
- auto reconnect
- ping/pong
- colored tests
|
7 years ago |
Ethan Frey
|
7ebf011fcd
|
Fixed rpctypes.Request creation to new format
|
8 years ago |
Ethan Buchman
|
cc6dde96c1
|
rpc -> rpc/lib and rpc/tendermint -> rpc
|
8 years ago |
Ethan Buchman
|
56c60fba23
|
go-p2p -> tendermint/p2p
|
8 years ago |
Ethan Buchman
|
9e82d132ce
|
go-rpc -> tendermint/rpc
|
8 years ago |
Ethan Buchman
|
d1926bcad1
|
use tmlibs
|
8 years ago |
Ethan Buchman
|
fa451fc55c
|
tendermint/rpc -> tendermint/rpc/tendermint
|
8 years ago |
Ethan Frey
|
e325ffc681
|
Lots of updates to use new go-crypto / json style
|
8 years ago |
Ethan Buchman
|
ac86e664c7
|
Revert "Undo last two commits"
This reverts commit d1fc37ff9e .
|
8 years ago |
Ethan Frey
|
d1fc37ff9e
|
Undo last two commits
|
8 years ago |
Ethan Frey
|
e4e17a2c95
|
Play well with go-{rpc,crypto,data}:develop
|
8 years ago |
Ethan Buchman
|
ade64693bd
|
w(oop)s
|
9 years ago |
Jae Kwon
|
236c7afe9e
|
Conform to TMSP v0.2
|
9 years ago |
Ethan Buchman
|
0be13d1d27
|
move alert, events, rpc into own repos
|
9 years ago |
Jae Kwon
|
74cdadec9f
|
Refactor RPC to be more general
|
9 years ago |
Jae Kwon
|
0e7b069cd8
|
Remove broken mmm benchmark that doesn't belong
|
9 years ago |
Jae Kwon
|
708ee232bc
|
Add more unit benchmarks
|
9 years ago |
Jae Kwon
|
5bf7796004
|
Add synchronous file write benchmark
|
9 years ago |
Jae Kwon
|
ab1e8a35c6
|
Shorten consensus log events
|
9 years ago |
Jae Kwon
|
dfdd3cf18f
|
Tweak channel for performance test
|
9 years ago |
Jae Kwon
|
d0b8650edf
|
Fix tests for counter application using uin64
|
9 years ago |
Jae Kwon
|
ac4c43c3e6
|
Adding wire.JSON vs wire.Binary vs protobuf benchmarks
|
9 years ago |
Jae Kwon
|
a62c7bfef1
|
Add benchmarking for RPC & wire
|
9 years ago |
Jae Kwon
|
53f74d052f
|
Fix deadlock bug in websocket client impl
|
9 years ago |
Jae Kwon
|
465cb6d327
|
Make benchmarks a real package for go get ./...
|
9 years ago |
Jae Kwon
|
ef43af19ab
|
Tendermint <-> Application refactor
|
9 years ago |