53 Commits (4b63b3aa0ba915607a3e8a20cc96f2e3e306d8ff)

Author SHA1 Message Date
  Jae Kwon c4ed55d801 Refactor to move common libraries out of project 9 years ago
  Jae Kwon 26905b1260 Make Tendermint genesis agnostic; wait for file to start node 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 9 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 9 years ago
  Jae Kwon 425328b391 Address #72 9 years ago
  Ethan Buchman a7ecdd10de Merge from panic branch 9 years ago
  Jae Kwon 9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
  Jae Kwon 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Ethan Buchman 57ff919d50 godep 9 years ago
  Ethan Buchman 2045aee9cd pass chainID through sign interfaces 9 years ago
  Jae Kwon 75ef479547 Config is passed into each module. Remove tendermint/confer 9 years ago
  Jae Kwon 85c8850ac2 Config names have no dots, are under_scored. 9 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 9 years ago
  Jae Kwon da9f4118a7 Atomic write to addrbook and privvalidator 9 years ago
  Jae Kwon f271ab7256 various changes. removed debora temporarily 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago
  Matthew Wampler-Doty f03547007a App -> App() 9 years ago
  Jae Kwon 892a51014e removed cgo dependency, go-ed25519 -> agl/ed25519 10 years ago
  Jae Kwon 0a6c28c2da block module -> import as blk 10 years ago
  Jae Kwon 135894ea88 Dot import -> named import 10 years ago
  Jae Kwon 694a10e0a7 PrivKey is just []byte 10 years ago
  Jae Kwon 6cd858add3 change genesis & privValidator JSON to use binary/reflect 10 years ago
  Jae Kwon 05c642a84c Changed config to confer, TOML format. 10 years ago
  Jae Kwon 7a8a0fefc7 type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 10 years ago
  Jae Kwon 2fd137d9e5 gen_tx for signing transactions 10 years ago
  Jae Kwon 0dac36aa5d Do not panic when double-signing, return error. 10 years ago
  Jae Kwon 2405d00ca5 Fixed a PrivValidator filename == nil bug 10 years ago
  Jae Kwon f91665fe07 Refactoring genesis, including PubKey into TxInput 10 years ago
  Jae Kwon 403d24a4b2 generated privValidator for testing uses tmp files 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 647d26f7a0 consensus cleanup, privValidator config 10 years ago
  Jae Kwon f5d0794756 RoundAction // FinalizeCommit // LastCommits 10 years ago
  Jae Kwon 9ea504030e pretty print ConsensusState 10 years ago
  Jae Kwon ac147e2353 everything but binary, common, and blocks are explicitly imported. 10 years ago
  Jae Kwon 18e2d4bf48 implementing ExecTx... 10 years ago
  Jae Kwon 0c206aa748 Signable interface. 10 years ago
  Jae Kwon 8e452aa0d2 fixed algorithm 10 years ago
  Jae Kwon 5dfa2ecebb share block parts when we're the proposer 10 years ago
  Jae Kwon f030c69495 draft of consensus+state code, compiles. 10 years ago