214 Commits (cc6e8453644a18f4d65118a2df57aed4a3212aea)

Author SHA1 Message Date
  Ethan Buchman b59ed8c9d2 refactor some state functions into state/types 9 years ago
  Ethan Buchman e4f0e2b399 update namereg with longer names, more allowed chars 9 years ago
  Ethan Buchman 586498331b fix suicide 9 years ago
  Jae Kwon 56b195a899 tendermint send_tx 10 years ago
  Jae Kwon 5bf0040f14 Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes 10 years ago
  Jae Kwon b96fd8a031 Beginning of complete merkle proofs 10 years ago
  Jae Kwon ffcc657be6 event listeners take EventData, not interface{}; EventData type assertions 10 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 10 years ago
  Jae Kwon 908fd11665 more explicit _, err := Start() checking 10 years ago
  Jae Kwon 60310cc23f websocket server sends pings; added ws_client; events refactor 10 years ago
  Ethan Buchman 9b69894180 namereg event 10 years ago
  Ethan Buchman 6f25dfef44 move NewContractAddress to types and use ripemd160 10 years ago
  Jae Kwon aada207092 remove unnecessary permission check 10 years ago
  Jae Kwon bff06ac657 Remember StorageRoot in Other 10 years ago
  Jae Kwon 1a5bc9eeb2 Remove StorageRoot from vm.Account 10 years ago
  Jae Kwon 9f18c80abc Fixes #121 10 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 10 years ago
  Jae Kwon 0ef5c3ad07 Fix returning prematurely within if(runCall){...}. 10 years ago
  Jae Kwon feeab6579b Acc/X/Receive -> Acc/X/Call 10 years ago
  Jae Kwon 344ad54984 comment updates for state 10 years ago
  Ethan Buchman 31b9d8ee27 SNativeTx -> PermissionTx, consolidate permissions and native contracts 10 years ago
  Ethan Buchman ab536618e0 RegisteredSNativeContracts 10 years ago
  Ethan Buchman ecd231a8eb cleanup, drop ClearBase 10 years ago
  Ethan Buchman e037093740 snative refactor and SNativeTx 10 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 10 years ago
  Jae Kwon 571a134318 BaseService and BaseReactor refactor and unification 10 years ago
  Ethan Buchman bb4ca1407f info->notice, debug->info 10 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 10 years ago
  Jae Kwon 8d1e176180 fixed-length arrays cleanup 10 years ago
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 10 years ago
  Jae Kwon 198d7b9c6f Fixes #93 10 years ago
  Jae Kwon d91f073676 uuid branch tidying 10 years ago
  Ethan Buchman 751b892cba cleanup, comments 10 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 10 years ago
  Jae Kwon 2e1d8ba054 Make Ripemd160 the default 10 years ago
  Jae Kwon 41845d5b85 fix dump_consensus_state error'ing when height=0 10 years ago
  Ethan Buchman 72b681a1bc fix TxID to use ripemd160 in events and rpc return 10 years ago
  Ethan Buchman 96214b0108 RandGenesisDoc 10 years ago
  Jae Kwon a999a4bad0 PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
  Jae Kwon 21295f4ae2 fixes for develop+permissions merge 10 years ago
  Ethan Buchman 8d6f80592b some panics, dont panic on invalid opcode 10 years ago
  Ethan Buchman 75fb6c184e getter/setters for state trees 10 years ago
  Ethan Buchman 3416004359 names in gendoc, genesis_test 10 years ago
  Ethan Buchman 58ffc639fd fix call 10 years ago
  Ethan Buchman 231a003783 nametx perm 10 years ago
  Ethan Buchman 7e1412dbc2 add chainID to Sign funcs in permisions_test 10 years ago
  Ethan Buchman 883dbcc027 snatives take appState as arg (rather than vm receiver) 10 years ago
  Ethan Buchman 26d64412b3 little fixes 10 years ago
  Ethan Buchman 32e02acb0c testing and fixes for snative CALL and CallTx 10 years ago
  Ethan Buchman b11012026d fire events on snative and allow from CallTx 10 years ago