Commit Graph

  • 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' 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
  • 67de76c217 Put leveldb obscuren 2014-02-11 20:09:58 +01:00
  • 02acef23d5 Interop! obscuren 2014-02-11 18:46:28 +01:00
  • 954f897938 Use seed obscuren 2014-02-11 18:46:10 +01:00
  • 5a83114efd Seed bootstrapping added obscuren 2014-02-10 20:59:31 +01:00
  • 980987ae8f Added block retrieval obscuren 2014-02-10 20:24:36 +01:00
  • d831064f65 Skip the first byte in generating addresses obscuren 2014-02-10 20:22:52 +01:00
  • 42123b4396 Fixed peer handling obscuren 2014-02-10 16:41:36 +01:00
  • 0ae6a38825 Database obscuren 2014-02-10 16:04:57 +01:00
  • 8ab6c53231 Reversed back obscuren 2014-02-10 13:59:05 +01:00
  • 1d26ae2dea Changed client id obscuren 2014-02-10 11:45:08 +01:00
  • 3ecb2ef29c removed pub key log obscuren 2014-02-10 11:37:11 +01:00
  • d2edc2bbf4 Added some loggers obscuren 2014-02-10 11:36:49 +01:00
  • 8db7d791f0 Corrected version number in error log obscuren 2014-02-10 11:20:42 +01:00
  • a50b4f6b11 Forgot to bump the version obscuren 2014-02-10 01:15:14 +01:00
  • 156495732b level db back in obscuren 2014-02-10 01:10:02 +01:00
  • 3c4fb01da3 Version 3 and added added catch up obscuren 2014-02-10 01:09:12 +01:00
  • c00b1dd508 Self connect on handshake obscuren 2014-02-09 23:58:59 +01:00
  • 8320fd998e Added pub key to keyring obscuren 2014-02-09 23:35:02 +01:00
  • 0de31a3898 Fixed self connect through public key discovery. obscuren 2014-02-09 23:34:33 +01:00
  • 37a89e577c Added address obscuren 2014-02-08 23:50:08 +01:00
  • 9ac81c5b2b Proper keys obscuren 2014-02-08 23:26:43 +01:00
  • 7b7242b9ea Proper keys obscuren 2014-02-08 23:25:48 +01:00
  • c2bb5e39e1 Unused package obscuren 2014-02-08 23:21:29 +01:00
  • 67572417c6 Use the generated key obscuren 2014-02-08 23:21:09 +01:00
  • 542bc2fce4 Woops obscuren 2014-02-08 22:57:40 +01:00