Commit Graph

54 Commits

Author SHA1 Message Date
Jae Kwon 5bace5cce8 Unreader to unread bytes 2014-12-29 15:14:54 -08:00
Jae Kwon 383335d93c Added README docs for account/binary and renamed UInt -> Uint etc. 2014-12-22 18:10:17 -08:00
Jae Kwon 61d1635085 Fixed tests 2014-12-21 21:47:38 -08:00
Jae Kwon 83d313cbe5 Refactor Tx, Validator, and Account structure 2014-12-16 05:45:40 -08:00
Jae Kwon 7a6fe956ae Update README.md 2014-11-26 20:47:42 -08:00
Jae Kwon 8718bd52a4 made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
Jae Kwon a0cc186c75 Unified deterministic merkle tree computation. Now we have 2 types of
trees... IAVL (nondeterministic) and Simple (deterministic)
2014-11-05 03:12:06 -08:00
Jae Kwon 5c69736994 Add PartSet test. 2014-10-17 01:01:59 -07:00
Jae Kwon ac147e2353 everything but binary, common, and blocks are explicitly imported. 2014-10-16 16:00:48 -07:00
Jae Kwon c8f996f345 prettyprint block, unified state hash, test block mutation. 2014-10-13 20:07:26 -07:00
Jae Kwon 810aeb7bcb fix tests 2014-10-12 21:14:10 -07:00
Jae Kwon 7652c5d0de fix tests 2014-10-11 21:27:58 -07:00
Jae Kwon 02d1e7853e NodeDB & Copy() added back to Tree 2014-10-11 20:39:13 -07:00
Jae Kwon cd4ef5d01f IAVLTree supports Codec. 2014-10-11 00:52:29 -07:00
Jae Kwon 18e2d4bf48 implementing ExecTx... 2014-10-07 23:11:04 -07:00
Jae Kwon 08f86176fc state save/load test. 2014-10-07 00:43:34 -07:00
Jae Kwon b73b7a54c7 ... 2014-10-06 21:28:49 -07:00
Jae Kwon 8facbdf809 TypedTree. 2014-10-06 13:55:56 -07:00
Jae Kwon 335b7a5984 ... 2014-10-06 01:46:39 -07:00
Jae Kwon 839301b03c iavl tree LRU cache 2014-10-06 00:15:37 -07:00
Jae Kwon 877dd02e28 ... 2014-10-05 21:21:34 -07:00
Jae Kwon 8e452aa0d2 fixed algorithm 2014-10-03 01:09:26 -07:00
Jae Kwon 5dfa2ecebb share block parts when we're the proposer 2014-09-07 18:28:04 -07:00
Jae Kwon d0ec18dc16 converting Binary struct model to native w/ global methods model 2014-09-03 19:21:19 -07:00
Jae Kwon d300a67bb1 saving development state... 2014-08-30 04:17:10 -07:00
Jae Kwon 34fe442514 Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
Jae Kwon cc4f3c90d3 Put->Set 2014-07-19 15:19:07 -07:00
Jae Kwon 3e2f377863 benchmark works, but could use some improvement.
~33k packets/sec for a single local pair.
2014-07-02 16:03:04 -07:00
Jae Kwon c40fc65e6b go fmt 2014-07-01 14:50:24 -07:00
Jae Kwon c895c6a586 . 2014-06-25 21:37:20 -07:00
Jae Kwon 002cfc8f75 architecting peer 2014-06-24 17:28:40 -07:00
Jae Kwon 6288d01c0e . 2014-06-18 20:48:07 -07:00
Jae Kwon f4d156a4b5 . 2014-06-16 16:38:54 -07:00
Jae Kwon 2c97c84c6e removed ByteSize, etc. 2014-06-05 02:33:50 -07:00
Jae Kwon 1c4f5e2506 refactor out binary 2014-06-04 01:39:50 -07:00
Jae Kwon 15f8441068 WriteToBuffer -> WriteTo 2014-06-03 17:03:29 -07:00
Jae Kwon 2f1db219fd SaveTo -> WriteTo, Load -> Read 2014-05-29 22:02:36 -07:00
Jae Kwon 60004db2ad faster random strings 2014-05-28 01:00:05 -07:00
Jae Kwon 9579a653c7 . 2014-05-27 23:40:21 -07:00
Jae Kwon 85654fd875 changed implementation to an immutable AVL+ tree. 2014-05-27 22:31:47 -07:00
Jae Kwon e9e130b4ad floodberry's ed25519 batch code 2014-05-26 02:34:11 -07:00
Jae Kwon 74de918de0 . 2014-05-24 00:32:50 -07:00
Jae Kwon ef480bb229 refactoring again, implementing b+tree 2014-05-23 23:11:22 -07:00
Jae Kwon 98c6181de0 interface refactor 2014-05-23 22:43:56 -07:00
Jae Kwon cb56808a9c persistence 2014-05-23 17:49:28 -07:00
Jae Kwon f2464a5445 . 2014-05-22 20:28:09 -07:00
Jae Kwon d9230f635f SaveTo & Loading 2014-05-22 18:08:49 -07:00
Jae Kwon 268eaa79f0 add db to api for lazy loading 2014-05-22 02:34:07 -07:00
Jae Kwon f66c552ef2 lazifying 2014-05-21 21:48:41 -07:00
Jae Kwon 850144f3e7 updated benchmark 2014-05-21 19:06:43 -07:00