Commit Graph

  • 5516efdfa0 Removed old code obscuren 2014-04-27 18:05:30 +0200
  • 21f8806eed Moved assembler stage to the mutan compiler obscuren 2014-04-27 18:01:37 +0200
  • bf850974f3 Using mutan assembler stage obscuren 2014-04-27 18:00:38 +0200
  • 338b698091 Refactoring and added documentation comments obscuren 2014-04-27 17:15:44 +0200
  • 16e52327a4 Upped version number obscuren 2014-04-27 16:50:44 +0200
  • 0e8ca84b67 Updated version number obscuren 2014-04-27 16:52:48 +0200
  • 45a0974f6f Merge pull request #3 from autolycus/develop Gav Wood 2014-04-27 12:53:47 +0100
  • 05d2d8f27d Actually convert gas obscuren 2014-04-26 02:11:00 +0200
  • ca6e3f6def Notify of changes obscuren 2014-04-26 02:06:25 +0200
  • d3a159ad3d Fixed tests obscuren 2014-04-26 01:54:45 +0200
  • 0f93da400a Added new state object change echanism obscuren 2014-04-26 01:47:55 +0200
  • e16fd323e8 Leverage the new watch & address:changed functionality obscuren 2014-04-26 01:47:04 +0200
  • d0438ac10a Moved obscuren 2014-04-25 19:24:39 +0200
  • 6ca99709d2 Merge obscuren 2014-04-25 10:34:57 +0200
  • bbde892d50 Added callback mechanism and updated UI obscuren 2014-04-24 14:43:00 +0200
  • c535d0d246 Added new block sub for webapp obscuren 2014-04-24 14:42:31 +0200
  • f3818478e2 Removed debug & unused functions obscuren 2014-04-24 13:48:33 +0200
  • ee7c16a8d9 Fixed Base problem and sload/sstore obscuren 2014-04-24 13:30:57 +0200
  • bb72347acf Minor fixes and sample coin "improvements" obscuren 2014-04-24 00:01:22 +0200
  • 1c85d8c66b Minor improvements and bug fixes obscuren 2014-04-24 00:00:50 +0200
  • 43f1214f97 Refactored code obscuren 2014-04-23 15:54:34 +0200
  • 0651af9dfd Removed some log statements and disabled additional validation checks obscuren 2014-04-23 15:54:15 +0200
  • c81804444f Call initial closure with proper tx argument obscuren 2014-04-23 15:53:53 +0200
  • ef7f3f36e2 Renamed CALLDATA to CALLDATALOAD obscuren 2014-04-23 15:53:34 +0200
  • f7d4e3cd6b Copy over bytes from previous root obscuren 2014-04-23 15:52:50 +0200
  • 6b08efabf8 @maranh see comment obscuren 2014-04-23 12:14:28 +0200
  • b962779a13 Minor update and fixes to the gui and console obscuren 2014-04-23 11:51:48 +0200
  • a3c8f83562 Updated test coin obscuren 2014-04-23 11:51:34 +0200
  • 3a9a252f6e Fixed minor issue with gas and added state object init obscuren 2014-04-23 11:51:04 +0200
  • 61cd1594b5 Fixed gas, price & value setters on initialization obscuren 2014-04-23 11:50:38 +0200
  • 11c26e3211 Implemented ethereum package reader obscuren 2014-04-23 11:50:17 +0200
  • aec3e26ea0 Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings obscuren 2014-04-21 00:58:02 +0200
  • 6d5d539a85 Round one HTML external applications using QML(Qt5) WebKit2 w/o native bindings obscuren 2014-04-21 00:57:57 +0200
  • a0c97b663d Updated closure call obscuren 2014-04-20 02:05:20 +0200
  • 6930260962 Updated VM obscuren 2014-04-20 01:31:01 +0200
  • 5fd2a98fcb Added some new test cases for the rlp encoding. Carl Allendorph 2014-04-19 13:26:14 -0700
  • 4ba150954e Converted spaces to tabs to be compliant with the coding standards defined in cpp-ethereum Carl Allendorph 2014-04-19 12:48:42 -0700
  • a96c8c8af9 Added proper gas handling obscuren 2014-04-18 13:41:07 +0200
  • 59a7b13019 typo interrupt zelig 2014-04-16 15:01:22 +0100
  • 32b09d652d non-interactive option - add -y flag for non-interactive use - refactor main - output to logfile (not ideal..) but not to all ethutil loggers for privacy zelig 2014-04-16 14:57:51 +0100
  • f4c13f8656 logfile - add logfile option to ethereum client flags - fallback to StdOut - Logger appended to ethutil.Config.Log loggers - wrapper uses ethutil.Config.Log zelig 2014-04-16 13:37:04 +0100
  • 7f0c974008 empty string -> empty byte array zelig 2014-04-16 13:36:52 +0100
  • 9cf77cdbad Moved compiling related object to utils package obscuren 2014-04-16 04:08:37 +0200
  • 1cd7d4456b Updated to use new state object obscuren 2014-04-16 04:08:25 +0200
  • c5729d7ecc comments obscuren 2014-04-16 04:07:52 +0200
  • d811920d8b Hack for miner problem added w/ note obscuren 2014-04-16 04:07:21 +0200
  • 9c6aca7893 Merged accounts and contracts in to StateObject obscuren 2014-04-16 04:06:51 +0200
  • 6b644c17a7 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2014-04-15 16:18:04 -0400
  • ca13e3b105 Moved assembler stage processing to it's own file obscuren 2014-04-15 16:16:38 -0400
  • 7cb065489c added init and main functions to script obscuren 2014-04-15 16:13:04 -0400
  • c23a971a1f Fix up paneling Maran 2014-04-14 17:14:07 -0400
  • 91c75c9305 Adding log messages to debug panel Maran 2014-04-14 17:08:15 -0400
  • 28a48f1d9a Merge branch 'develop' of github.com:ethereum/go-ethereum into develop Maran 2014-04-14 13:48:15 -0400
  • 8a2698ad5e Add send to contract Maran 2014-04-14 13:46:59 -0400
  • 086acd122b Added pre processing of script data obscuren 2014-04-12 00:13:42 -0400
  • d092d05a31 Merge obscuren 2014-04-12 00:13:11 -0400
  • ce43a9500f Debug steps obscuren 2014-04-12 00:12:10 -0400
  • ab8d96258e Added isContract to gui Maran 2014-04-11 17:05:02 -0400
  • 3f82d5172f remove test menu Maran 2014-04-11 16:47:55 -0400
  • 11aa7da6c3 Initial refactor for wallet qml Maran 2014-04-11 16:44:13 -0400
  • 5768b18a3b Refactored simple send to use states Maran 2014-04-11 15:18:38 -0400
  • 710bbed1a2 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2014-04-11 13:36:27 -0400
  • a9a6585913 Debugger obscuren 2014-04-11 13:36:25 -0400
  • 4d18798468 Fix merge conflicts Maran 2014-04-11 13:33:08 -0400
  • 116516158d Renamed obscuren 2014-04-11 13:29:57 -0400
  • cf1ae41bc0 Improved (hopefully) the send transaction tab Maran 2014-04-11 13:26:14 -0400
  • 8280dd65e6 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2014-04-11 12:50:36 -0400
  • 3238894a3b Added wip debugger obscuren 2014-04-11 12:50:31 -0400
  • ca747f2688 Added the possibility for debug hooks during closure call obscuren 2014-04-11 08:28:30 -0400
  • 7d6ba88d2b Merge branch 'split' into develop obscuren 2014-04-10 21:05:58 -0400
  • d927c154e7 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-04-10 21:05:23 -0400
  • 25dd46061f Added push20 obscuren 2014-04-10 21:03:14 -0400
  • afc92fb7d7 Added better address format obscuren 2014-04-10 18:32:54 -0400
  • 891f725909 Added better address format obscuren 2014-04-10 18:14:19 -0400
  • 969e748dce Call fixed obscuren 2014-04-10 15:30:14 -0400
  • e2bf5d1270 Implemented key importing/generation for the GUI Maran 2014-04-10 14:53:12 -0400
  • 6a530ea371 Call fixed obscuren 2014-04-10 14:40:12 -0400
  • 0fccbeabcc No longer return a list, but raw bytes obscuren 2014-04-09 12:28:34 -0400
  • 720521ed4a Changed how txs define their data & added init field obscuren 2014-04-09 12:28:16 -0400
  • e09f0a5f2c Split code for contracts obscuren 2014-04-09 12:27:54 -0400
  • 4f2e9c2640 Check for nil obscuren 2014-04-09 12:27:25 -0400
  • 834e43622c Merge branch 'feature/mnemonic' into develop Maran 2014-04-09 11:08:35 -0400
  • 5714a82778 Small tweaks to mnemonic Maran 2014-04-09 11:06:30 -0400
  • d9ce5f5f82 Merge pull request #32 from cabreraalex/develop Jeffrey Wilcke 2014-04-09 17:02:00 +0200
  • 272b135b74 One more line of comment Maran 2014-04-09 10:40:55 -0400
  • cc5501b12f Importing mnemonic support Maran 2014-04-09 10:29:52 -0400
  • 52b63459e9 Merge branch 'develop' into feature/mnemonic Maran 2014-04-09 10:07:36 -0400
  • 335dc9e687 Merge branch 'develop' into feature/mnemonic Maran 2014-04-09 10:06:51 -0400
  • 03e139d23b Switched variable names obscuren 2014-04-09 16:04:36 +0200
  • 1e94cb5286 Nonce handling obscuren 2014-04-09 16:01:11 +0200
  • 6d28bf534f Added a length for copy obscuren 2014-04-09 16:00:28 +0200
  • c0cad0b534 Merge branch 'miner' of github.com-obscure:ethereum/eth-go into miner obscuren 2014-04-09 15:50:49 +0200
  • a83db489df Fix transaction on new blocks Maran 2014-04-09 09:48:17 -0400
  • 035f0ffb8a Reverted changes obscuren 2014-04-09 15:08:10 +0200
  • b66a99e32d Added todo Maran 2014-04-09 08:55:39 -0400
  • 527a3bbc2a Typo fix obscuren 2014-04-09 14:53:20 +0200
  • c0a030ef0a Added new insruction methods obscuren 2014-04-09 14:08:18 +0200
  • cd799926d2 Fixed up grammar and spelling in README Alex Cabrera 2014-04-07 15:58:36 -0400
  • 35a82f8f4a Added support for mneomnic privkeys Maran 2014-04-07 14:00:02 +0200
  • 2edf133b46 Added mnemonic priv key Maran 2014-04-07 13:59:42 +0200