Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | * Moved `vm.Transfer` to `core` package and changed execution to call `env.Transfer` instead of `core.Transfer` directly. * core/vm: byte code VM moved to jump table instead of switch * Moved `vm.Transfer` to `core` package and changed execution to call `env.Transfer` instead of `core.Transfer` directly. * Byte code VM now shares the same code as the JITVM * Renamed Context to Contract * Changed initialiser of state transition & unexported methods * Removed the Execution object and refactor `Call`, `CallCode` & `Create` in to their own functions instead of being methods. * Removed the hard dep on the state for the VM. The VM now depends on a Database interface returned by the environment. In the process the core now depends less on the statedb by usage of the env * Moved `Log` from package `core/state` to package `core/vm`. | ||||
* | rpc/api: format pendingTx response. Fixes #1648 | Maran | 2015-08-16 | 1 | -8/+8 |
| | |||||
* | miner, rpc: added submit hashrate for remote agents | Jeffrey Wilcke | 2015-08-06 | 1 | -0/+31 |
| | |||||
* | Merge pull request #1461 from bas-vk/eth_resend | Jeffrey Wilcke | 2015-08-02 | 1 | -0/+8 |
|\ | | | | | Old transaction after resend was not removed from pool | ||||
| * | bugfix, pending transaction was resend with new gas price/limit but not ↵ | Bas van Kervel | 2015-07-28 | 1 | -0/+8 |
| | | | | | | | | removed from transaction pool | ||||
* | | rpc: to in Call no longer required. Fixed eth_estimateGas | Jeffrey Wilcke | 2015-07-29 | 1 | -4/+0 |
| | | |||||
* | | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
|/ | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | rebase with develop | Bas van Kervel | 2015-06-30 | 1 | -15/+24 |
| | |||||
* | initialize fields to prevent nil pointer exception | Bas van Kervel | 2015-06-30 | 1 | -3/+8 |
| | |||||
* | add json parsing method for resend transaction | Bas van Kervel | 2015-06-30 | 1 | -1/+76 |
| | |||||
* | improved error handling in parsing request | Bas van Kervel | 2015-06-30 | 1 | -1/+6 |
| | |||||
* | added eth.resend | Bas van Kervel | 2015-06-30 | 1 | -0/+50 |
| | |||||
* | added eth.pendingTransactions | Bas van Kervel | 2015-06-30 | 1 | -0/+34 |
| | |||||
* | fixed eth sign unittest | Bas van Kervel | 2015-06-22 | 1 | -6/+6 |
| | |||||
* | added batch support to console and attach actions | Bas van Kervel | 2015-06-22 | 1 | -18/+18 |
| | |||||
* | Merge pull request #1267 from SilentCicero/develop | Jeffrey Wilcke | 2015-06-19 | 1 | -0/+29 |
|\ | | | | | eth_sendRawTransaction JSON RPC | ||||
| * | New DataArgs and eth_sendRawTransaction | SilentCicero | 2015-06-17 | 1 | -0/+29 |
| | | |||||
* | | rpc/api: fixed default gas-(price) issue. | obscuren | 2015-06-15 | 1 | -6/+2 |
|/ | |||||
* | added admin API | Bas van Kervel | 2015-06-11 | 1 | -15/+15 |
| | |||||
* | restructured eth rpc API | Bas van Kervel | 2015-06-11 | 1 | -0/+835 |