Commit Graph

1473 Commits

Author SHA1 Message Date
Jae Kwon 687815f6ed Less log lines to STDOUT 2015-01-20 15:31:31 -08:00
Jae Kwon b7b1d6a596 Update README.md 2015-01-20 03:36:28 -08:00
Jae Kwon 72fc522bbf Removing openssl, not required 2015-01-19 15:33:49 -08:00
Jae Kwon 6c48642ff9 don't cache the block/header hashes. fixes a cache invalidation bug 2015-01-19 14:08:53 -08:00
Jae Kwon b7b88cd763 use WriteTime/ReadTime, and also log how the block header gets hashed 2015-01-18 23:59:21 -08:00
Jae Kwon 892a51014e removed cgo dependency, go-ed25519 -> agl/ed25519 2015-01-18 06:34:01 -08:00
Jae Kwon 249ae38068 test bondTx 2015-01-17 01:56:55 -08:00
Jae Kwon 165907fbb9 Ensure correct peer vote bitarray capacity 2015-01-16 02:51:54 -08:00
Jae Kwon d1a36d2ac2 Validation validation bug fix --> keep track of LastBondedValidators 2015-01-16 02:18:49 -08:00
Jae Kwon b3b6a24317 fix validator_set add() bug 2015-01-16 01:06:15 -08:00
Jae Kwon 03a7564abd fix validator timeout bug 2015-01-16 00:42:06 -08:00
Jae Kwon 3f159dab69 proper string formatting for txs 2015-01-16 00:31:34 -08:00
Jae Kwon b1be787987 sign_tx to sign any transaction 2015-01-15 23:48:30 -08:00
Jae Kwon 7d4903ef97 Update README.md 2015-01-15 23:20:21 -08:00
Jae Kwon 0a6c28c2da block module -> import as blk 2015-01-15 22:43:15 -08:00
Jae Kwon 135894ea88 Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
2015-01-14 20:34:53 -08:00
Jae Kwon ea82a7fc0c Changed PubKey25519 Address to include TypeByte 2015-01-14 00:07:13 -08:00
Jae Kwon 44a60a89c6 fixed #11 2015-01-14 00:02:34 -08:00
Jae Kwon 694a10e0a7 PrivKey is just []byte 2015-01-13 21:03:01 -08:00
Jae Kwon 491970639d fix & log ping/pong; fixes #10 2015-01-13 18:22:41 -08:00
Jae Kwon bf5738f9f8 Send NewRoundStepMessage/CommitMessage on AddPeer() 2015-01-13 17:52:27 -08:00
Jae Kwon 3034e209d9 Update README.md 2015-01-13 10:26:30 -08:00
Jae Kwon c408f59371 expose seed 2015-01-12 17:26:36 -08:00
Jae Kwon 9e0319ef76 get_account and sequence updating 2015-01-11 23:12:33 -08:00
Jae Kwon 6cd858add3 change genesis & privValidator JSON to use binary/reflect 2015-01-11 21:09:27 -08:00
Jae Kwon 33aff6b26b list_validators API 2015-01-11 18:21:17 -08:00
Jae Kwon 6ad3388097 Refactor rpc/http_ 2015-01-11 17:10:34 -08:00
Jae Kwon 7afb75049f API to list accounts 2015-01-11 14:27:46 -08:00
Jae Kwon fe566739fd rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence
bug
2015-01-10 05:41:50 -08:00
Jae Kwon 4a81b06b6e Send SeenValidation to peer & use for proposals when we don't have LastCommits due to reboot 2015-01-09 02:40:36 -08:00
Jae Kwon 51c70dd8ac Write log also to a file. 2015-01-08 17:24:04 -08:00
Jae Kwon 05c642a84c Changed config to confer, TOML format. 2015-01-08 16:40:23 -08:00
Jae Kwon e2f622b08a rpc/block fix 2015-01-08 14:57:19 -08:00
Jae Kwon 4e3e09bb59 Access-Control-Allow-Origin="*" 2015-01-07 17:06:38 -08:00
Jae Kwon 643eb4564e Merge pull request #9 from zmanian/ImprovedREADME
Improved readme for getting started.
2015-01-07 16:25:19 -08:00
Zaki Manian 8276f41c82 Minor formatting 2015-01-07 16:21:58 -08:00
Zaki Manian 3afaff07af Improved instructions for getting started in the ReadMe 2015-01-07 16:19:13 -08:00
Jae Kwon b25b61438d blockchain & block rpc handlers 2015-01-07 01:15:39 -08:00
Jae Kwon 325b88b083 time encoding in binary/reflect 2015-01-06 15:51:41 -08:00
Jae Kwon d4e9b747d3 binary/reflect handles JSON 2015-01-05 14:04:42 -08:00
Jae Kwon 13ca6fb241 RegisterInterface() so we can implement custom JSON codec 2015-01-04 17:33:18 -08:00
Jae Kwon 7a8a0fefc7 type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 2015-01-03 20:24:02 -08:00
Jae Kwon f02ba63412 testing tx transmission 2014-12-31 23:42:44 -08:00
Jae Kwon 0d075c7592 silly tx RPC command 2014-12-31 22:42:37 -08:00
Jae Kwon 2fd137d9e5 gen_tx for signing transactions 2014-12-31 22:13:49 -08:00
Jae Kwon 8a18a11431 fix binary/README 2014-12-31 20:45:18 -08:00
Jae Kwon 7b64774a32 Update README 2014-12-31 16:57:38 -08:00
Jae Kwon d20251849e Save blocks on catch-up too. 2014-12-31 16:53:48 -08:00
Jae Kwon 0dac36aa5d Do not panic when double-signing, return error. 2014-12-31 16:53:33 -08:00
Jae Kwon 0f399c42d4 Actually sends catch-up parts; BitArray is goroutine-safe 2014-12-30 21:29:49 -08:00