1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 4fad5958d0 Fix error in call to NewIterator function James Cunningham 2014-02-26 15:26:39 +0000
  • dba1ba3822 Currency to string obscuren 2014-02-25 11:24:04 +0100
  • e98b53bbef WIP Observing pattern obscuren 2014-02-25 11:22:27 +0100
  • 4b8c50e2cd Deprication obscuren 2014-02-25 11:22:18 +0100
  • 1e7b3cbb13 Removed debug log obscuren 2014-02-25 11:22:05 +0100
  • ce07d9bb4c Error logging on tx processing obscuren 2014-02-25 11:21:49 +0100
  • 507fc7b9d1 Length checking when fetching contract. Contract always have 3 fields obscuren 2014-02-25 11:21:35 +0100
  • 4f4175a3e2 Addad db name for new ldb obscuren 2014-02-25 11:21:03 +0100
  • c7e73ba12d Added currency converting obscuren 2014-02-25 11:20:24 +0100
  • 6451a7187a Minor UI change obscuren 2014-02-25 10:55:44 +0100
  • 78b6e7ad95 Proper Nonce obscuren 2014-02-25 10:54:37 +0100
  • e60ff6ca41 Moved ui lib obscuren 2014-02-25 10:54:15 +0100
  • b30b9ab8cb Fixed a minor issue where a string is expected but returns slice obscuren 2014-02-25 10:50:53 +0100
  • fe9eb47288 Minor fixes that to reflect changes in library obscuren 2014-02-24 13:51:16 +0100
  • 0afdedb01a Some log statements changed to the default logger obscuren 2014-02-24 13:50:52 +0100
  • 6c7255cde2 Fixed a minor issue on crashed contracts obscuren 2014-02-24 13:15:34 +0100
  • f2234264ed Merge pull request #8 from josephyzhou/develop Jeffrey Wilcke 2014-02-24 12:53:30 +0100
  • 95a8ebc249 Changed MakeContract on block obscuren 2014-02-24 12:45:21 +0100
  • 88a9c62fcc Proper tests obscuren 2014-02-24 12:44:29 +0100
  • b29c1eecd1 Removed debug print obscuren 2014-02-24 12:44:18 +0100
  • d69db6e617 Removed compiling from the transaction obscuren 2014-02-24 12:13:42 +0100
  • d8b5bbd48c Added compile obscuren 2014-02-24 12:13:22 +0100
  • 22e2c3429b Infof rather than infoln obscuren 2014-02-24 12:12:53 +0100
  • 4cc5b03137 Added opcodes obscuren 2014-02-24 12:12:32 +0100
  • a3fb7008b2 Added make contract obscuren 2014-02-24 12:12:24 +0100
  • 55c1c220d0 Added delete to database interfaces obscuren 2014-02-24 12:12:01 +0100
  • 5971c82094 Updated opcodes ... again obscuren 2014-02-24 12:11:42 +0100
  • 1a98bbf1c8 Added a trie iterator obscuren 2014-02-24 12:11:00 +0100
  • 377c995103 Separated the VM from the block manager and added states obscuren 2014-02-24 12:10:45 +0100
  • c006ed4ffd Tests fix. Gav Wood 2014-02-24 10:24:39 +0000
  • 8ecb24f114 parse now returns byte[] instead of string Joey Zhou 2014-02-23 14:43:18 -0800
  • 3a45cdeaf9 Moved txpool start to initialisation method of ethereumm obscuren 2014-02-23 01:57:45 +0100
  • a4a4ffbeff Moved address obscuren 2014-02-23 01:57:22 +0100
  • f5737b929a Added a secondary processor obscuren 2014-02-23 01:57:04 +0100
  • c66cf95b40 Added address states for storing a session based address obscuren 2014-02-23 01:56:48 +0100
  • 0656f465b0 Added transactions window obscuren 2014-02-23 01:56:04 +0100
  • aa33a4b2fb Added some ui elements to make it easier to connect to nodes obscuren 2014-02-22 23:19:38 +0100
  • 73b9ae9579 Updated some of the log statements to use the ethutil logger obscuren 2014-02-22 01:53:25 +0100
  • 4bfd717ba2 Added the ability to extend the logger with more sub systems obscuren 2014-02-22 01:53:09 +0100
  • 2b967558ce Working out UI obscuren 2014-02-22 01:52:47 +0100
  • 510ff56363 Updated the tests. Gav Wood 2014-02-21 18:54:08 +0000
  • a0ec843832 Moved over to new format, but RLP tests still need updating. Gav Wood 2014-02-21 18:49:24 +0000
  • 660cd26f31 More docs. Gav Wood 2014-02-21 18:35:51 +0000
  • 6ad14c1a15 Added VM test suite. Added TODO. Renamed old files. Gav Wood 2014-02-21 18:33:39 +0000
  • 3e8b27c9dc WIP library, sample app obscuren 2014-02-21 17:29:59 +0100
  • 95a48cea18 Peer amount update obscuren 2014-02-21 13:23:35 +0100
  • aaac0c9998 Initial block chain fetching of existing blocks obscuren 2014-02-21 13:06:17 +0100
  • cca8585554 Get a chain of blocks made simple obscuren 2014-02-21 13:05:59 +0100
  • 05c353eca0 Added a basic <UNSTABLE> UI obscuren 2014-02-21 12:37:40 +0100
  • 18cc35338a Fixed contract running obscuren 2014-02-21 12:37:16 +0100
  • 681eacaa7f Removed old instruction code obscuren 2014-02-21 12:37:06 +0100
  • b20c0b1d59 Removed all old code obscuren 2014-02-21 12:36:41 +0100
  • f2a1260294 Nil is also considered empty obscuren 2014-02-21 12:36:22 +0100
  • d7ecc92c41 Fixed broken links. Fixes #18 obscuren 2014-02-21 00:47:07 +0100
  • 06ea7fc830 re: Added contract fees obscuren 2014-02-20 23:11:17 +0100
  • ed05779adb Updated fees obscuren 2014-02-20 23:10:43 +0100
  • 8f69c2ac45 Added contract addr acessors obscuren 2014-02-20 23:10:36 +0100
  • 504d356232 Added peek(n) obscuren 2014-02-20 23:10:16 +0100
  • 059ad35215 Type checking obscuren 2014-02-20 23:10:05 +0100
  • 9bc5c4a0c5 Long over due Trie delete implemented obscuren 2014-02-20 14:40:00 +0100
  • 4afb624c45 WIP state object obscuren 2014-02-19 16:28:08 +0100
  • 39b6eaf51c Debug logging functions obscuren 2014-02-19 16:27:35 +0100
  • d4cc125456 Added more logging functions obscuren 2014-02-19 16:27:22 +0100
  • dc994b3518 Changed fee structure obscuren 2014-02-19 16:27:08 +0100
  • 8e7daec886 Added fees and debugging obscuren 2014-02-19 16:26:55 +0100
  • b3da104e56 Corrected contract addresses obscuren 2014-02-19 16:26:35 +0100
  • 0936e5ccf5 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-02-19 11:40:02 +0100
  • 531b3a96eb Merge pull request #5 from sdboyer/iotas Jeffrey Wilcke 2014-02-19 11:38:02 +0100
  • 3dae732f36 Merge pull request #6 from sdboyer/genisis Jeffrey Wilcke 2014-02-19 11:36:53 +0100
  • 1e241e3a61 Merge pull request #7 from sdboyer/vet-fixes Jeffrey Wilcke 2014-02-19 11:36:23 +0100
  • 24f2b2afc3 Running contracts fixed obscuren 2014-02-19 11:35:17 +0100
  • 357b4bc14c Add comment explaining why iota is not used. Sam Boyer 2014-02-18 17:24:44 -0500
  • 5adbd39946 Express bit flag constants using iota bitshift. Sam Boyer 2014-02-18 17:20:41 -0500
  • 6dac014978 Fix a couple errors from go vet Sam Boyer 2014-02-18 10:47:09 -0500
  • 4d405f6654 s/GenisisHeader/GenesisHeader/ Sam Boyer 2014-02-18 10:40:58 -0500
  • bbcf304b99 Merge pull request #3 from josephyzhou/develop Jeffrey Wilcke 2014-02-18 16:04:45 +0100
  • c866fcc5b3 Added new address obscuren 2014-02-18 12:10:21 +0100
  • 6736c03711 Added editor for contracts obscuren 2014-02-18 12:09:36 +0100
  • ab7dc92404 Added import/exporting of private keys obscuren 2014-02-18 12:09:26 +0100
  • 8c8554f558 Added license name and updated block output from the dev console obscuren 2014-02-18 01:34:33 +0100
  • d7eca7bcc1 Rlp update obscuren 2014-02-18 01:34:06 +0100
  • 68028f492f Fixed block handling obscuren 2014-02-18 01:33:26 +0100
  • 8629d9a418 String changed and removed some debugging code obscuren 2014-02-18 01:33:15 +0100
  • c7623c3165 Changed debug messages obscuren 2014-02-18 01:32:39 +0100
  • ba95849097 Added hex method obscuren 2014-02-18 01:32:20 +0100
  • bb3e28310e If sender is receiver only subtract the fee obscuren 2014-02-18 01:31:51 +0100
  • a5b7279cb5 Changed uncle block fee as to what it should be obscuren 2014-02-18 01:31:31 +0100
  • c5b009ba6f new line Joey Zhou 2014-02-17 15:47:33 -0800
  • e72a782bf0 adding compact decode tests Joey Zhou 2014-02-17 15:46:16 -0800
  • 7413552a28 Root should reset on undo obscuren 2014-02-17 20:40:33 +0100
  • b7a636b894 Values should accept bytes as valid string output obscuren 2014-02-17 20:29:54 +0100
  • e5b97fe03e Added proper error message obscuren 2014-02-16 20:33:23 +0100
  • 2ea05292c0 Added proper name :) obscuren 2014-02-16 20:33:07 +0100
  • e4a6ee3d7f Added dirty tracking on the cache obscuren 2014-02-16 20:32:56 +0100
  • 7264044122 Added a few tests obscuren 2014-02-16 20:31:02 +0100
  • f1d6f1bd17 Removed Reset obscuren 2014-02-16 20:30:50 +0100
  • c95a27e394 Added more tests obscuren 2014-02-16 20:30:33 +0100
  • 066940f134 Defer undo on the current block's state obscuren 2014-02-16 20:30:21 +0100
  • 5257c25ee2 Merge branch 'master' into develop obscuren 2014-02-15 13:27:43 +0100
  • 6db8b5d06a Added link to dev package obscuren 2014-02-15 13:27:23 +0100