Commit Graph

149 Commits (d2bc57cd34fe4da3ecec3ff95bc4ef9e74589e5d)
 

Author SHA1 Message Date
obscuren d2bc57cd34 PoC reactor pattern 11 years ago
obscuren d65b4cd0dd Updated block to use state instead of trie directly 11 years ago
obscuren f1b354e6aa Reactor implemented 11 years ago
obscuren ceada15290 Merge branch 'hotfix/0.3.1' 11 years ago
obscuren b462ca4aad Bump 11 years ago
obscuren 601340bd46 Fixed shutting down 11 years ago
obscuren 839bd73fbb Merge branch 'release/0.3.0' 11 years ago
obscuren 3f7ec1a83f Conform to Db interface 11 years ago
obscuren 8fa19664e6 Added BigCopy 11 years ago
obscuren 9d06f9e6fb Updated readme#trie 11 years ago
obscuren c0fcefa3a0 Added a GetKeys method to support multiple accounts 11 years ago
obscuren c9f3d1c00b leveldb API changed for NewIterator. Fixes #20 11 years ago
obscuren e98b53bbef WIP Observing pattern 11 years ago
obscuren 4b8c50e2cd Deprication 11 years ago
obscuren 1e7b3cbb13 Removed debug log 11 years ago
obscuren ce07d9bb4c Error logging on tx processing 11 years ago
obscuren 507fc7b9d1 Length checking when fetching contract. Contract always have 3 fields 11 years ago
obscuren 4f4175a3e2 Addad db name for new ldb 11 years ago
obscuren c7e73ba12d Added currency converting 11 years ago
obscuren b30b9ab8cb Fixed a minor issue where a string is expected but returns slice 11 years ago
obscuren 0afdedb01a Some log statements changed to the default logger 11 years ago
obscuren 6c7255cde2 Fixed a minor issue on crashed contracts 11 years ago
Jeffrey Wilcke f2234264ed Merge pull request #8 from josephyzhou/develop 11 years ago
obscuren 95a8ebc249 Changed MakeContract on block 11 years ago
obscuren 88a9c62fcc Proper tests 11 years ago
obscuren b29c1eecd1 Removed debug print 11 years ago
obscuren d69db6e617 Removed compiling from the transaction 11 years ago
obscuren d8b5bbd48c Added compile 11 years ago
obscuren 22e2c3429b Infof rather than infoln 11 years ago
obscuren 4cc5b03137 Added opcodes 11 years ago
obscuren a3fb7008b2 Added make contract 11 years ago
obscuren 55c1c220d0 Added delete to database interfaces 11 years ago
obscuren 5971c82094 Updated opcodes ... again 11 years ago
obscuren 1a98bbf1c8 Added a trie iterator 11 years ago
obscuren 377c995103 Separated the VM from the block manager and added states 11 years ago
Joey Zhou 8ecb24f114 parse now returns byte[] instead of string 11 years ago
obscuren 3a45cdeaf9 Moved txpool start to initialisation method of ethereumm 11 years ago
obscuren a4a4ffbeff Moved address 11 years ago
obscuren f5737b929a Added a secondary processor 11 years ago
obscuren c66cf95b40 Added address states for storing a session based address 11 years ago
obscuren 73b9ae9579 Updated some of the log statements to use the ethutil logger 11 years ago
obscuren 4bfd717ba2 Added the ability to extend the logger with more sub systems 11 years ago
obscuren cca8585554 Get a chain of blocks made simple 11 years ago
obscuren 18cc35338a Fixed contract running 11 years ago
obscuren 681eacaa7f Removed old instruction code 11 years ago
obscuren b20c0b1d59 Removed all old code 11 years ago
obscuren f2a1260294 Nil is also considered empty 11 years ago
obscuren 06ea7fc830 re: Added contract fees 11 years ago
obscuren ed05779adb Updated fees 11 years ago
obscuren 8f69c2ac45 Added contract addr acessors 11 years ago