| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
|
|
|
|
|
| |
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
|
| |
|
|
|
|
|
|
|
|
|
| |
* JUMPDEST analysis is faster because less type conversions are performed.
* The map of JUMPDEST locations is now created lazily at the first JUMP.
* The result of the analysis is kept around for recursive invocations
through CALL/CALLCODE.
Fixes #1147
|
|
|
|
|
|
|
| |
* CALLDATA use getData
* removed old context get range value
* removed casting big => int for some cases
* pc now big int #457
|
|
|