Commit Graph

22 Commits (8a008ee0e6f08eb73407158a6ce2716d59ae40fc)

Author SHA1 Message Date
Paweł Bylica cf6674539c
core/vm: use uint256 in EVM implementation (#20787) 4 years ago
Martin Holst Swende b566cfdffd core/evm: avoid copying memory for input in calls (#20177) 5 years ago
Liang ZOU 6663e5da10 all: fix various comment typos (#17748) 6 years ago
Guillaume Ballet 598f786aab core/vm: clear linter warnings (#17057) 6 years ago
Martin Holst Swende 947e0afeb3 core/vm: optimize MSTORE and SLOAD (#16939) 6 years ago
kiel barry a7720b5926 core: golint updates for this or self warning (#16633) 6 years ago
Péter Szilágyi 4e0fea4d30
core/vm: polish RETURNDATA, add missing returns to CALL* 7 years ago
Jeffrey Wilcke 10a57fc3d4 consensus, core/*, params: metropolis preparation refactor 7 years ago
Jeffrey Wilcke c12f4df910 params: core, core/vm, miner: 64bit gas instructions 8 years ago
Jeffrey Wilcke 57f4e90257 Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" 8 years ago
Jeffrey Wilcke 8b57c49490 params: core, core/vm, miner: 64bit gas instructions (#3514) 8 years ago
Jeffrey Wilcke 7c7692933c cmd/geth, cmd/utils, core, rpc: renamed to blockchain 9 years ago
Jeffrey Wilcke 361082ec4b cmd/evm, core/vm, test: refactored VM and core 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
obscuren f6f81169fe core/vm: Fork fix. Removal of appending 0 bytes in memset 9 years ago
obscuren f5af1fdca8 core/vm: RETURN op code returns pointer to memory rather than copy 9 years ago
obscuren df648cbc60 Removed comments 10 years ago
obscuren 8a22cd5e6c Removed defer/panic. #503 10 years ago
obscuren 00f8319faf Explicitly check memory's data store. #515 10 years ago
obscuren 0330077d76 moved state and vm to core 10 years ago
obscuren abce6804a0 Right pad bytes to prevent future programmers making bugs 10 years ago
obscuren 9007f2bbdc reworked stack 10 years ago