Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
10 years ago |
Jae Kwon
|
7752405945
|
Draft of consensus/reactor refactor.
|
10 years ago |
Jae Kwon
|
fdf0e720bc
|
Merkle proofs!
|
10 years ago |
Jae Kwon
|
939702f587
|
Support uint64 , but still support int/uint varints.
|
10 years ago |
Jae Kwon
|
3c96890d2d
|
All numbers are in BigEndian
|
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
|
5bace5cce8
|
Unreader to unread bytes
|
10 years ago |
Jae Kwon
|
f91665fe07
|
Refactoring genesis, including PubKey into TxInput
|
10 years ago |
Jae Kwon
|
383335d93c
|
Added README docs for account/binary and renamed UInt -> Uint etc.
|
10 years ago |
Jae Kwon
|
83d313cbe5
|
Refactor Tx, Validator, and Account structure
|
10 years ago |
Jae Kwon
|
cd4ef5d01f
|
IAVLTree supports Codec.
|
10 years ago |
Jae Kwon
|
1ae9ecd2a9
|
fix basic tests.
|
10 years ago |
Jae Kwon
|
8e452aa0d2
|
fixed algorithm
|
10 years ago |
Jae Kwon
|
d772282c25
|
(U)VarInt binary methods; Txs have sequence numbers
|
10 years ago |
Jae Kwon
|
d0ec18dc16
|
converting Binary struct model to native w/ global methods model
|
10 years ago |
Jae Kwon
|
fa382a3b05
|
numeric fields are all native unboxed.
|
10 years ago |
Jae Kwon
|
d300a67bb1
|
saving development state...
|
10 years ago |
Jae Kwon
|
34fe442514
|
Connection -> MConnection, huge refactor. True multiplexing.
|
10 years ago |
Jae Kwon
|
d219949dff
|
performance optimization
|
10 years ago |
Jae Kwon
|
c40fc65e6b
|
go fmt
|
10 years ago |
Jae Kwon
|
a714d12085
|
first client/server connection test passes.
|
11 years ago |
Jae Kwon
|
c895c6a586
|
.
|
11 years ago |
Jae Kwon
|
002cfc8f75
|
architecting peer
|
11 years ago |
Jae Kwon
|
2c97c84c6e
|
removed ByteSize, etc.
|
11 years ago |
Jae Kwon
|
1c4f5e2506
|
refactor out binary
|
11 years ago |
Jae Kwon
|
15f8441068
|
WriteToBuffer -> WriteTo
|
11 years ago |
Jae Kwon
|
2f1db219fd
|
SaveTo -> WriteTo, Load -> Read
|
11 years ago |
Jae Kwon
|
cb56808a9c
|
persistence
|
11 years ago |
Jae Kwon
|
d9230f635f
|
SaveTo & Loading
|
11 years ago |
Jae Kwon
|
19726afc96
|
.
|
11 years ago |
Jae Kwon
|
35b352afb0
|
First iteration of the immutable AVL tree
|
11 years ago |