9421 Commits (692701a551d1e8f4e9a23e6362e7728ca22d72e2)
 

Author SHA1 Message Date
  Jae Kwon 165907fbb9 Ensure correct peer vote bitarray capacity 10 years ago
  Jae Kwon d1a36d2ac2 Validation validation bug fix --> keep track of LastBondedValidators 10 years ago
  Jae Kwon b3b6a24317 fix validator_set add() bug 10 years ago
  Jae Kwon 03a7564abd fix validator timeout bug 10 years ago
  Jae Kwon 3f159dab69 proper string formatting for txs 10 years ago
  Jae Kwon b1be787987 sign_tx to sign any transaction 10 years ago
  Jae Kwon 7d4903ef97 Update README.md 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 ea82a7fc0c Changed PubKey25519 Address to include TypeByte 10 years ago
  Jae Kwon 44a60a89c6 fixed #11 10 years ago
  Jae Kwon 694a10e0a7 PrivKey is just []byte 10 years ago
  Jae Kwon 491970639d fix & log ping/pong; fixes #10 10 years ago
  Jae Kwon bf5738f9f8 Send NewRoundStepMessage/CommitMessage on AddPeer() 10 years ago
  Jae Kwon 3034e209d9 Update README.md 10 years ago
  Jae Kwon c408f59371 expose seed 10 years ago
  Jae Kwon 9e0319ef76 get_account and sequence updating 10 years ago
  Jae Kwon 6cd858add3 change genesis & privValidator JSON to use binary/reflect 10 years ago
  Jae Kwon 33aff6b26b list_validators API 10 years ago
  Jae Kwon 6ad3388097 Refactor rpc/http_ 10 years ago
  Jae Kwon 7afb75049f API to list accounts 10 years ago
  Jae Kwon fe566739fd rpc/account; fixed mempool tx filter bug; fixed iavl_tree persistence 10 years ago
  Jae Kwon 4a81b06b6e Send SeenValidation to peer & use for proposals when we don't have LastCommits due to reboot 10 years ago
  Jae Kwon 51c70dd8ac Write log also to a file. 10 years ago
  Jae Kwon 05c642a84c Changed config to confer, TOML format. 10 years ago
  Jae Kwon e2f622b08a rpc/block fix 10 years ago
  Jae Kwon 4e3e09bb59 Access-Control-Allow-Origin="*" 10 years ago
  Jae Kwon 643eb4564e Merge pull request #9 from zmanian/ImprovedREADME 10 years ago
  Zaki Manian 8276f41c82 Minor formatting 10 years ago
  Zaki Manian 3afaff07af Improved instructions for getting started in the ReadMe 10 years ago
  Jae Kwon b25b61438d blockchain & block rpc handlers 10 years ago
  Jae Kwon 325b88b083 time encoding in binary/reflect 10 years ago
  Jae Kwon d4e9b747d3 binary/reflect handles JSON 10 years ago
  Jae Kwon 13ca6fb241 RegisterInterface() so we can implement custom JSON codec 10 years ago
  Jae Kwon 7a8a0fefc7 type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 10 years ago
  Jae Kwon f02ba63412 testing tx transmission 10 years ago
  Jae Kwon 0d075c7592 silly tx RPC command 10 years ago
  Jae Kwon 2fd137d9e5 gen_tx for signing transactions 10 years ago
  Jae Kwon 8a18a11431 fix binary/README 10 years ago
  Jae Kwon 7b64774a32 Update README 10 years ago
  Jae Kwon d20251849e Save blocks on catch-up too. 10 years ago
  Jae Kwon 0dac36aa5d Do not panic when double-signing, return error. 10 years ago
  Jae Kwon 0f399c42d4 Actually sends catch-up parts; BitArray is goroutine-safe 10 years ago
  Jae Kwon 71c59cb36b improve debug output for action & step 10 years ago
  Jae Kwon 40fec4f319 Stop peer routines upon connection failure 10 years ago
  Jae Kwon 16c80fd65f fix race condition for SetHasAllValidationCommits; "binary" log 10 years ago
  Jae Kwon 69903e5bc2 HasAllValidationCommits -> attempt no more 10 years ago
  Jae Kwon 2ca882a9b6 Log which commits are being sent for catchup 10 years ago
  Jae Kwon 3215cbf0d5 use tendermint/log15 10 years ago
  Jae Kwon 07b5b7a8f2 various log fixes 10 years ago