279 Commits (82104c93293097a41c32023d9b14e7bd06b46149)

Author SHA1 Message Date
  Jae Kwon 1a5bc9eeb2 Remove StorageRoot from vm.Account 9 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 9 years ago
  Jae Kwon 0ef5c3ad07 Fix returning prematurely within if(runCall){...}. 9 years ago
  Jae Kwon a84d4320df websockets accept rpc requests 9 years ago
  Ethan Buchman 290b74d8f1 add fromAddress argument to Call and CallCode rpc methods 9 years ago
  Ethan Buchman bb4ca1407f info->notice, debug->info 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Ethan Buchman 3f7f3dd37f add git commit hash to nodeInfo 9 years ago
  Jae Kwon 109a3c2dd3 Added sim_txs draft 9 years ago
  Ethan Buchman 72b681a1bc fix TxID to use ripemd160 in events and rpc return 9 years ago
  Ethan Buchman 3416004359 names in gendoc, genesis_test 9 years ago
  Ethan Buchman f75b6aff74 CreateAccount permission through SendTx and CALL (to unknown accounts) 9 years ago
  Ethan Buchman 94f21ad012 move perms to vm.Account 9 years ago
  Ethan Buchman a0f3b94e83 account permissions and some gendoug 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
  Ethan Buchman 57ff919d50 godep 9 years ago
  Ethan Buchman bf1c9a869c use gendoc struct for genesis rpc response 9 years ago
  Ethan Buchman ec282d3e3d rpc: remove unecessary response wrappers 9 years ago
  Ethan Buchman 231a7330e2 list names rpc 9 years ago
  Ethan Buchman 37a8a6cd65 remove name fix 9 years ago
  Ethan Buchman cff6bcfb31 copy entry on get, use strings for name/data, uint64 for expires 9 years ago
  Ethan Buchman baaa69d7f8 namereg rpc and tests 9 years ago
  Ethan Buchman 1f6d64b91c rpc: genesis route 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 d43c776e84 add bonder's signature to BondTx 9 years ago
  Jae Kwon 3565db4eef Refactor RPC/*, tendermint/config for debora+barak 9 years ago
  Jae Kwon 75ef479547 Config is passed into each module. Remove tendermint/confer 9 years ago
  Jae Kwon be90fd1e0d rpc cleanup; tendermint init 9 years ago
  Jae Kwon 85c8850ac2 Config names have no dots, are under_scored. 9 years ago
  Jae Kwon 47b7a641dd json field fixes 9 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 9 years ago
  Jae Kwon 115e57a1d5 list_unconfirmed_txs RPC call 9 years ago
  Jae Kwon 9a8652e001 Include peer round states in the dump_consensus_state RPC call. 9 years ago
  Jae Kwon 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure 9 years ago
  Jae Kwon dc1fddd1d8 Added NodeInfo (still need to add to AddrBook); Proper Handshake 9 years ago
  Ethan Buchman 224ea00917 first draft of network crawler 9 years ago
  Jae Kwon fa669ae436 added Moniker as config, available in RPC. 9 years ago
  Jae Kwon e0d6fd6bfa RPC shows Peer{Address,IsOutbound} 9 years ago
  Ethan Buchman 3579a3fdb9 tiny fixes 9 years ago
  Jae Kwon b11ca1bbfc (╯°□°)╯︵ ┻━┻ 9 years ago
  Ethan Buchman 9b76cfe26a rpc: cleanup tests and test contract calls 9 years ago
  Jae Kwon 6d6f061f19 Support nil pointers for Binary. 9 years ago
  Jae Kwon 1364770cbe Unknown address -> blank account from GetAccount rpc call 9 years ago
  Jae Kwon 06b167c669 small fixes 9 years ago
  Ethan Buchman 8e24b12888 rpc: first successful websocket event subscription 9 years ago
  Jae Kwon 7356556938 Some renames and small fixes. 9 years ago
  Jae Kwon cc18136af8 RPC refactor to separate core from core_client and the rest of RPC. 9 years ago
  Ethan Buchman 5a2ff3d45b rpc: test CallCode and Call 9 years ago
  Ethan Buchman 4956836f2d rpc: cleanup, use client for tests, rpc-gen fixes 9 years ago