Jeffrey Wilcke
|
bbc4ea4ae8
core/vm: improved EVM run loop & instruction calling (#3378)
|
8 年之前 |
Péter Szilágyi
|
89a32267f7
eth: fix miner start API to accept int, not hexint
|
9 年之前 |
Felix Lange
|
cf71f5cd60
rpc: remove HexNumber, replace all uses with hexutil types
|
9 年之前 |
Péter Szilágyi
|
0ee796632a
eth, miner: verify PoW in the remote agent to notify submitter (#3438)
|
9 年之前 |
Nick Johnson
|
9ba9fe818d
cmd/utils, eth: Add gzip support for chain dump and restore
|
9 年之前 |
Jeffrey Wilcke
|
3fc7c97827
core, core/vm: implemented a generic environment (#3348)
|
9 年之前 |
Jeffrey Wilcke
|
4dca5d4db7
core/types, params: EIP#155
|
9 年之前 |
Jeffrey Wilcke
|
445feaeef5
core, core/state, trie: EIP158, reprice & skip empty account write
|
9 年之前 |
Péter Szilágyi
|
289b30715d
Godeps, vendor: convert dependency management to trash (#3198)
|
9 年之前 |
Péter Szilágyi
|
710435b51b
core, eth, trie: reuse trie journals in all our code
|
9 年之前 |
Felix Lange
|
a59a93f476
core/state: track all accounts in canon state
|
9 年之前 |
Nick Johnson
|
2f99720901
core/vm, eth: Add support for javascript trace functions
|
9 年之前 |
Nick Johnson
|
781915f183
core/vm: Refactor tracing to make Tracer the main interface
|
9 年之前 |
zsfelfoldi
|
00787fe781
core: added CheckNonce() to Message interface
|
9 年之前 |
Péter Szilágyi
|
96dc42d99c
cmd, common, console, eth, release: drop redundant "full"s
|
9 年之前 |
Péter Szilágyi
|
1e50f5dd28
Merge pull request #2159 from zsfelfoldi/light-backend
|
9 年之前 |
zsfelfoldi
|
3a97280ae8
eth: separate common and full node-specific API and backend service
|
10 年之前 |
Péter Szilágyi
|
22ef7370e7
Merge pull request #2686 from obscuren/issue-2542
|
9 年之前 |
Jeffrey Wilcke
|
bb3651abc8
core/state, eth: Updated suicides objects when tracing transactions
|
9 年之前 |
zsfelfoldi
|
f9917c8c7b
core: improved chainDb using sequential keys
|
9 年之前 |
Rémy Roy
|
f86ea9aad5
eth/api: fixed GetCompilers when there is no error creating Solc
|
9 年之前 |
Jeffrey Wilcke
|
7f515b0e88
Merge pull request #2564 from bas-vk/submit-tx
|
9 年之前 |
Bas van Kervel
|
64a6c2c1b6
eth: add new RPC method (personal.) SignAndSendTransaction
|
9 年之前 |
Péter Szilágyi
|
1580ec1804
accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call
|
9 年之前 |
Jeffrey Wilcke
|
4b1a7d3868
eth: fixed regression in eth_signTransaction fixes #2578
|
9 年之前 |
Jeffrey Wilcke
|
7d59c5c58d
eth: fixed tracing functions using the current header instead of parent
|
9 年之前 |
Péter Szilágyi
|
586eddfd09
release, all: integrate the release service into geth
|
9 年之前 |
Felix Lange
|
1c20313a6a
Merge pull request #2493 from almindor/develop
|
9 年之前 |
Ales Katona
|
572da73d4d
eth: add personal_importRawKey for runtime private key import
|
9 年之前 |
Péter Szilágyi
|
cdcbb2f160
accounts/abi/bind, eth: add contract non-existent error
|
9 年之前 |