Jae Kwon
|
89cfedeb73
|
Make all messages be registered as pointer receivers,
Warn on unknown messages.
|
10 years ago |
Ethan Buchman
|
d27e0bbad5
|
event cache and fireable interace
|
10 years ago |
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
10 years ago |
Ethan Buchman
|
2e918e8c0b
|
rpc: websocket events testing
|
10 years ago |
Jae Kwon
|
5b1c1eb0e0
|
ProposalMessage wrapper, warn on unknown messages
|
10 years ago |
Jae Kwon
|
6d6f061f19
|
Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
|
10 years ago |
Jae Kwon
|
7356556938
|
Some renames and small fixes.
|
10 years ago |
Ethan Buchman
|
474bf31400
|
events: integrate event switch into services via Eventable interface
|
10 years ago |
Jae Kwon
|
13b6508ecd
|
Package import path change
|
10 years ago |
Ethan Buchman
|
60f166e823
|
tendermint2
|
10 years ago |
Jae Kwon
|
5cb57d3eaa
|
Use BlockCache for RPC/mempool and added TxId()
TxId() uses signbytes
|
10 years ago |
Jae Kwon
|
79304b0dd3
|
Create BlockCache and TxCache for performance.
|
10 years ago |
Jae Kwon
|
0237d284cc
|
Channel bytes are spelled fully, "XXXChannel"
|
10 years ago |
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
10 years ago |
Jae Kwon
|
06a440d9b2
|
use switch x := y.(type) form
|
10 years ago |
Ethan Buchman
|
f2d5aba2a9
|
mempool: add GetState()
|
10 years ago |
Ethan Buchman
|
9c4692c071
|
remove gas price and dont run txs before they come in a block
|
10 years ago |
Jae Kwon
|
0a6c28c2da
|
block module -> import as blk
|
10 years ago |
Jae Kwon
|
135894ea88
|
Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
|
10 years ago |
Jae Kwon
|
fe566739fd
|
rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence
bug
|
10 years ago |
Jae Kwon
|
51c70dd8ac
|
Write log also to a file.
|
10 years ago |
Jae Kwon
|
3215cbf0d5
|
use tendermint/log15
|
10 years ago |
Jae Kwon
|
07b5b7a8f2
|
various log fixes
|
10 years ago |
Jae Kwon
|
0bfb389b35
|
change logger to log15
|
10 years ago |
Jae Kwon
|
591d84947b
|
Handle errors in DecodeMessage, added logging
|
10 years ago |
Jae Kwon
|
b0755c938a
|
Better debug output
|
10 years ago |
Jae Kwon
|
70eb75dca7
|
Refactor consensus/vote_set_test.go
|
10 years ago |
Jae Kwon
|
61d1635085
|
Fixed tests
|
10 years ago |
Jae Kwon
|
6cacf6f09b
|
RebondTx and more efficient IncrementAccum()
|
10 years ago |
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
10 years ago |
Jae Kwon
|
8718bd52a4
|
made ValidatorSet.Hash deterministic; fix off-by-1 bugs
|
10 years ago |
Jae Kwon
|
b615e51f95
|
basic main.go completion
|
10 years ago |
Jae Kwon
|
f5d0794756
|
RoundAction // FinalizeCommit // LastCommits
|
10 years ago |
Jae Kwon
|
ac147e2353
|
everything but binary, common, and blocks are explicitly imported.
|
10 years ago |
Jae Kwon
|
c8f996f345
|
prettyprint block, unified state hash, test block mutation.
|
10 years ago |
Jae Kwon
|
08f86176fc
|
state save/load test.
|
10 years ago |
Jae Kwon
|
8e452aa0d2
|
fixed algorithm
|
10 years ago |
Jae Kwon
|
9c1795a04d
|
add mempool to consensus
|
10 years ago |
Jae Kwon
|
6a84b2e6aa
|
p2p README update
|
10 years ago |
Jae Kwon
|
8b606f9e66
|
s/Manager/Agent/g
|
10 years ago |
Jae Kwon
|
03d1af711a
|
consensus & account txs are all in Block.Data.Txs
|
10 years ago |
Jae Kwon
|
d772282c25
|
(U)VarInt binary methods; Txs have sequence numbers
|
10 years ago |
Jae Kwon
|
4c961bd565
|
updated readme, implementing mempool.
|
10 years ago |