Commit Graph

100 Commits (8f733461b3f4aee982eb9991d46ff828281b1ac9)

Author SHA1 Message Date
obscuren 2df8ad6307 Added state tests 10 years ago
obscuren a052357872 Fixed EXP gas 10 years ago
obscuren a22056db59 Make an attempt to pay for the gas prior to expanding the mem. 10 years ago
obscuren d33987cb44 Additional fees for *COPY 10 years ago
obscuren 6dc46d3341 Changed the way transactions are being added to the transaction pool 10 years ago
obscuren 616066a598 rework vm 10 years ago
obscuren 34f29d57b6 Update vm_debug.go 10 years ago
Taylor Gerring 9095b37343 Convert vm test to checker 10 years ago
Taylor Gerring dd9e99a418 try to get full coverage report on travis 10 years ago
Taylor Gerring 2a9fc7baa9 Merge branch 'develop' of https://github.com/tgerring/go-ethereum 10 years ago
obscuren f6e55962a8 Fixes for PV41/42 10 years ago
obscuren 20d518ee95 Numerous fixes for consensus. 10 years ago
Taylor Gerring 461324a801 Remove references to mutan 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 d30571a7a8 Added VM testing tool 10 years ago
obscuren 48488017e4 Proper packages 10 years ago
obscuren b4da085a9f Accidental packages 10 years ago
obscuren 99d5769c2b There'll be jumping in to jumps 10 years ago
obscuren 1b1fa049fa Fixed VM and added static analysis for EVM jumps 10 years ago
obscuren 8cfbf1836d Added JUMP analysis (WIP) 10 years ago
obscuren 78fb2af6f1 Squashed commit of the following: 10 years ago
obscuren 1bb398f4e2 Sign ext 10 years ago
obscuren 3f90f7c898 Signextend 10 years ago
obscuren 141d3caabb Re-org op codes 10 years ago
Felix Lange 394e0f60c2 chain, tests/helper, vm: make tests compile 10 years ago
Felix Lange f3473312ba all: fix rename breakage 10 years ago
obscuren af8f5f0b69 ethstate => state 10 years ago
obscuren b1c247231b ethlog => logger 10 years ago
obscuren fd9da72536 ethcrypto => crypto 10 years ago
obscuren df5603de0a Moved logging to state, proper structured block 10 years ago
Felix Lange 4cf69d7cd3 vm: fix basic VM tests 10 years ago
obscuren fb4113dab4 PoC 7 updates 10 years ago
obscuren 48125a25eb Added missing requires on SSTORE SLOAD 10 years ago
obscuren 7849b7e978 Refund SSTORE properly 10 years ago
obscuren 272d58662c Implemented LOG. Closes #159 10 years ago
obscuren feef194829 Chnged to use GetOp instead & added error + checking 10 years ago
obscuren 06aa74e7df All Stack requirements are now checked prior to reduring gas. 10 years ago
obscuren 29b8a0bc5f Updated the VM & VM tests 10 years ago
obscuren 51ecab6967 Do not set error on recover 10 years ago
obscuren b5beb1aac1 added a transfer method to vm env 10 years ago
obscuren 097ba56df5 Renamed block_chain to chain_manager 10 years ago
obscuren 20c742e474 Moved ethvm => vm 10 years ago