Commit Graph

  • c72eb1be99 fix for{go func} scope issue Jae Kwon 2015-04-17 11:08:03 -07:00
  • 389a1c1fef second seed to open another port Jae Kwon 2015-04-17 10:29:45 -07:00
  • 75697034bd ReadOutput for process, and --wait will read process output Jae Kwon 2015-04-17 10:27:17 -07:00
  • 02bc535e0e Close files upon stop. Still need to fix bash issues? Jae Kwon 2015-04-16 19:04:21 -07:00
  • 9dd37c6bc4 ... Jae Kwon 2015-04-16 18:35:27 -07:00
  • f641558115 Debora stop will kill. Jae Kwon 2015-04-16 18:21:19 -07:00
  • 44565872ae Fixed BlockchainMessage{} Decode issue. Fixed Warn(UnknownMessage) issues. Jae Kwon 2015-04-16 17:53:33 -07:00
  • 89cfedeb73 Make all messages be registered as pointer receivers, Warn on unknown messages. Jae Kwon 2015-04-16 17:46:27 -07:00
  • 22fdb6ca2f ~/.tendermint -> .tendermint Jae Kwon 2015-04-16 16:35:51 -07:00
  • 4c2e57437b rename barak log out Jae Kwon 2015-04-16 14:41:20 -07:00
  • 40dc09701a "status" command, we track pids on processes Jae Kwon 2015-04-16 14:10:20 -07:00
  • 372cfb509d Fixed --wait Jae Kwon 2015-04-16 10:54:07 -07:00
  • 5b9dbddc7b Allow trampling stopped processes Jae Kwon 2015-04-16 10:13:50 -07:00
  • 9ec6258ed0 Run process Jae Kwon 2015-04-16 09:46:35 -07:00
  • 75049ec827 major flippage for vm addrs. now left padded words for tx_cache Ethan Buchman 2015-04-16 00:03:31 -07:00
  • d27e0bbad5 event cache and fireable interace Ethan Buchman 2015-04-15 23:40:27 -07:00
  • adccd8f878 fixed global flags Jae Kwon 2015-04-15 23:41:13 -07:00
  • a1c5e32d76 fixes from review with jae Ethan Buchman 2015-04-15 19:14:08 -07:00
  • df1d46d04d Errorf -> fmt.Errorf Jae Kwon 2015-04-15 21:49:14 -07:00
  • 58bcad3ea3 Added debora cli Jae Kwon 2015-04-15 20:22:03 -07:00
  • 618cd18f8b refactored debora/barak. about to add cli for debora Jae Kwon 2015-04-15 14:49:21 -07:00
  • 9b76cfe26a rpc: cleanup tests and test contract calls Ethan Buchman 2015-04-14 19:29:18 -07:00
  • 34098edb93 state: fireEvents flag on ExecTx and fixes for GetAccount Ethan Buchman 2015-04-14 19:26:55 -07:00
  • b4388ae010 vm: eventable and flip fix on CALL address Ethan Buchman 2015-04-14 19:25:49 -07:00
  • e5d34befde Remote TypeByte() Jae Kwon 2015-04-14 15:57:16 -07:00
  • 37ddf3d09e Merkle root of tx is for signbytes Jae Kwon 2015-04-14 15:57:13 -07:00
  • dcdf74ccc2 refactoring barak Jae Kwon 2015-04-14 12:27:32 -07:00
  • 89e05168d5 Begin writing debora Jae Kwon 2015-04-14 04:14:18 -07:00
  • 860d5478e9 rpc: use NewBlock event in rpc tests Ethan Buchman 2015-04-14 01:42:11 -07:00
  • 2e918e8c0b rpc: websocket events testing Ethan Buchman 2015-04-13 21:43:13 -07:00
  • bcfe33f15c rename debora -> barak Jae Kwon 2015-04-14 01:14:55 -07:00
  • 85661de293 fire events, event urls Ethan Buchman 2015-04-13 18:26:41 -07:00
  • 0ffbff108f Complete validation for debora Jae Kwon 2015-04-13 13:14:37 -07:00
  • 5b1c1eb0e0 ProposalMessage wrapper, warn on unknown messages Jae Kwon 2015-04-12 18:44:06 -07:00
  • dc27d56cc3 minor fix for when the blockstore is ahead by one. Jae Kwon 2015-04-12 18:19:52 -07:00
  • 6d6f061f19 Support nil pointers for Binary. If the thing does not already have a typebyte declared, a fake one will be given (0x01). A TypeByte of 0x00 is reserved for nil things. No nil-dogs. Jae Kwon 2015-04-12 17:46:16 -07:00
  • 1364770cbe Unknown address -> blank account from GetAccount rpc call Jae Kwon 2015-04-12 16:41:50 -07:00
  • 5cb65082b8 a fix, maybe, for #48 Jae Kwon 2015-04-10 03:12:29 -07:00
  • 0bb6c111bb ServeFile Jae Kwon 2015-04-10 02:12:17 -07:00
  • 06b167c669 small fixes Jae Kwon 2015-04-09 16:39:58 -07:00
  • 8e24b12888 rpc: first successful websocket event subscription Ethan Buchman 2015-04-07 15:24:09 -05:00
  • 12814db90d rpc: use gorilla websockets Ethan Buchman 2015-04-07 02:28:21 -05:00
  • 98fa3b7b9c Adding cmd again and fixing .gitignore. Jae Kwon 2015-04-08 14:31:20 -07:00
  • 675dbf0e9c Merge branch 'rpc_jae' into develop Jae Kwon 2015-04-08 14:27:03 -07:00
  • 7356556938 Some renames and small fixes. Jae Kwon 2015-04-08 12:30:49 -07:00
  • a09051438c Intermediate... working on debora Jae Kwon 2015-04-08 11:35:17 -07:00
  • cc18136af8 RPC refactor to separate core from core_client and the rest of RPC. Other random changes. Jae Kwon 2015-04-07 11:44:25 -07:00
  • 6b5383918f rpc: fix memcount error in tests Ethan Buchman 2015-04-07 02:02:03 -05:00
  • 5a2ff3d45b rpc: test CallCode and Call Ethan Buchman 2015-04-02 19:15:23 -07:00
  • ade13daec1 vm: fix errors not being returned Ethan Buchman 2015-04-02 19:14:58 -07:00
  • 3bedcbf94d rpc: tests cleanup, use client lib for JSONRPC testing too Ethan Buchman 2015-04-02 18:11:37 -07:00
  • 474bf31400 events: integrate event switch into services via Eventable interface Ethan Buchman 2015-04-02 17:35:27 -07:00
  • 2b3bedead8 rpc: websockets Ethan Buchman 2015-04-02 14:30:30 -07:00
  • 4956836f2d rpc: cleanup, use client for tests, rpc-gen fixes Ethan Buchman 2015-04-02 03:06:46 -07:00
  • f271ab7256 various changes. removed debora temporarily Jae Kwon 2015-04-03 16:15:52 -07:00
  • 2b49e318bb update genesis file Jae Kwon 2015-04-02 20:10:37 -07:00
  • 3cb4092180 Updated seed node. Jae Kwon 2015-04-02 18:57:23 -07:00
  • dc8e327754 Merge branch 'develop' of https://github.com/tendermint/tendermint into develop Ethan Buchman 2015-04-02 14:54:00 -07:00
  • c012bef03f debora off by default and new key Ethan Buchman 2015-04-02 14:35:54 -07:00
  • 17390b38ba origin policy Jae Kwon 2015-04-02 10:59:45 -07:00
  • 543fc73ab6 Fix bug in internal error Jae Kwon 2015-04-01 21:16:02 -07:00
  • 13b6508ecd Package import path change Jae Kwon 2015-04-01 17:30:16 -07:00
  • d8766e1d37 better error message for unknown RPC method calls Jae Kwon 2015-04-01 17:12:17 -07:00
  • c74b5522a1 fixied IsListening() Jae Kwon 2015-04-01 14:52:25 -07:00
  • 65c2ce45d1 add boolean reflection support Jae Kwon 2015-04-01 14:52:10 -07:00
  • bfb61fb539 Fixed RPC tests. Changed some names. Jae Kwon 2015-04-01 13:23:20 -07:00
  • 25ab73a51a Merge branch 'develop' of https://github.com/tendermint/tendermint2 into develop Ethan Buchman 2015-04-01 05:13:14 -07:00
  • 8fe1274323 rpc: myriad little fixes Ethan Buchman 2015-04-01 05:12:38 -07:00
  • 7589730f2e tendermint -> tendermint2 ... Jae Kwon 2015-04-01 05:07:05 -07:00
  • 8cc8757252 Merge branch 'develop' of https://github.com/tendermint/tendermint2 into develop Ethan Buchman 2015-04-01 04:59:00 -07:00
  • cc715e0ee3 Everything is an RPCResponse Jae Kwon 2015-04-01 04:58:33 -07:00
  • ee37324781 Merge branch 'develop' of https://github.com/tendermint/tendermint2 into develop Ethan Buchman 2015-04-01 04:13:21 -07:00
  • ad8678d216 rpc: auto generated client methods using rpc-gen Ethan Buchman 2015-04-01 04:12:34 -07:00
  • 7b049e93fb add support for json="" in reflection binary/* thing Jae Kwon 2015-04-01 01:48:50 -07:00
  • 42be73724e APIResponse -> RestResponse Jae Kwon 2015-04-01 01:46:41 -07:00
  • ff04be396b First draft of events handling Jae Kwon 2015-03-31 21:11:40 -07:00
  • 8cbf8a8862 Merge branch 'develop' of https://github.com/tendermint/tendermint2 into develop Ethan Buchman 2015-03-31 17:06:08 -07:00
  • cb0f4cae0c add logfile for debora Ethan Buchman 2015-03-31 01:27:47 -07:00
  • 9ce75fe755 add debora support Ethan Buchman 2015-03-30 23:15:59 -07:00
  • 964a189210 rpc: decrement mempool count after block mined Ethan Buchman 2015-03-31 15:39:42 -07:00
  • c1b06d8101 rpc: GetStorage and Call methods. Tests. Ethan Buchman 2015-03-31 04:53:34 -07:00
  • ac0897c0b3 rpc: decrement mempool count after block mined Ethan Buchman 2015-03-31 15:39:42 -07:00
  • 37177fb061 added DumpStorage RPC command Jae Kwon 2015-03-31 14:08:21 -07:00
  • dd1181f0d4 rpc: GetStorage and Call methods. Tests. Ethan Buchman 2015-03-31 04:53:34 -07:00
  • 6f0199aadf added DumpStorage RPC command Jae Kwon 2015-03-31 14:08:21 -07:00
  • d2d1214e20 Do not start PEXReactor until the addrbook has started. Basically, start everything in node.Start(). Jae Kwon 2015-03-30 22:28:34 -07:00
  • 39d5ff9ccb Reset log after config changes. Jae Kwon 2015-03-30 21:53:22 -07:00
  • 60f166e823 tendermint2 Ethan Buchman 2015-03-30 22:50:27 -07:00
  • e6c352dba0 vm: flip sha3 result Ethan Buchman 2015-03-30 20:50:56 -07:00
  • a976721a97 state: fix GetStorage on blockcache with unknown account Ethan Buchman 2015-03-30 03:21:25 -07:00
  • e257307b01 cleanup rpc/handlers Jae Kwon 2015-03-30 15:55:05 -07:00
  • 1a4aab4c35 When using JSONRPC, do not double-encode JSON. Jae Kwon 2015-03-30 15:14:33 -07:00
  • ffa82b5c61 Merge pull request #5 from tendermint/blockpool Jae Kwon 2015-03-29 19:10:55 -07:00
  • 19f7855965 Merge pull request #4 from tendermint/develop Jae Kwon 2015-03-29 19:09:51 -07:00
  • df4eac1cc8 Merge pull request #3 from tendermint/rpc_rebase Jae Kwon 2015-03-29 19:08:45 -07:00
  • f234d0aafb Remove spurious flippage Jae Kwon 2015-03-29 19:05:29 -07:00
  • 5cb57d3eaa Use BlockCache for RPC/mempool and added TxId() TxId() uses signbytes Jae Kwon 2015-03-29 18:43:27 -07:00
  • 19a50c1229 SetRPC/Pipe => core.Set... Ethan Buchman 2015-03-29 18:06:55 -07:00
  • bddd29ef56 Merge branch 'statecache' into rpc Ethan Buchman 2015-03-29 18:03:03 -07:00
  • 731de7a6aa rpc: return (*Response, error) for all functions Ethan Buchman 2015-03-28 23:10:05 -07:00