Commit Graph

19 Commits (de9f79133faa1ff5dcd16fb4fd13d06b7799ded9)

Author SHA1 Message Date
obscuren 3ab05ddd25 Bump 10 years ago
obscuren e235b57234 Fixed consensus issue for refunding 10 years ago
obscuren ea9a549bbd Removed exported fields from state object and added proper set/getters 10 years ago
obscuren fa4cbad315 Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
obscuren 30fa30bd4a Docs & old code removed 10 years ago
obscuren 8ccde784f9 Added (disabled) Jit validation 10 years ago
obscuren 82beaabf6a Fixed consensus issue 10 years ago
obscuren ca1b2a1a91 Changed prev_hash to block_hash, state transition now uses vm env 10 years ago
obscuren 4dc7ee9087 Closure => Context 10 years ago
obscuren 1508a23a6f Minor updates on gas and removed/refactored old code. 10 years ago
obscuren f5b8f3d41b Removed OOG check. Revert should always happen. 10 years ago
obscuren 0e93b98533 Transaction was generating incorrect hash because of var changes 10 years ago
obscuren 3325683794 Fixed refund model 10 years ago
obscuren 198cc69357 Gas corrections and vm fixes 10 years ago
obscuren 5ad473d758 Moved methods to messages 10 years ago
obscuren db494170dc Created generic message (easy for testing) 10 years ago
obscuren 008e91db6a null ptr fix 10 years ago
obscuren f298ffdbb8 Renamed State => StateDB 10 years ago
obscuren 9008b155d3 Renamed `chain` => `core` 10 years ago
obscuren 99853ac3ce Moved execution from vm to chain. 10 years ago
obscuren f778922086 Set proper message value 10 years ago
obscuren 61556ef01d GasData changes & removed min gas price 10 years ago
obscuren a1b6a9ac29 Begin of moving objects to types package 10 years ago
obscuren 20d518ee95 Numerous fixes for consensus. 10 years ago
obscuren 60cdb1148c Transaction execution fixes 10 years ago
obscuren 6c9e503eb8 Removed all implicit logging. Fixed gas issues and jump errors 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago
obscuren 3ee0461cb5 Moved ethchain to chain 10 years ago
obscuren df5603de0a Moved logging to state, proper structured block 10 years ago
obscuren 9e2f071d26 Removed events from the state manager 10 years ago
obscuren fb4113dab4 PoC 7 updates 10 years ago
obscuren ca18b3f1e9 Do not return error on VM exception 10 years ago
obscuren 272d58662c Implemented LOG. Closes #159 10 years ago
obscuren 29b8a0bc5f Updated the VM & VM tests 10 years ago
obscuren 20c742e474 Moved ethvm => vm 10 years ago
obscuren 93fcabd251 Fixed most of the tests 10 years ago
obscuren bb5038699e Corrected package .... 10 years ago
obscuren 311c6f8a3f Fixed remote Arithmetic tests 10 years ago
obscuren c5bd32b0ad Refactored VM to two separate VMs; std & debug 10 years ago
obscuren b417766b36 Minor tweaks for poc7 10 years ago
obscuren 82be305496 Fixed inconsistencies 10 years ago
obscuren 3af211dd65 Implemented WebSocket package 10 years ago
obscuren 2949990016 Added CALLSTATELESS 10 years ago
obscuren 3f904bf3ac Implemented POST 10 years ago
obscuren 93008e279d Removed old chain code 10 years ago
obscuren b0ae61c652 Removed the "Get" part 10 years ago
obscuren 7d95e8624a Added message to closure && added change addresses 10 years ago
obscuren a760ce05b9 Updated chain for filtering 10 years ago
obscuren 03ce15df4c ethstate.NewState => ethstate.New 10 years ago
obscuren 3debeb7236 ethtrie.NewTrie => ethtrie.New 10 years ago