285 Commits (fa609366d4cc1c1603cd8eac52076eff2d1bac95)

Author SHA1 Message Date
  Jae Kwon 198d7b9c6f Fixes #93 9 years ago
  Jae Kwon d91f073676 uuid branch tidying 9 years ago
  Ethan Buchman 751b892cba cleanup, comments 9 years ago
  Jae Kwon 24acda1afc Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently 9 years ago
  Jae Kwon 2e1d8ba054 Make Ripemd160 the default 9 years ago
  Jae Kwon 41845d5b85 fix dump_consensus_state error'ing when height=0 9 years ago
  Ethan Buchman 72b681a1bc fix TxID to use ripemd160 in events and rpc return 9 years ago
  Ethan Buchman 96214b0108 RandGenesisDoc 9 years ago
  Jae Kwon a999a4bad0 PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 9 years ago
  Jae Kwon 21295f4ae2 fixes for develop+permissions merge 9 years ago
  Ethan Buchman 8d6f80592b some panics, dont panic on invalid opcode 9 years ago
  Ethan Buchman 75fb6c184e getter/setters for state trees 9 years ago
  Ethan Buchman 3416004359 names in gendoc, genesis_test 9 years ago
  Ethan Buchman 58ffc639fd fix call 9 years ago
  Ethan Buchman 231a003783 nametx perm 9 years ago
  Ethan Buchman 7e1412dbc2 add chainID to Sign funcs in permisions_test 9 years ago
  Ethan Buchman 883dbcc027 snatives take appState as arg (rather than vm receiver) 9 years ago
  Ethan Buchman 26d64412b3 little fixes 9 years ago
  Ethan Buchman 32e02acb0c testing and fixes for snative CALL and CallTx 9 years ago
  Ethan Buchman b11012026d fire events on snative and allow from CallTx 9 years ago
  Ethan Buchman d824e1b731 cleanups, fix AllSet 9 years ago
  Ethan Buchman b2282d5a39 faster binding of snatives to vm (available every call) 9 years ago
  Ethan Buchman f75b6aff74 CreateAccount permission through SendTx and CALL (to unknown accounts) 9 years ago
  Ethan Buchman d78a39ade3 make_txs > tx_utils 9 years ago
  Ethan Buchman 2ec3d0611f bond perm and tests 9 years ago
  Ethan Buchman 8cdb0b91e6 test create 9 years ago
  Ethan Buchman ab2b1643cb snative 9 years ago
  Ethan Buchman 87ed1f5fda permission/types pkg, Base and Roles 9 years ago
  Ethan Buchman 94f21ad012 move perms to vm.Account 9 years ago
  Ethan Buchman c6c0701b69 testing send and call permissions 9 years ago
  Ethan Buchman a0f3b94e83 account permissions and some gendoug 9 years ago
  Jae Kwon bc71e38bad proposer selection fix 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 9e1794eaea Fixed tests 9 years ago
  Jae Kwon 829df93577 Re-use ValidatorSet.VerifyValidation() 9 years ago
  Jae Kwon 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Jae Kwon 1a652a1cbb Fix usage of SimpleProof for PartSet 9 years ago
  Ethan Buchman 57ff919d50 godep 9 years ago
  Jae Kwon 6062b06aa9 fixed NameTx.WriteSignBytes() bug. 9 years ago
  Ethan Buchman 6eb8386c7c fixes for chain id in nametx sign functions 9 years ago
  Ethan Buchman 37a8a6cd65 remove name fix 9 years ago
  Ethan Buchman 77ff09e173 namereg cleanup, tests 9 years ago
  Ethan Buchman 02aedaaefb more cleanup rpc tests, testing namereg 9 years ago
  Ethan Buchman cff6bcfb31 copy entry on get, use strings for name/data, uint64 for expires 9 years ago
  Ethan Buchman 8631d5085e name reg 9 years ago
  Ethan Buchman 2045aee9cd pass chainID through sign interfaces 9 years ago
  Ethan Buchman 8a2d9525f0 network > chain_id, put in genesis.json 9 years ago
  Ethan Buchman e9695baebb tx utils 9 years ago