Commit Graph

  • 22e2c3429b Infof rather than infoln obscuren 2014-02-24 12:12:53 +01:00
  • 4cc5b03137 Added opcodes obscuren 2014-02-24 12:12:32 +01:00
  • a3fb7008b2 Added make contract obscuren 2014-02-24 12:12:24 +01:00
  • 55c1c220d0 Added delete to database interfaces obscuren 2014-02-24 12:12:01 +01:00
  • 5971c82094 Updated opcodes ... again obscuren 2014-02-24 12:11:42 +01:00
  • 1a98bbf1c8 Added a trie iterator obscuren 2014-02-24 12:11:00 +01:00
  • 377c995103 Separated the VM from the block manager and added states obscuren 2014-02-24 12:10:45 +01:00
  • c006ed4ffd Tests fix. Gav Wood 2014-02-24 10:24:39 +00:00
  • 8ecb24f114 parse now returns byte[] instead of string Joey Zhou 2014-02-23 14:43:18 -08:00
  • 3a45cdeaf9 Moved txpool start to initialisation method of ethereumm obscuren 2014-02-23 01:57:45 +01:00
  • a4a4ffbeff Moved address obscuren 2014-02-23 01:57:22 +01:00
  • f5737b929a Added a secondary processor obscuren 2014-02-23 01:57:04 +01:00
  • c66cf95b40 Added address states for storing a session based address obscuren 2014-02-23 01:56:48 +01:00
  • 0656f465b0 Added transactions window obscuren 2014-02-23 01:56:04 +01:00
  • aa33a4b2fb Added some ui elements to make it easier to connect to nodes obscuren 2014-02-22 23:19:38 +01:00
  • 73b9ae9579 Updated some of the log statements to use the ethutil logger obscuren 2014-02-22 01:53:25 +01:00
  • 4bfd717ba2 Added the ability to extend the logger with more sub systems obscuren 2014-02-22 01:53:09 +01:00
  • 2b967558ce Working out UI obscuren 2014-02-22 01:52:47 +01:00
  • 510ff56363 Updated the tests. Gav Wood 2014-02-21 18:54:08 +00:00
  • a0ec843832 Moved over to new format, but RLP tests still need updating. Gav Wood 2014-02-21 18:49:24 +00:00
  • 660cd26f31 More docs. Gav Wood 2014-02-21 18:35:51 +00:00
  • 6ad14c1a15 Added VM test suite. Added TODO. Renamed old files. Gav Wood 2014-02-21 18:33:39 +00:00
  • 3e8b27c9dc WIP library, sample app obscuren 2014-02-21 17:29:59 +01:00
  • 95a48cea18 Peer amount update obscuren 2014-02-21 13:23:35 +01:00
  • aaac0c9998 Initial block chain fetching of existing blocks obscuren 2014-02-21 13:06:17 +01:00
  • cca8585554 Get a chain of blocks made simple obscuren 2014-02-21 13:05:59 +01:00
  • 05c353eca0 Added a basic <UNSTABLE> UI obscuren 2014-02-21 12:37:40 +01:00
  • 18cc35338a Fixed contract running obscuren 2014-02-21 12:37:16 +01:00
  • 681eacaa7f Removed old instruction code obscuren 2014-02-21 12:37:06 +01:00
  • b20c0b1d59 Removed all old code obscuren 2014-02-21 12:36:41 +01:00
  • f2a1260294 Nil is also considered empty obscuren 2014-02-21 12:36:22 +01:00
  • d7ecc92c41 Fixed broken links. Fixes #18 obscuren 2014-02-21 00:47:07 +01:00
  • 06ea7fc830 re: Added contract fees obscuren 2014-02-20 23:11:17 +01:00
  • ed05779adb Updated fees obscuren 2014-02-20 23:10:43 +01:00
  • 8f69c2ac45 Added contract addr acessors obscuren 2014-02-20 23:10:36 +01:00
  • 504d356232 Added peek(n) obscuren 2014-02-20 23:10:16 +01:00
  • 059ad35215 Type checking obscuren 2014-02-20 23:10:05 +01:00
  • 9bc5c4a0c5 Long over due Trie delete implemented obscuren 2014-02-20 14:40:00 +01:00
  • 4afb624c45 WIP state object obscuren 2014-02-19 16:28:08 +01:00
  • 39b6eaf51c Debug logging functions obscuren 2014-02-19 16:27:35 +01:00
  • d4cc125456 Added more logging functions obscuren 2014-02-19 16:27:22 +01:00
  • dc994b3518 Changed fee structure obscuren 2014-02-19 16:27:08 +01:00
  • 8e7daec886 Added fees and debugging obscuren 2014-02-19 16:26:55 +01:00
  • b3da104e56 Corrected contract addresses obscuren 2014-02-19 16:26:35 +01:00
  • 0936e5ccf5 Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop obscuren 2014-02-19 11:40:02 +01:00
  • 531b3a96eb Merge pull request #5 from sdboyer/iotas Jeffrey Wilcke 2014-02-19 11:38:02 +01:00
  • 3dae732f36 Merge pull request #6 from sdboyer/genisis Jeffrey Wilcke 2014-02-19 11:36:53 +01:00
  • 1e241e3a61 Merge pull request #7 from sdboyer/vet-fixes Jeffrey Wilcke 2014-02-19 11:36:23 +01:00
  • 24f2b2afc3 Running contracts fixed obscuren 2014-02-19 11:35:17 +01:00
  • 357b4bc14c Add comment explaining why iota is not used. Sam Boyer 2014-02-18 17:24:44 -05:00
  • 5adbd39946 Express bit flag constants using iota bitshift. Sam Boyer 2014-02-18 17:20:41 -05:00
  • 6dac014978 Fix a couple errors from go vet Sam Boyer 2014-02-18 10:47:09 -05:00
  • 4d405f6654 s/GenisisHeader/GenesisHeader/ Sam Boyer 2014-02-18 10:40:58 -05:00
  • bbcf304b99 Merge pull request #3 from josephyzhou/develop Jeffrey Wilcke 2014-02-18 16:04:45 +01:00
  • c866fcc5b3 Added new address obscuren 2014-02-18 12:10:21 +01:00
  • 6736c03711 Added editor for contracts obscuren 2014-02-18 12:09:36 +01:00
  • ab7dc92404 Added import/exporting of private keys obscuren 2014-02-18 12:09:26 +01:00
  • 8c8554f558 Added license name and updated block output from the dev console obscuren 2014-02-18 01:34:33 +01:00
  • d7eca7bcc1 Rlp update obscuren 2014-02-18 01:34:06 +01:00
  • 68028f492f Fixed block handling obscuren 2014-02-18 01:33:26 +01:00
  • 8629d9a418 String changed and removed some debugging code obscuren 2014-02-18 01:33:15 +01:00
  • c7623c3165 Changed debug messages obscuren 2014-02-18 01:32:39 +01:00
  • ba95849097 Added hex method obscuren 2014-02-18 01:32:20 +01:00
  • bb3e28310e If sender is receiver only subtract the fee obscuren 2014-02-18 01:31:51 +01:00
  • a5b7279cb5 Changed uncle block fee as to what it should be obscuren 2014-02-18 01:31:31 +01:00
  • c5b009ba6f new line Joey Zhou 2014-02-17 15:47:33 -08:00
  • e72a782bf0 adding compact decode tests Joey Zhou 2014-02-17 15:46:16 -08:00
  • 7413552a28 Root should reset on undo obscuren 2014-02-17 20:40:33 +01:00
  • b7a636b894 Values should accept bytes as valid string output obscuren 2014-02-17 20:29:54 +01:00
  • e5b97fe03e Added proper error message obscuren 2014-02-16 20:33:23 +01:00
  • 2ea05292c0 Added proper name :) obscuren 2014-02-16 20:33:07 +01:00
  • e4a6ee3d7f Added dirty tracking on the cache obscuren 2014-02-16 20:32:56 +01:00
  • 7264044122 Added a few tests obscuren 2014-02-16 20:31:02 +01:00
  • f1d6f1bd17 Removed Reset obscuren 2014-02-16 20:30:50 +01:00
  • c95a27e394 Added more tests obscuren 2014-02-16 20:30:33 +01:00
  • 066940f134 Defer undo on the current block's state obscuren 2014-02-16 20:30:21 +01:00
  • 5257c25ee2 Merge branch 'master' into develop obscuren 2014-02-15 13:27:43 +01:00
  • 6db8b5d06a Added link to dev package obscuren 2014-02-15 13:27:23 +01:00
  • 07c12f0b92 Added trie tests, value tests obscuren 2014-02-15 13:21:11 +01:00
  • 5883446b21 Fixed test obscuren 2014-02-15 12:41:17 +01:00
  • 9bcb3d2216 Fixed test obscuren 2014-02-15 12:40:19 +01:00
  • 424b0b8bac Merge branch 'hotfix/0.2.2-1' into develop obscuren 2014-02-15 12:12:01 +01:00
  • 30ee32a725 Merge branch 'hotfix/0.2.2-1' obscuren 2014-02-15 12:11:53 +01:00
  • f5fbbb147f Removed debug message obscuren 2014-02-15 12:11:40 +01:00
  • 86e6699528 Merge branch 'release/0.2.2' into develop obscuren 2014-02-15 12:10:31 +01:00
  • 9e57aac5eb Merge branch 'release/0.2.2' obscuren 2014-02-15 12:10:25 +01:00
  • 1ba7ffe9f8 Added text for keys obscuren 2014-02-15 12:10:13 +01:00
  • 147a74dff2 Merge branch 'release/0.2.2' into develop obscuren 2014-02-15 11:53:02 +01:00
  • 60afd02e59 Merge branch 'release/0.2.2' obscuren 2014-02-15 11:52:38 +01:00
  • fd1aa869e1 Bumped version number obscuren 2014-02-15 11:52:28 +01:00
  • 334c41d088 Added MIT license obscuren 2014-02-15 11:49:53 +01:00
  • 4a656eff7b Added git flow explanation obscuren 2014-02-15 11:49:39 +01:00
  • 3fd5715872 Added git flow explanation obscuren 2014-02-15 11:49:29 +01:00
  • 3a03d091eb Removed RlpValue in favour of Value obscuren 2014-02-15 01:34:35 +01:00
  • 73fd358d94 Removed RlpValue in favour of Value obscuren 2014-02-15 01:34:18 +01:00
  • fe59a2b26d Updated to the great merge package obscuren 2014-02-15 00:05:04 +01:00
  • f247f0c518 Added readme obscuren 2014-02-15 00:04:46 +01:00
  • f6d1bfe45b The great merge obscuren 2014-02-14 23:56:09 +01:00
  • c2fb9f06ad Refactoring RlpValue => Value obscuren 2014-02-13 15:12:16 +01:00
  • 68fbfe70da Default to .ethereum obscuren 2014-02-12 16:34:35 +01:00