Jae Kwon
|
5a3975d54a
|
Add wire expression support
|
9 years ago |
Jae Kwon
|
3d2d8c7d6a
|
Result convenience methods; Shuffled Base* code types
|
9 years ago |
Ethan Buchman
|
82882bf7c2
|
bench by nblocks or ntxs
|
9 years ago |
Jae Kwon
|
8cac8600e5
|
Return NewServer listener start error
|
9 years ago |
Jae Kwon
|
06a0ac8188
|
Add NewError -> Result with no data
|
9 years ago |
Jae Kwon
|
de6f76758d
|
Group (code,data,log) return values into types.Result
|
9 years ago |
Jae Kwon
|
55e2ce9de2
|
Group (code,data,log) return values into types.Result
|
9 years ago |
Jae Kwon
|
9b4b533f2f
|
Pretty print JSON
|
9 years ago |
Ethan Buchman
|
dcfa46af13
|
BitArray.IsEmpty()
|
9 years ago |
Jae Kwon
|
eddde7f46a
|
Added customized bcrypt
|
9 years ago |
Ethan Buchman
|
69c7ae5e3f
|
version bump
|
9 years ago |
Ethan Buchman
|
114d90bec8
|
don't reallocate on recvMsgPacket
|
9 years ago |
Jae Kwon
|
8152c18c35
|
Revert Address() scheme change
|
9 years ago |
Jae Kwon
|
3f6f149584
|
Revert "Fix tendermint_test config -- Address() spec has changed"
This reverts commit 8598283735 .
|
9 years ago |
Jae Kwon
|
8598283735
|
Fix tendermint_test config -- Address() spec has changed
|
9 years ago |
Jae Kwon
|
29a6d511b4
|
Add testutil; Clean gov return codes
|
9 years ago |
Jae Kwon
|
9a95e7b7a5
|
Added Bytes() and *FromBytes()
|
9 years ago |
Jae Kwon
|
185547efc1
|
Add ascii armor support
|
9 years ago |
Jae Kwon
|
181aa56c87
|
Added symmetric encrypt/decrypt methods
|
9 years ago |
Jae Kwon
|
f59fe0c8e0
|
s/Seed/MixEntropy/g
|
9 years ago |
Jae Kwon
|
81ba1e6177
|
Use go-crypto's CRand*
|
9 years ago |
Jae Kwon
|
461c3b9785
|
Remove CRand* from go-common
|
9 years ago |
Jae Kwon
|
10619248c6
|
Use go-crypto CRand*
|
9 years ago |
Jae Kwon
|
264d2a3eef
|
Add seed-able cryptographic random.
|
9 years ago |
Ethan Buchman
|
389e4b8b69
|
config: toggle authenticated encryption
|
9 years ago |
Jae Kwon
|
18d0da4ea3
|
Remove BeginBlock
|
9 years ago |
Jae Kwon
|
61c34ade0d
|
Remove BeginBlock
|
9 years ago |
Jae Kwon
|
3adb579cf1
|
Merge branch 'blockchain_aware'
|
9 years ago |
Jae Kwon
|
2c1504f93c
|
Reap takes maxTxs
|
9 years ago |
Jae Kwon
|
03115cbf93
|
Fix tests; Tests run in their own directory
|
9 years ago |
Jae Kwon
|
1bc871162d
|
Conform to new go-config behavior; ApplyConfig not needed
|
9 years ago |
Jae Kwon
|
84391b36d3
|
Conform to new go-config default config behavior
|
9 years ago |
Ethan Buchman
|
f28f791fff
|
make some params configurable
|
9 years ago |
Jae Kwon
|
fd85d0ef35
|
Merge pull request #192 from tendermint/params
configurable params, other fixes
|
9 years ago |
Jae Kwon
|
16437867ff
|
Starting to use tmsp.BlockchainAware
|
9 years ago |
Jae Kwon
|
36c25f242f
|
s/InitValidators/InitChain/g, s/SyncValidators/EndBlock/g, added BeginBlock
|
9 years ago |
Ethan Buchman
|
08df13b16e
|
update glide.lock
|
9 years ago |
Ethan Buchman
|
06a7bb531b
|
consensus: dont allow peer round states to decrease
|
9 years ago |
Ethan Buchman
|
94f3d201e1
|
drop mempool_reap. use block_size=-1 instead
|
9 years ago |
Jae Kwon
|
7f6aad20fb
|
Add note on nondeterminism of Broadcast
|
9 years ago |
Jae Kwon
|
11e0f7ed8e
|
Update README.md
|
9 years ago |
Ethan Buchman
|
085b3bc1f2
|
consensus: don't wait for wal if conS not running
|
9 years ago |
Ethan Buchman
|
05af306a8d
|
rpc: unsafe_set_config
|
9 years ago |
Ethan Buchman
|
4430073fab
|
dont log bad block part if round mismatch
|
9 years ago |
Ethan Buchman
|
3891e4d66d
|
config: cswal_light, mempool_broadcast, mempool_reap
|
9 years ago |
Jae Kwon
|
72540f9cac
|
Fix tests to clean up after themselves
|
9 years ago |
Jae Kwon
|
8b88496550
|
Merge branch 'validators'
|
9 years ago |
Ethan Buchman
|
69d906f7dd
|
drain internalMsgQueue and wait for cswal on quit
|
9 years ago |
Ethan Buchman
|
c9ec9cf00e
|
config: block size, consensus timeouts, recheck tx
|
9 years ago |
Jae Kwon
|
dcabdad9b9
|
Implement Init/Sync Validators
|
9 years ago |