Commit Graph

57 Commits (e09f0a5f2c1e1b46226656dbac9a4ae10e0dcd14)

Author SHA1 Message Date
obscuren 4f2e9c2640 Check for nil 11 years ago
obscuren 7660e1ed90 Added a IsList method for type checking []interface{} 11 years ago
obscuren 308c59320c Fixed typo 11 years ago
obscuren e0b6091d7e Test fixes and removed old code. Added VM gas fees 11 years ago
obscuren 01c1bce9c5 Removed regular ints from the virtual machine and closures 11 years ago
obscuren 9a9e252cab Changes 'compiler' to work with any type 11 years ago
obscuren 2ea4c632d1 Closure return, arguments fixed. Added proper tests 11 years ago
obscuren fa1db8d2dc Implemented closure arguments 11 years ago
obscuren f3d27bf5d8 Rewrote opcodes again 11 years ago
obscuren f21eb88ad1 Some minor updates 11 years ago
obscuren c642094cac Added encoder interface 11 years ago
obscuren 344e827061 Added client string to configuration 11 years ago
obscuren f80984491a Removed comments 11 years ago
obscuren 92f2abdf76 Partially refactored server/txpool/block manager/block chain 11 years ago
Maxime Quandalle 8577e9116e Rename .travil.yml to .travis.yml 11 years ago
obscuren d2bc57cd34 PoC reactor pattern 11 years ago
obscuren f1b354e6aa Reactor implemented 11 years ago
obscuren b462ca4aad Bump 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 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 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
Joey Zhou 8ecb24f114 parse now returns byte[] instead of string 11 years ago
obscuren 4bfd717ba2 Added the ability to extend the logger with more sub systems 11 years ago
obscuren b20c0b1d59 Removed all old code 11 years ago
obscuren f2a1260294 Nil is also considered empty 11 years ago
obscuren 059ad35215 Type checking 11 years ago
obscuren 9bc5c4a0c5 Long over due Trie delete implemented 11 years ago
obscuren 4afb624c45 WIP state object 11 years ago
obscuren d4cc125456 Added more logging functions 11 years ago
obscuren 24f2b2afc3 Running contracts fixed 11 years ago
obscuren c866fcc5b3 Added new address 11 years ago
obscuren d7eca7bcc1 Rlp update 11 years ago
obscuren ba95849097 Added hex method 11 years ago
Joey Zhou c5b009ba6f new line 11 years ago
Joey Zhou e72a782bf0 adding compact decode tests 11 years ago
obscuren 7413552a28 Root should reset on undo 11 years ago
obscuren b7a636b894 Values should accept bytes as valid string output 11 years ago
obscuren e4a6ee3d7f Added dirty tracking on the cache 11 years ago
obscuren 7264044122 Added a few tests 11 years ago
obscuren f1d6f1bd17 Removed Reset 11 years ago
obscuren c95a27e394 Added more tests 11 years ago
obscuren 07c12f0b92 Added trie tests, value tests 11 years ago
obscuren 5883446b21 Fixed test 11 years ago
obscuren 9bcb3d2216 Fixed test 11 years ago