Commit Graph

  • d179f31d4f Merge branch 'feature/peers' into develop Maran 2014-06-18 13:19:12 +02:00
  • fba6de834e Merge branch 'develop' of github.com:ethereum/eth-go into develop Maran 2014-06-18 13:19:03 +02:00
  • 1f79175898 Reworked peers to check for public key duplication and adding peers to peerlist only after the handshake has come in Maran 2014-06-18 13:06:48 +02:00
  • 2fbcfd8824 Proper checks for multiple data items. Fixes #80 obscuren 2014-06-18 11:55:05 +02:00
  • 22e16f15a6 Reduce peer timeout to 10 seconds Maran 2014-06-18 10:39:42 +02:00
  • dc9c9369e0 log obscuren 2014-06-18 00:36:23 +02:00
  • 2565a79575 Swapped vars obscuren 2014-06-18 00:32:48 +02:00
  • 8a885c2606 Fixed GT and LT obscuren 2014-06-18 00:25:58 +02:00
  • ca79360fd7 Verbose logging for VM obscuren 2014-06-17 18:49:26 +02:00
  • 34c8045d5b Fixed issue where JUMPI would do an equally check with 1 instead of GT obscuren 2014-06-17 18:05:46 +02:00
  • a90ffe1af1 Merge branch 'develop' of github.com:ethereum/eth-go into develop Maran 2014-06-17 11:40:37 +02:00
  • 01e6f63e98 A handful of GUI fixes Maran 2014-06-17 11:40:23 +02:00
  • 3621988e15 Removed deprecated states obscuren 2014-06-17 11:07:37 +02:00
  • 53e30f750d Removal of manual updating of state objects obscuren 2014-06-17 11:06:06 +02:00
  • 6656f99c54 Merge branch 'release/0.5.13' into develop obscuren 2014-06-16 18:25:33 +02:00
  • 5a0e751736 Merge branch 'release/0.5.13' obscuren 2014-06-16 18:25:24 +02:00
  • ff0f15f763 bump obscuren 2014-06-16 18:25:21 +02:00
  • e517fb5f9d Merge branch 'release/0.5.13' into develop obscuren 2014-06-16 18:25:07 +02:00
  • 98335d2040 Merge branch 'release/0.5.13' 0.5.13 obscuren 2014-06-16 18:24:57 +02:00
  • c1220e8729 bump obscuren 2014-06-16 18:24:24 +02:00
  • 887debb055 comment obscuren 2014-06-16 18:20:38 +02:00
  • 0d77632839 Refund gas obscuren 2014-06-16 12:25:18 +02:00
  • 8b15732c1e Check for nil receiver obscuren 2014-06-16 12:04:56 +02:00
  • 48bca30e61 Fixed minor issue with the gas pool obscuren 2014-06-16 11:51:16 +02:00
  • 3744151359 Removed init fees obscuren 2014-06-16 11:15:08 +02:00
  • 9f62d441a7 Moved gas limit err check to buy gas obscuren 2014-06-16 11:14:01 +02:00
  • b836267401 .. obscuren 2014-06-16 11:13:37 +02:00
  • 7b55bcf484 Removed old fees obscuren 2014-06-16 11:13:19 +02:00
  • 15d1f753f7 Removed old fees obscuren 2014-06-16 11:13:06 +02:00
  • 1d76e433f7 Removed some comments obscuren 2014-06-16 10:40:21 +02:00
  • 02d8ad030f Keeping old code for reference obscuren 2014-06-16 10:35:35 +02:00
  • 58a0e8e3e2 Changed RlpEncodable obscuren 2014-06-16 00:52:10 +02:00
  • dccef70728 Method for creating a new key from scratch obscuren 2014-06-16 00:51:55 +02:00
  • 1fbea2e438 Reworking messaging interface obscuren 2014-06-16 00:51:21 +02:00
  • 8198fd7913 Cache whole objects instead of states only obscuren 2014-06-16 00:51:04 +02:00
  • d80f999a21 Run contracts obscuren 2014-06-15 00:11:06 +02:00
  • 5871dbaf5a Set contract addr for new transactions obscuren 2014-06-15 00:10:42 +02:00
  • b0e023e432 Increase ping timeout to 30 seconds obscuren 2014-06-15 00:04:18 +02:00
  • 7ab735eb02 Max 250 log obscuren 2014-06-15 00:02:41 +02:00
  • ef1b923b31 Added a log level slider which can change the log level obscuren 2014-06-14 15:44:32 +02:00
  • 6d52da58d9 Logging mechanism obscuren 2014-06-14 15:44:13 +02:00
  • 50fdfb127a Merge branch 'develop' of github.com:ethereum/go-ethereum into develop zelig 2014-06-14 13:53:55 +01:00
  • 63883bf27d Moving closer to interop obscuren 2014-06-14 11:46:09 +02:00
  • 8124547348 Moving a head closer to interop obscuren 2014-06-13 16:06:27 +02:00
  • c734dde982 comments & refactor obscuren 2014-06-13 13:06:27 +02:00
  • cebf4e3697 Refactored state transitioning to its own model obscuren 2014-06-13 12:58:01 +02:00
  • 5e2bf12a31 Refactored state transitioning to its own model obscuren 2014-06-13 12:57:52 +02:00
  • d078e9b8c9 Refactoring state transitioning obscuren 2014-06-13 12:45:11 +02:00
  • b855e5f7df Changed opcode numbers and added missing opcodes obscuren 2014-06-12 11:19:32 +02:00
  • 6593c69424 Merge branch 'develop' into interop obscuren 2014-06-12 10:07:40 +02:00
  • 3a9d7d318a log changes obscuren 2014-06-12 10:07:27 +02:00
  • e7a22af0e6 Minor UI adjustments obscuren 2014-06-12 10:06:02 +02:00
  • 8a2e50ab2a Merge branch 'develop' into interop obscuren 2014-06-11 21:56:59 +02:00
  • 9ee6295c75 Minor changes obscuren 2014-06-11 21:55:45 +02:00
  • 1bf6f8b4a6 Added a buy gas method obscuren 2014-06-11 21:55:34 +02:00
  • 4d3209ad1d Moved process transaction to state manager obscuren 2014-06-11 21:55:23 +02:00
  • 9ff97a98a7 Namereg lookup fix obscuren 2014-06-11 21:51:21 +02:00
  • 1938bfcddf Fix compare Maran 2014-06-11 16:16:57 +02:00
  • 1d300bbc10 Toggle inspector / reload using magic rectangle Maran 2014-06-11 15:55:47 +02:00
  • e36badd744 Reimplement -datadir flag. Implements #79 Maran 2014-06-11 12:33:11 +02:00
  • 714770ffb3 Added Gav's new address. Gav Wood 2014-06-11 11:32:42 +01:00
  • 71ab5d52b6 Exposed usedGas through ethPub Maran 2014-06-11 11:40:50 +02:00
  • e090d131c3 Implemented counting of usedGas Maran 2014-06-11 11:40:40 +02:00
  • 57e3b1b093 Implemented usedGas to the explorer Maran 2014-06-11 11:40:13 +02:00
  • 97cc762143 Expose GasLimit to ethPub Maran 2014-06-11 10:28:18 +02:00
  • 0ee258bb75 Add GasLimit to the block explorer Maran 2014-06-11 10:27:58 +02:00
  • bdc206885a Don't mine transactions if they would go over the GasLimit implements ethereum/go-ethereum#77 further. Maran 2014-06-10 17:23:32 +02:00
  • 69044fe577 Refactor to use new method Maran 2014-06-10 17:22:43 +02:00
  • 753f749423 Implement CalcGasPrice for ethereum/go-ethereum#77 Maran 2014-06-10 17:22:06 +02:00
  • 2e6cf42011 Fix BigMax to return the biggest number, not the smallest Maran 2014-06-10 17:15:18 +02:00
  • 2995d6c281 Validate minimum gasPrice and reject if not met Maran 2014-06-10 15:02:41 +02:00
  • 1b40f69ce5 Prevent peer stop crash by removing logging Maran 2014-06-10 14:59:38 +02:00
  • 771f64397f Stop peers when they don't respond to ping/pong. Might fix ethereum/go-ethereum#78 Maran 2014-06-10 13:51:34 +02:00
  • 66199497a0 Merge branch 'release/poc5-rc12' into develop obscuren 2014-06-09 22:24:30 +02:00
  • aa8a86f0a6 Merge branch 'release/poc5-rc12' poc5-rc12 obscuren 2014-06-09 22:24:24 +02:00
  • d8339fa29a Merge branch 'release/poc5-rc12' into develop obscuren 2014-06-09 22:24:13 +02:00
  • 006ac772e6 Merge branch 'release/poc5-rc12' obscuren 2014-06-09 22:24:05 +02:00
  • d929c63474 bump obscuren 2014-06-09 22:23:33 +02:00
  • a51dfe89c0 bump obscuren 2014-06-09 22:23:30 +02:00
  • ba3623d0cc Fixed debugger hang obscuren 2014-06-09 22:04:16 +02:00
  • c7d1924c34 sha obscuren 2014-06-09 21:35:56 +02:00
  • cc20b0e3a0 debugger output obscuren 2014-06-06 12:13:13 +02:00
  • 1153fd9a0c Added Douglas and Einstan obscuren 2014-06-06 12:12:27 +02:00
  • a107a5db05 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2014-06-05 09:01:10 +02:00
  • 964587b14a Added more debugger output obscuren 2014-06-05 09:00:57 +02:00
  • a56f78af67 Implement getStateKeyVal for JS bindings. Maran 2014-06-04 15:54:39 +02:00
  • 7843390ecd Implement getStateKeyVal for JS bindings. Maran 2014-06-04 15:54:33 +02:00
  • 307fe4a3cd Add loading of extra build in js files to JS-Repl. Implements #67 Maran 2014-06-04 12:19:50 +02:00
  • 3755616a29 Added namereg register option to qml wallet Maran 2014-06-03 14:30:26 +02:00
  • d7b882977c Make contract creation error more explicit by mentioning the sneder Maran 2014-06-03 11:56:19 +02:00
  • cc1d043423 Implemented transaction catching up. Implements #73 Maran 2014-06-03 11:48:44 +02:00
  • 2010fea088 Added faux latency for peeroverview Maran 2014-06-03 10:42:55 +02:00
  • 9e411d785b Tweaks and latency added to peeroverview Maran 2014-06-03 10:42:36 +02:00
  • fb6ff61730 Implemented Public Peer interface Maran 2014-06-02 15:20:27 +02:00
  • a6f4eef1da Added Peer Window Maran 2014-06-02 15:16:37 +02:00
  • 98811f11e5 ethereum instead of ethereal. Fixes #69 obscuren 2014-05-31 11:43:08 +02:00
  • d6acb74ac9 fixed logging issue that would otherwise crash the client. Fixes #68 obscuren 2014-05-31 11:34:37 +02:00
  • 397e99fcc6 Merge branch 'develop' obscuren 2014-05-30 20:35:44 +02:00
  • be27309dbb show first? obscuren 2014-05-30 20:35:37 +02:00
  • ff8a834ccc Merge branch 'develop' obscuren 2014-05-30 19:51:25 +02:00