Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VERSION, cmd/geth: bumped version 1.4.9 | Péter Szilágyi | 2016-06-29 | 2 | -2/+2 |
| | |||||
* | [release/1.4.9] Revert "test, cmd/evm, core, core/vm: illegal code hash ↵ | Péter Szilágyi | 2016-06-29 | 11 | -95/+29 |
| | | | | | | implementation" This reverts commit a9c94cbf48fefe39104ee3495df139ff374dd219. | ||||
* | [release/1.4.9] Revert "core: add voting and result tracking for the dao ↵ | Péter Szilágyi | 2016-06-29 | 5 | -436/+20 |
| | | | | | | soft-fork" This reverts commit f31a3a251afad1d4c7169bc530fe60471df36122. | ||||
* | [release/1.4.9] Revert "core: update DAO soft-fork number, clean up the code" | Péter Szilágyi | 2016-06-29 | 10 | -49/+67 |
| | | | | This reverts commit aefffc9ed8ca60ebe58e06066b30f1283493f488. | ||||
* | [release/1.4.9] Revert "core: update the DAO soft fork proposal to the final ↵ | Péter Szilágyi | 2016-06-29 | 1 | -1/+1 |
| | | | | | | block" This reverts commit b170a80cdcb380765c711017588b2d148eb1601e. | ||||
* | VERSION, cmd/geth: bumped version 1.4.8 | Péter Szilágyi | 2016-06-24 | 2 | -2/+2 |
| | |||||
* | [release/1.4.8] core: update the DAO soft fork proposal to the final block | Péter Szilágyi | 2016-06-24 | 1 | -1/+1 |
| | | | | (cherry picked from commit 1e3a7d4fab36df9382d023519ef10e3c34bafa3b) | ||||
* | [release/1.4.8] core: update DAO soft-fork number, clean up the code | Péter Szilágyi | 2016-06-24 | 10 | -67/+49 |
| | | | | (cherry picked from commit ba784bdf36f2daf7827ec1ec864f3393ba8d86a0) | ||||
* | [release/1.4.8] core: add voting and result tracking for the dao soft-fork | Péter Szilágyi | 2016-06-24 | 5 | -20/+436 |
| | | | | (cherry picked from commit c4de28938ff8c688c4444c8b3e8e28a52cbc62ff) | ||||
* | [release/1.4.8] test, cmd/evm, core, core/vm: illegal code hash implementation | Jeffrey Wilcke | 2016-06-24 | 11 | -29/+95 |
| | | | | | | | | | | This implements a generic approach to enabling soft forks by allowing anyone to put in hashes of contracts that should not be interacted from. This will help "The DAO" in their endevour to stop any whithdrawals from any DAO contract by convincing the mining community to accept their code hash. (cherry picked from commit 7a5b571c671e70e0e4807cf971c15e2d1e09d33d) | ||||
* | VERSION, cmd/geth: bumped version 1.4.7 | Péter Szilágyi | 2016-06-15 | 2 | -2/+2 |
| | |||||
* | [release/1.4.7] cmd/evm: added --create flag indicating the exec code is to ↵ | Jeffrey Wilcke | 2016-06-15 | 1 | -11/+34 |
| | | | | | | | | | | | | | | be created This fixes an issue if you wanted to test out code deployment rather than running a piece of code with an argument. This solves it by adding a --create flag that indicates the Create function should be used rather than the Call function. This also adds a statedb.commit call so that the proper state can be dumped when requested using the --dump flag. (cherry picked from commit e5165aeb277b1f1ae8d5bf60c22716ccd874a8e6) | ||||
* | [release/1.4.7] cmd/utils: add space between "to" and filename | Tosh Camille | 2016-06-15 | 1 | -5/+5 |
| | | | | (cherry picked from commit ac66d96c5acd4661253aad8015aa245c6788cd45) | ||||
* | [release/1.4.7] accounts/abi: fix uint64 upper range encoding. | Péter Szilágyi | 2016-06-14 | 2 | -21/+33 |
| | | | | (cherry picked from commit 0f9539e1e3e77bb181d67591cfbb77f6a17e5537) | ||||
* | [release/1.4.7] core/state, eth: Updated suicides objects when tracing ↵ | Jeffrey Wilcke | 2016-06-14 | 2 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | transactions Consensus rules dictate that objects can only be removed during the finalisation of the transaction (i.e. after all calls have finished). Thus calling a suicided contract twice from the same transaction: A->B(S)->ret(A)->B(S) results in 2 suicides. Calling the suicided object twice from two transactions: A->B(S), A->B, results in only one suicide and a call to an empty object. Our current debug tracing functionality replays all transaction that were executed prior to the targetted transaction in order to provide the user with an accurate trace. As a side effect to calling StateDB.IntermediateRoot it also deletes any suicides objects. Our tracing code never calls this function because it isn't interested in the intermediate root. Becasue of this it caused a bug in the tracing code where transactions that were send to priviously deleted objects resulted in two suicides rather than one suicide and a call to an empty object. Fixes #2542 (cherry picked from commit bb3651abc865c6f6babec0d357afa85f5a539d83) | ||||
* | [release/1.4.7] eth/downloader: fix occasional fast sync critical section ↵ | Péter Szilágyi | 2016-06-14 | 1 | -1/+3 |
| | | | | | | test fails (cherry picked from commit 783289068a63b3accbc6d69cb0ecc0f2c39c5f54) | ||||
* | [release/1.4.7] cmd: fix CLI package deprecation warnings | Péter Szilágyi | 2016-06-14 | 8 | -27/+55 |
| | | | | (cherry picked from commit 90e07b19abaa950eaaff2eecc4918b1d16ebbcaf) | ||||
* | [release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli | Bas van Kervel | 2016-06-14 | 35 | -626/+1309 |
| | | | | (cherry picked from commit 861add3d72bcfc6c6a8976eb82dc3e7b5288883e) | ||||
* | [release/1.4.7] accounts/abi: Negative numbers not properly converted in ABI ↵ | Thomas Bocek | 2016-06-14 | 4 | -64/+10 |
| | | | | | | | | | | | | | | | | | | | encoding When converting a negative number e.g., -2, the resulting ABI encoding should look as follows: fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe. However, since the check of the type is for an uint instead of an int, it results in the following ABI encoding: 0101010101010101010101010101010101010101010101010101010101010102. The Ethereum ABI (https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) says, that signed integers are stored in two's complement which should be of the form ffffff.... and not 01010101..... for e.g. -1. Thus, I removed the type check in numbers.go as well as the function S256 as I don't think they are correct. Or maybe I'm missing something? (cherry picked from commit 89c6c5bb85ff24c152218f245fa366e733c951a7) | ||||
* | [release/1.4.7] console: ignore round and curly brackets in strings when ↵ | Bas van Kervel | 2016-06-14 | 2 | -2/+91 |
| | | | | | | determining indentation level (cherry picked from commit dbcdf83ed8aca3f0b84d67b944fff2f3a8bc7769) | ||||
* | [release/1.4.7] cmd/geth: fix the keystore path in the accounts help text | Péter Szilágyi | 2016-06-14 | 1 | -1/+1 |
| | | | | (cherry picked from commit 7c0eb47dfb957c045361cf7297b2935fd3e6a25a) | ||||
* | [release/1.4.7] cmd/geth: truly randomize console test RPC endpoints | Péter Szilágyi | 2016-06-14 | 1 | -4/+12 |
| | | | | (cherry picked from commit 32258af87be39994baca95aa92cb5565ee69571a) | ||||
* | [release/1.4.7] console: fix windows color transformation issue | Péter Szilágyi | 2016-06-14 | 1 | -1/+2 |
| | | | | (cherry picked from commit d251d48439bf85d0fb0b52dd931e5ec6aea8b412) | ||||
* | VERSION, cmd/geth: bumped version 1.4.6 | Péter Szilágyi | 2016-06-06 | 2 | -2/+2 |
| | |||||
* | [release/1.4.6] eth: don't accept transactions until we sync up with the network | Péter Szilágyi | 2016-06-06 | 3 | -4/+13 |
| | | | | (cherry picked from commit 32559ccad1e0519ce1decc4b90df021fe215a811) | ||||
* | [release/1.4.6] eth/downloader: adaptive quality of service tuning | Péter Szilágyi | 2016-06-06 | 3 | -48/+235 |
| | | | | (cherry picked from commit 88f174a014c1f2f99fa6d6a8054ada28a0b43504) | ||||
* | [release/1.4.6] eth/downloader: make fast sync resilient to critical section ↵ | Péter Szilágyi | 2016-06-06 | 2 | -26/+109 |
| | | | | | | fails (cherry picked from commit 61ee9f299deb2bace8aa37778d248822793dd5ce) | ||||
* | [release/1.4.6] core: add missing lock in TxPool.{GetTransaction,RemoveTx} | Felix Lange | 2016-06-06 | 1 | -1/+10 |
| | | | | | | Fixes #2650 (cherry picked from commit fc85dd175ebeef4996e5d370a7a2f085c922196d) | ||||
* | [release/1.4.6] cmd/geth: make console tests more robust | Felix Lange | 2016-06-06 | 1 | -18/+28 |
| | | | | | | | | * use --port 0 to avoid p2p port conflicts * use --maxpeers 0 so it doesn't connect to bootstrap nodes * use geth.expectExit() to wait for termination (cherry picked from commit b57b6e341e3865de3b3a5aa108e642d1a6a5b590) | ||||
* | [release/1.4.6] console: remove unnecessary JS evaluation in Welcome | Felix Lange | 2016-06-06 | 1 | -10/+8 |
| | | | | (cherry picked from commit ad0e6e971e7d03c07842cc236fec09c73f93f465) | ||||
* | [release/1.4.6] internal/jsre: ensure Stop can be called more than once | Felix Lange | 2016-06-06 | 1 | -7/+9 |
| | | | | | | This makes "geth js file.js" terminate again. (cherry picked from commit fdba0cb03cf4e5a87cdcc2ebc0f381ad32f5ad3e) | ||||
* | [release/1.4.6] eth/downloader: ensure cancel channel is closed post sync | Péter Szilágyi | 2016-06-06 | 2 | -1/+13 |
| | | | | (cherry picked from commit 4496a44f68246bf128bb822c3f3a98f38adfdbdd) | ||||
* | [release/1.4.6] eth/downloader, trie: pull head state concurrently with chain | Péter Szilágyi | 2016-06-06 | 3 | -30/+41 |
| | | | | (cherry picked from commit 4f1d92b3329572d75a20b9f9e1cccdf74aa7c79f) | ||||
* | [release/1.4.6] cmd/geth, console: fix reviewer issues | Péter Szilágyi | 2016-06-06 | 6 | -49/+68 |
| | | | | (cherry picked from commit da729e5b386ca0fd32344dcc1fd63d14c0bb39ab) | ||||
* | [release/1.4.6] console, internal/jsre: colorize JavaScript exceptions too | Péter Szilágyi | 2016-06-06 | 4 | -12/+37 |
| | | | | (cherry picked from commit 14ae5708d61059d424c9be9822b85a3f4bb392b3) | ||||
* | [release/1.4.6] cmd, console: split off the console into a reusable package | Péter Szilágyi | 2016-06-06 | 26 | -1519/+1548 |
| | | | | (cherry picked from commit ffaf58f0a98bd987bbe76e8669bb22c405dcd62a) | ||||
* | [release/1.4.6] core, core/state, trie: enterprise hand-tuned multi-level ↵ | Péter Szilágyi | 2016-06-06 | 9 | -133/+244 |
| | | | | | | caching (cherry picked from commit 748d1c171d74fbf6b6051fd629d3c2204dd930e3) | ||||
* | [release/1.4.6] core/state: return the starting nonce for non-existent accs ↵ | Péter Szilágyi | 2016-06-06 | 1 | -1/+1 |
| | | | | | | (testnet) (cherry picked from commit 8ee84584a407464511b453eebaa31854979aa593) | ||||
* | [release/1.4.6] eth: enable bad block reports | Felix Lange | 2016-06-06 | 7 | -87/+104 |
| | | | | | | | | | | | | | | We used to have reporting of bad blocks, but it was disabled before the Frontier release. We need it back because users are usually unable to provide the full RLP data of a bad block when it occurs. A shortcoming of this particular implementation is that the origin peer is not tracked for blocks received during eth/63 sync. No origin peer info is still better than no report at all though. (cherry picked from commit ca18202eb9a94de1d4b51c1572fa74edfa2773bf) | ||||
* | [release/1.4.6] misc: fix spelling mistake | Obulapathi N Challa | 2016-06-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit f3769a97d5b4fa899f0bf673ff4c33a21d12ec38) | ||||
* | [release/1.4.6] eth/api: fixed GetCompilers when there is no error creating Solc | Rémy Roy | 2016-06-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit f86ea9aad5b14051d5d311591148387b2e6da725) | ||||
* | [release/1.4.6] common/compiler: support relative path to solc | Rémy Roy | 2016-06-06 | 1 | -1/+0 |
| | | | | (cherry picked from commit 5eb60a6da23296f54081c92a6223935bfce81859) | ||||
* | [release/1.4.6] Just to make it clear how to build all executables | Gianfranco Cecconi | 2016-06-06 | 1 | -0/+4 |
| | | | | (cherry picked from commit 2e530f48892dd97fab362da7123319dc8c407444) | ||||
* | [release/1.4.6] core: Simplify bloom9 tests with available convenience ↵ | Fabio Berger | 2016-06-06 | 1 | -2/+2 |
| | | | | | | method `TestBytes` (cherry picked from commit faf663133b7d784406a6bfc029404b2718abc66d) | ||||
* | [release/1.4.6] eth/downloader: fix reviewer comments | Péter Szilágyi | 2016-06-06 | 2 | -9/+32 |
| | | | | (cherry picked from commit 8906b2fe0934c67ebb1db5d4d77acdf1a7e988f0) | ||||
* | [release/1.4.6] eth/downloader: stream partial skeleton filling to processor | Péter Szilágyi | 2016-06-06 | 3 | -19/+55 |
| | | | | (cherry picked from commit e86619e75d1bd1209818ab4df2fac52e3c43b5e1) | ||||
* | [release/1.4.6] eth/downloader: implement concurrent header downloads | Péter Szilágyi | 2016-06-06 | 4 | -211/+584 |
| | | | | (cherry picked from commit b40dc8a1daf4bd1f293cf322274b470ad91517fb) | ||||
* | [release/1.4.6] node, p2p: move network config out of Server | Felix Lange | 2016-06-06 | 4 | -28/+36 |
| | | | | | | This silences a go vet message about copying p2p.Server in package node. (cherry picked from commit 542b839ec74ff0ce94ab0d34e25531f5819d95d1) | ||||
* | [release/1.4.6] README: fix typos | Changhoon Lee | 2016-06-06 | 1 | -3/+3 |
| | | | | | README: fix typos (cherry picked from commit 2348f8e2a8f2203e8ce4058cb23135579556be53) | ||||
* | [release/1.4.6] cmd/geth: use text/templates in the tester, not html | Péter Szilágyi | 2016-06-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit 284f1d6beb589d240a18e9b63560266041fa9798) | ||||
* | [release/1.4.6] cmd/geth, internal/web3ext, rpc: surface rpc module, fix ↵ | Péter Szilágyi | 2016-06-06 | 4 | -92/+94 |
| | | | | | | shh, fix miner (cherry picked from commit bc6fdad786706019fc5aeb9605f1d23b3c5b7522) | ||||
* | [release/1.4.6] travis: run CI builds against multiple Go versions | Péter Szilágyi | 2016-06-06 | 1 | -3/+5 |
| | | | | (cherry picked from commit bc3b406bffc9c6f38420f1504cb7eba0b92cad3b) | ||||
* | VERSION, cmd/geth: bumped version 1.4.5 | Péter Szilágyi | 2016-05-24 | 2 | -2/+2 |
| | |||||
* | [release 1.4.5] accounts/abi: fix abi test for go vet... | Péter Szilágyi | 2016-05-24 | 1 | -2/+2 |
| | | | | (cherry picked from commit 251b3c6406aee5876c87016bd088c8cefe7c08f6) | ||||
* | [release 1.4.5] accounts/abi/bind, eth: rely on getCode for sanity checks, ↵ | Péter Szilágyi | 2016-05-24 | 7 | -28/+112 |
| | | | | | | not estimate and call (cherry picked from commit 1580ec180414bce1e37acc614bc2445f778efb75) | ||||
* | [release 1.4.5] eth: fixed regression in eth_signTransaction fixes #2578 | Jeffrey Wilcke | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | Sign transaction returned the unsigned transaction rather than the signed one. (cherry picked from commit 4b1a7d3868e796ee70f62985379e59f933a2aca0) | ||||
* | [release 1.4.5] eth/filter: bugfix which can cause a nil pointer crash when ↵ | Bas van Kervel | 2016-05-24 | 2 | -38/+234 |
| | | | | | | parsing filter arguments (cherry picked from commit 67cd4ee8d26e9ebe2714faaca856e73512236834) | ||||
* | [release 1.4.5] cmd/geth: fix console history exclusion | Felix Lange | 2016-05-24 | 1 | -6/+3 |
| | | | | | | | | | | | Calls to 'personal' API should be excluded from console history because they can be called with an account passphrase as argument. The check for such calls was inverted and didn't work. (cherry picked from commit 86da6feb40fd366c75236d87fa306576c51ed2a8) Conflicts: cmd/geth/js.go | ||||
* | [release/1.4.5] eth: add new RPC method (personal.) SignAndSendTransaction | Bas van Kervel | 2016-05-24 | 6 | -99/+207 |
| | | | | | | | | (cherry picked from commit 64a6c2c1b6c81fddccc7d3d728b7a05c5814124b) Conflicts: cmd/geth/js.go internal/web3ext/web3ext.go | ||||
* | [release/1.4.4] eth: skip transaction handling during fast sync | Péter Szilágyi | 2016-05-17 | 3 | -14/+23 |
| | | | | (cherry picked from commit d87f7a1e817cbecbb62c012ed3811ceba933ae3a) | ||||
* | VERSION, cmd/geth: bumped version 1.4.4 | Jeffrey Wilcke | 2016-05-13 | 2 | -2/+2 |
| | |||||
* | [release/1.4.4] event: fixed subscribtions to stopped event mux | Jeffrey Wilcke | 2016-05-13 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | This fixes an issue where the following would lead to a panic due to a channel being closed twice: * Start mux * Stop mux * Sub to mux * Unsub This is fixed by setting the subscriptions status to closed resulting in the Unsubscribe to ignore the request when called. (cherry picked from commit 7c1f74713e273d1e4f1982466eb6fd96e55e8c4d) | ||||
* | [release/1.4.4] eth/downloader: bound fork ancestry and allow heavy short forks | Péter Szilágyi | 2016-05-12 | 2 | -43/+201 |
| | |||||
* | [release/1.4.4] core: fixed pointer assignment | Jeffrey Wilcke | 2016-05-12 | 1 | -2/+2 |
| | | | | | | This fixes an issue where it's theoretical possible to cause a consensus failure when hitting the lower end of the difficulty, though pratically impossible it's worth a fix. | ||||
* | [release/1.4.4] accounts/abi/bind: fix multi-value anonymous unmarshalling | Péter Szilágyi | 2016-05-12 | 2 | -3/+37 |
| | | | | (cherry picked from commit cc21706c5007e8f400df536591948aee69e82d2f) | ||||
* | [release/1.4.4] accounts/abi: fixed unpacking in to already slice interfaces | Jeffrey Wilcke | 2016-05-12 | 3 | -31/+94 |
| | | | | | | | | | | | | | | | | | | Previously it was assumed that wheneven type `[]interface{}` was given that the interface was empty. The abigen rightfully assumed that interface slices which already have pre-allocated variable sets to be assigned. This PR fixes that by checking that the given `[]interface{}` is larger than zero and assigns each value using the generic `set` function (this function has also been moved to abi/reflect.go) and checks whether the assignment was possible. The generic assignment function `set` now also deals with pointers (useful for interface slice mentioned above) by dereferencing the pointer until it finds a setable type. (cherry picked from commit 91a7a4a7867718ccb6c9620120a1be5680ad0abd) | ||||
* | [release/1.4.4] rpc: HTTP origin case insensitive | Bas van Kervel | 2016-05-12 | 1 | -4/+4 |
| | | | | (cherry picked from commit 54790977904cd51671ab57d926d83175dbc2ca55) | ||||
* | VERSION, cmd/geth: bumped version 1.4.3v1.4.3 | Jeffrey Wilcke | 2016-05-10 | 2 | -2/+2 |
| | |||||
* | [release/1.4.3] miner: fixed pending state by not shutting down update loop | Jeffrey Wilcke | 2016-05-10 | 1 | -4/+0 |
| | | | | (cherry picked from commit a824c3f02f74eb11b4382abbb92aa8babc5d685c) | ||||
* | VERSION, cmd/geth: bumped version 1.4.2 | Jeffrey Wilcke | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | VERSION, cmd/geth: bumped version 1.4.2v1.4.2 | Jeffrey Wilcke | 2016-05-10 | 1 | -5/+5 |
| | |||||
* | Merge branch 'develop' into release/1.4 | Jeffrey Wilcke | 2016-05-10 | 21 | -100/+239 |
|\ | |||||
| * | Merge pull request #2529 from fjl/fdlimit-bsd | Péter Szilágyi | 2016-05-09 | 2 | -1/+55 |
| |\ | | | | | | | cmd/utils: fix build on *BSD | ||||
| | * | cmd/utils: fix build on *BSD | Felix Lange | 2016-05-09 | 2 | -1/+55 |
| | | | |||||
| * | | Merge pull request #2524 from fjl/windows-ci-scripts | Péter Szilágyi | 2016-05-09 | 2 | -0/+41 |
| |\ \ | | | | | | | | | build: add CI scripts for windows | ||||
| | * | | build: add CI scripts for windows | Felix Lange | 2016-05-08 | 2 | -0/+41 |
| | |/ | |||||
| * | | Merge pull request #2523 from fjl/shutdown | Péter Szilágyi | 2016-05-09 | 7 | -70/+101 |
| |\ \ | | | | | | | | | core, eth, miner: improve shutdown synchronisation | ||||
| | * | | core, eth, miner: improve shutdown synchronisation | Felix Lange | 2016-05-09 | 7 | -70/+101 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shutting down geth prints hundreds of annoying error messages in some cases. The errors appear because the Stop method of eth.ProtocolManager, miner.Miner and core.TxPool is asynchronous. Left over peer sessions generate events which are processed after Stop even though the database has already been closed. The fix is to make Stop synchronous using sync.WaitGroup. For eth.ProtocolManager, in order to make use of WaitGroup safe, we need a way to stop new peer sessions from being added while waiting on the WaitGroup. The eth protocol Run function now selects on a signaling channel and adds to the WaitGroup only if ProtocolManager is not shutting down. For miner.worker and core.TxPool the number of goroutines is static, WaitGroup can be used in the usual way without additional synchronisation. | ||||
| * | | Merge pull request #2528 from karalabe/fix-web3-eth_syncing | Péter Szilágyi | 2016-05-09 | 1 | -1/+6 |
| |\ \ | | | | | | | | | jsre: hotfix web3 for the console eth.syncing formatting | ||||
| | * | | jsre: hotfix web3 for the console eth.syncing formatting | Péter Szilágyi | 2016-05-09 | 1 | -1/+6 |
| |/ / | |||||
| * | | Merge pull request #2527 from obscuren/trace-transaction-fix | Jeffrey Wilcke | 2016-05-09 | 1 | -2/+2 |
| |\ \ | | | | | | | | | eth: fixed tracing functions using the current header instead of parent | ||||
| | * | | eth: fixed tracing functions using the current header instead of parent | Jeffrey Wilcke | 2016-05-09 | 1 | -2/+2 |
| |/ / | | | | | | | | | | Fixes #2525 | ||||
| * | | Merge pull request #2520 from karalabe/makefile-cross-update | Péter Szilágyi | 2016-05-09 | 1 | -2/+4 |
| |\ \ | | | | | | | | | Makefile: go build instead of install (solves cross compile issues) | ||||
| | * | | Makefile: go build instead of install (solves cross compile issues) | Péter Szilágyi | 2016-05-06 | 1 | -2/+4 |
| | | | | |||||
| * | | | Merge pull request #2514 from bas-vk/startRPC_WS | Péter Szilágyi | 2016-05-08 | 1 | -2/+10 |
| |\ \ \ | | |_|/ | |/| | | node: start RPC/WS interface on localhost by default | ||||
| | * | | node: start RPC/WS interface on localhost by default | Bas van Kervel | 2016-05-06 | 1 | -2/+10 |
| | | | | |||||
| * | | | Merge pull request #2518 from fjl/debug-go-trace | Péter Szilágyi | 2016-05-06 | 6 | -18/+16 |
| |\ \ \ | | |_|/ | |/| | | internal/debug: also rename debug_startTrace to debug_startGoTrace | ||||
| | * | | cmd/utils: flush trace and CPU profile data when force-qutting | Felix Lange | 2016-05-06 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | Also reduce log messages a little bit. | ||||
| | * | | internal/debug: also rename debug_startTrace to debug_startGoTrace | Felix Lange | 2016-05-06 | 5 | -14/+14 |
| |/ / | | | | | | | | | | This was missing from the previous change. | ||||
| * | | Merge pull request #2517 from fjl/debug-go-trace | Jeffrey Wilcke | 2016-05-06 | 2 | -4/+4 |
| |\ \ | | |/ | |/| | internal/debug: rename debug_trace to debug_goTrace | ||||
| | * | internal/debug: rename debug_trace to debug_goTrace | Felix Lange | 2016-05-06 | 2 | -4/+4 |
| |/ | | | | | | | Reduces confusion with EVM execution tracing methods. | ||||
* | | Merge branch 'develop' into release/1.4v1.4.1 | Jeffrey Wilcke | 2016-05-03 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #2511 from obscuren/ver-fix | Jeffrey Wilcke | 2016-05-03 | 1 | -1/+1 |
| |\ | | | | | | | cmd/geth: fixed to use proper version string for output | ||||
| | * | cmd/geth: fixed to use proper version string for output | Jeffrey Wilcke | 2016-05-03 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'develop' into release/1.4 | Jeffrey Wilcke | 2016-05-03 | 42 | -531/+2481 |
|\| | | | | | | | | | Conflicts: cmd/geth/main.go | ||||
| * | Merge pull request #2510 from fjl/p2p-fixups | Jeffrey Wilcke | 2016-05-03 | 3 | -29/+82 |
| |\ | | | | | | | p2p/discover: prevent bonding self | ||||
| | * | p2p/discover: prevent bonding self | Felix Lange | 2016-05-03 | 1 | -0/+4 |
| | | | |||||
| | * | p2p: improve readability of dial task scheduling code | Felix Lange | 2016-05-03 | 2 | -29/+78 |
| | | | |||||
| * | | Merge pull request #2505 from karalabe/make-readme-suck-less | Jeffrey Wilcke | 2016-05-03 | 1 | -25/+36 |
| |\ \ | | | | | | | | | Make the README suck less :P | ||||
| | * | | README: Polish up exec section, rewrite contrib and add license. | Péter Szilágyi | 2016-05-03 | 1 | -25/+36 |
| |/ / | |||||
| * | | Merge pull request #2497 from karalabe/version-contract-3 | Jeffrey Wilcke | 2016-05-03 | 13 | -53/+1407 |
| |\ \ | | |/ | |/| | Geth release oracle | ||||
| | * | cmd/geth, release: polish and deploy live release contract | Péter Szilágyi | 2016-05-02 | 2 | -2/+2 |
| | | | |||||
| | * | release, all: integrate the release service into geth | Péter Szilágyi | 2016-05-02 | 14 | -583/+822 |
| | | | |||||
| | * | common/releases: rewrite release version contract + use native dapps | Péter Szilágyi | 2016-05-02 | 6 | -367/+1107 |
| | | | |||||
| | * | common/versions, cmd/utils: add geth version contract | Gustav Simonsson | 2016-05-02 | 4 | -0/+375 |
| |/ | |||||
| * | Merge pull request #2493 from almindor/develop | Felix Lange | 2016-04-30 | 3 | -7/+38 |
| |\ | | | | | | | eth: add personal_importRawKey | ||||
| | * | eth: add personal_importRawKey for runtime private key import | Ales Katona | 2016-04-28 | 3 | -7/+38 |
| | | | |||||
| * | | Merge pull request #2504 from Arachnid/public-vmconfig | Péter Szilágyi | 2016-04-29 | 1 | -0/+3 |
| |\ \ | | | | | | | | | Provide a public accessor for ChainConfig | ||||
| | * | | core: Provide a public accessor for ChainConfig | Nicholas Johnson | 2016-04-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | This is necessary for external users of the go-ethereum code who want to, for instance, build a custom node that plays back transactions, as core.ApplyTransaction requires a ChainConfig as a parameter. | ||||
| * | | | Merge pull request #2485 from karalabe/fakepow | Péter Szilágyi | 2016-04-29 | 3 | -5/+16 |
| |\ \ \ | | |/ / | |/| | | cmd: add a `--fakepow` flag to help benchmarking database changes | ||||
| | * | | cmd: add a `--fakepow` flag to help benchmarking database changes | Péter Szilágyi | 2016-04-21 | 3 | -5/+16 |
| | | | | |||||
| * | | | Merge pull request #2435 from obscuren/abi-array-fixes | Péter Szilágyi | 2016-04-28 | 8 | -362/+733 |
| |\ \ \ | | | | | | | | | | | accounts/abi: refactored ABI package | ||||
| | * | | | accounts/abi: fixed string and fixed size bytes packing | Jeffrey Wilcke | 2016-04-28 | 6 | -85/+137 |
| | | | | | |||||
| | * | | | accounts/abi: added unpacking "anything" in to interface{} | Jeffrey Wilcke | 2016-04-28 | 2 | -0/+11 |
| | | | | | |||||
| | * | | | accounts/abi: fixed strict go-like unpacking | Jeffrey Wilcke | 2016-04-28 | 2 | -27/+158 |
| | | | | | |||||
| | * | | | accouns/abi: refactored ABI package | Jeffrey Wilcke | 2016-04-20 | 8 | -314/+491 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the abi package parsing and type handling. Relying mostly on package reflect as opposed to most of our own type reflection. Our own type reflection is still used however for cases such as Bytes and FixedBytes (abi: bytes•). This also inclused several fixes for slice handling of arbitrary and fixed size for all supported types. This also further removes implicit type casting such as assigning, for example `[2]T{} = []T{1}` will fail, however `[2]T{} == []T{1, 2}` (notice assigning *slice* to fixed size *array*). Assigning arrays to slices will always succeed if they are of the same element type. Incidentally also fixes #2379 | ||||
| * | | | Merge pull request #2499 from bas-vk/reorg-logs | Jeffrey Wilcke | 2016-04-28 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | eth/filters: ignore logs that don't match filter criteria on chain reorg | ||||
| | * | | | eth/filters: ignore logs that don't match filter criteria on chain reorg | Bas van Kervel | 2016-04-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #2491 from obscuren/genesis-config-fix | Jeffrey Wilcke | 2016-04-28 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | core, eth: added json tag field for proper unmarshalling | ||||
| | * | | | core, eth: added json tag field for proper unmarshalling | Jeffrey Wilcke | 2016-04-25 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to our own instructions the genesis config attribute should be "config". The genesis definition in the go code, however, has a field called `ChainConfig`. This field now has a `json:"config"` struct tag so that the json is properly unmarshalled. This fixes #2482 | ||||
| * | | | Merge pull request #2496 from karalabe/abibind-missing-contract-error | Péter Szilágyi | 2016-04-27 | 5 | -4/+75 |
| |\ \ \ | | | | | | | | | | | accounts/abi/bind, eth: add contract non-existent error | ||||
| | * | | | accounts/abi/bind, eth: add contract non-existent error | Péter Szilágyi | 2016-04-27 | 5 | -4/+75 |
| |/ / / | |||||
| * | | | Merge pull request #2492 from fjl/accounts-arm64 | Péter Szilágyi | 2016-04-26 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | accounts: disable file system watch on linux/arm64 | ||||
| | * | | | accounts: disable file system watch on linux/arm64 | Felix Lange | 2016-04-25 | 2 | -2/+2 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #2484 from pcasaretto/address-test-coverage | Péter Szilágyi | 2016-04-26 | 2 | -3/+37 |
| |\ \ \ | | | | | | | | | | | Improve Address test coverage | ||||
| | * | | | common: Add tests for Address#UnmarshalJSON | Paulo L F Casaretto | 2016-04-26 | 2 | -3/+37 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #2478 from fjl/geth-js-tweak | Felix Lange | 2016-04-26 | 3 | -13/+34 |
| |\ \ \ | | |_|/ | |/| | | cmd/geth, jsre: improve the js command | ||||
| | * | | cmd/geth, jsre: improve the js command | Felix Lange | 2016-04-21 | 3 | -13/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | geth js stopped the JS runtime after running the first input file and blocked for pending callbacks. This commit makes it process all files and enables quitting with Ctrl-C regardless of callbacks. Error reporting is also improved. If a script fails to load, the error is printed and includes the backtrace. package jsre now ensures that otto is aware of the filename, the backtrace will contain them. Before: $ geth js bad.js; echo "exit $?" ... log messages ... exit 0 After: $ geth js bad.js; echo "exit $?" ... log messages ... Fatal: JavaScript Error: Invalid number of input parameters at web3.js:3109:20 at web3.js:4917:15 at web3.js:4960:5 at web3.js:4984:23 at checkWork (bad.js:11:9) at bad.js:19:1 exit 1 | ||||
| * | | | Merge pull request #2481 from fjl/bootnode-fixup | Felix Lange | 2016-04-25 | 1 | -28/+18 |
| |\ \ \ | | |_|/ | |/| | | cmd/bootnode: fix -genkey, add logging options | ||||
| | * | | cmd/bootnode: fix -genkey, add logging options | Felix Lange | 2016-04-22 | 1 | -28/+18 |
| | |/ | |||||
| * / | VERSION, cmd/geth: bumped version | Jeffrey Wilcke | 2016-04-20 | 2 | -3/+3 |
| |/ | |||||
* / | VERSION, cmd/geth: bumped versionv1.4.0 | Jeffrey Wilcke | 2016-04-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2463 from fjl/rpc-context-key | Péter Szilágyi | 2016-04-19 | 6 | -12/+18 |
|\ | | | | | rpc: remove NotifierContextKey | ||||
| * | rpc: remove NotifierContextKey | Felix Lange | 2016-04-16 | 6 | -12/+18 |
| | | | | | | | | | | | | | | Context keys must have a unique type in order to prevent any unintented clashes. The code used int(1) as key. Fix it by implementing the pattern recommended by package context. | ||||
* | | Merge pull request #2462 from fjl/rpc-remove-js | Felix Lange | 2016-04-16 | 2 | -13/+12 |
|\ \ | | | | | | | rpc: move web3.js extensions to internal/web3ext | ||||
| * | | rpc: move web3.js extensions to internal/web3ext | Felix Lange | 2016-04-15 | 2 | -13/+12 |
| |/ | |||||
* | | Merge pull request #2461 from karalabe/fix-simulator-estimates | Péter Szilágyi | 2016-04-15 | 1 | -1/+1 |
|\ \ | |/ |/| | accounts/abi/bind/backends: estimate needed gas, not used | ||||
| * | accounts/abi/bind/backends: estimate needed gas, not used | Péter Szilágyi | 2016-04-15 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2458 from fjl/go-vet | Felix Lange | 2016-04-15 | 51 | -118/+130 |
|\ | | | | | all: fix go vet warnings | ||||
| * | Makefile: enable go vet on Travis CI | Felix Lange | 2016-04-15 | 1 | -0/+1 |
| | | |||||
| * | all: fix go vet warnings | Felix Lange | 2016-04-15 | 41 | -93/+83 |
| | | |||||
| * | core/state: fix TestDump | Felix Lange | 2016-04-15 | 3 | -9/+27 |
| | | | | | | | | Lazy "I'll just put return here instead of fixing the test" found by go vet. | ||||
| * | logger/glog: fix go vet issues | Felix Lange | 2016-04-15 | 2 | -9/+9 |
| | | | | | | | | | | logging.printf triggered a format string warning. Silence it by renaming the function. | ||||
| * | core, core/types, eth: add and use Block.Body | Felix Lange | 2016-04-15 | 5 | -7/+10 |
| | | | | | | | | | | This fixes a few uses of unkeyed Body literals which go vet was complaining about. | ||||
* | | Merge pull request #2460 from fjl/whisper-expiration-test-delay | Péter Szilágyi | 2016-04-15 | 2 | -9/+5 |
|\ \ | |/ |/| | whisper: deflake Test*MessageExpiration | ||||
| * | whisper: deflake Test*MessageExpiration | Felix Lange | 2016-04-15 | 2 | -9/+5 |
|/ | | | | | | These tests have become a common annoyance on CI. Fix them by allowing messages with expiration == now into the cache and delaying the check for expired message handling slightly. | ||||
* | Merge pull request #2457 from fjl/license-update-1.4 | Felix Lange | 2016-04-15 | 61 | -88/+373 |
|\ | | | | | all: update license information | ||||
| * | all: update license information | Felix Lange | 2016-04-15 | 60 | -82/+357 |
| | | |||||
| * | build: tweak update-license.go | Felix Lange | 2016-04-15 | 1 | -6/+16 |
|/ | |||||
* | Merge pull request #2456 from bas-vk/rpc-arg-whitespace | Péter Szilágyi | 2016-04-14 | 1 | -2/+12 |
|\ | | | | | cmd/utils: strip excessive whitespace from api command line arguments | ||||
| * | cmd/utils: strip excessive whitespace from api command line arguments | Bas van Kervel | 2016-04-14 | 1 | -2/+12 |
| | | |||||
* | | Merge pull request #2454 from karalabe/trace-fix | Péter Szilágyi | 2016-04-14 | 2 | -53/+65 |
|\ \ | |/ |/| | eth: fix single transaction tracing (run prev mutations) | ||||
| * | eth, rpc: make trace configs optional | Péter Szilágyi | 2016-04-14 | 2 | -13/+19 |
| | | |||||
| * | eth: fix single transaction tracing (run prev mutations) | Péter Szilágyi | 2016-04-14 | 1 | -41/+47 |
|/ | |||||
* | Merge pull request #2235 from fjl/chaindb-api-and-console-fixes | Felix Lange | 2016-04-13 | 7 | -14/+78 |
|\ | | | | | eth: add chaindbProperty to debug API (+ console fixes) | ||||
| * | internal/debug: add memStats and gcStats to API | Felix Lange | 2016-04-13 | 2 | -0/+25 |
| | | |||||
| * | eth: add chaindbProperty to debug API | Felix Lange | 2016-04-13 | 2 | -0/+24 |
| | | |||||
| * | jsre: hide fields with prefix _ when pretty-printing | Felix Lange | 2016-04-13 | 1 | -1/+1 |
| | | | | | | | | This makes web3 internals like _requestManager invisible. | ||||
| * | jsre: fix <tab><tab> completion magic | Felix Lange | 2016-04-13 | 2 | -4/+17 |
| | | |||||
| * | jsre: expose Do | Felix Lange | 2016-04-13 | 2 | -9/+11 |
|/ | |||||
* | Merge pull request #2450 from karalabe/fix-ios-kqueue | Péter Szilágyi | 2016-04-13 | 2 | -2/+2 |
|\ | | | | | accounts: disable filesystem notifications on iOS | ||||
| * | accounts: disable filesystem notifications on ios | Péter Szilágyi | 2016-04-13 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #2448 from fjl/jsre-bignum | Felix Lange | 2016-04-13 | 1 | -5/+13 |
|\ | | | | | jsre: print BigNumber objects with custom constructor as number | ||||
| * | jsre: print BigNumber objects with custom constructor as number | Felix Lange | 2016-04-12 | 1 | -5/+13 |
|/ | |||||
* | Merge pull request #2446 from karalabe/console-unlock-fix | Felix Lange | 2016-04-12 | 1 | -3/+2 |
|\ | | | | | cmd/utils: fix accounts merge error on console unlock | ||||
| * | cmd/utils: fix accounts merge error on console unlock | Péter Szilágyi | 2016-04-12 | 1 | -3/+2 |
|/ | |||||
* | Merge pull request #2284 from fjl/accounts-addr-cache | Péter Szilágyi | 2016-04-12 | 96 | -1213/+7346 |
|\ | | | | | accounts: cache key addresses | ||||
| * | accounts: ensure TimedUnlock does not override indefinite unlock timeout | Felix Lange | 2016-04-12 | 2 | -10/+16 |
| | | |||||
| * | accounts: improve API and add documentation | Felix Lange | 2016-04-12 | 6 | -58/+97 |
| | | | | | | | | | | - Sign takes common.Address, not Account - Import/Export methods work with encrypted JSON keys | ||||
| * | cmd/geth: add recovery procedure for AmbiguousAddrError | Felix Lange | 2016-04-12 | 6 | -2/+110 |
| | | |||||
| * | cmd/utils: fix --password on Windows | Felix Lange | 2016-04-12 | 1 | -9/+14 |
| | | | | | | | | | | Text files created on Windows typically have \r\n line endings. Trim them when reading password files. | ||||
| * | cmd/geth: print actual error when --unlock fails | Felix Lange | 2016-04-12 | 2 | -4/+4 |
| | | |||||
| * | eth: report unlock errors to RPC clients | Felix Lange | 2016-04-12 | 1 | -4/+3 |
| | | |||||
| * | accounts: add ErrDecrypt | Felix Lange | 2016-04-12 | 6 | -9/+8 |
| | | |||||
| * | accounts: cache key addresses | Felix Lange | 2016-04-12 | 18 | -368/+1057 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to avoid disk thrashing for Accounts and HasAccount, address->key file mappings are now cached in memory. This makes it no longer necessary to keep the key address in the file name. The address of each key is derived from file content instead. There are minor user-visible changes: - "geth account list" now reports key file paths alongside the address. - If multiple keys are present for an address, unlocking by address is not possible. Users are directed to remove the duplicate files instead. Unlocking by index is still possible. - Key files are overwritten written in place when updating the password. | ||||
| * | Godeps: add github.com/rjeczalik/notify | Felix Lange | 2016-04-12 | 37 | -0/+4702 |
| | | |||||
| * | cmd/geth: add tests for account commands | Felix Lange | 2016-04-12 | 17 | -1/+550 |
| | | |||||
| * | Godeps: add github.com/cspeare/cp | Felix Lange | 2016-04-12 | 4 | -0/+90 |
| | | |||||
| * | accounts: streamline API | Felix Lange | 2016-04-12 | 11 | -144/+79 |
| | | | | | | | | | | | | - Manager.Accounts no longer returns an error. - Manager methods take Account instead of common.Address. - All uses of Account with unkeyed fields are converted. | ||||
| * | cmd/geth: move account commands to accountcmd.go | Felix Lange | 2016-04-12 | 2 | -258/+286 |
| | | |||||
| * | accounts: fix go vet warnings | Felix Lange | 2016-04-12 | 3 | -5/+5 |
| | | |||||
| * | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 19 | -241/+256 |
| | | | | | | | | | | | | | | | | | | | | The account management API was originally implemented as a thin layer around crypto.KeyStore, on the grounds that several kinds of key stores would be implemented later on. It turns out that this won't happen so KeyStore is a superflous abstraction. In this commit crypto.KeyStore and everything related to it moves to package accounts and is unexported. | ||||
| * | cmd/geth, cmd/utils: improve input handling | Felix Lange | 2016-04-12 | 7 | -121/+128 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes make prompting behave consistently on all platforms: * The input buffer is now global. Buffering was previously set up for each prompt, which can cause weird behaviour, e.g. when running "geth account update <input.txt" where input.txt contains three lines. In this case, the first password prompt would fill up the buffer with all lines and then use only the first one. * Print the "unsupported terminal" warning only once. Now that stdin prompting has global state, we can use it to track the warning there. * Work around small liner issues, particularly on Windows. Prompting didn't work under most of the third-party terminal emulators on Windows because liner assumes line editing is always available. | ||||
| * | tests: remove eth, node, accounts dependencies | Felix Lange | 2016-04-12 | 3 | -56/+18 |
| | | | | | | | | Unlocking the accounts in the test doesn't help with anything. | ||||
* | | Merge pull request #2444 from karalabe/gethrpctest-chainconfig-panic | Péter Szilágyi | 2016-04-12 | 2 | -0/+7 |
|\ \ | |/ |/| | cmd/gethrpctest: add missing chain configuration config field | ||||
| * | eth: gracefully fail if chain config is missing | Péter Szilágyi | 2016-04-12 | 1 | -0/+4 |
| | | |||||
| * | cmd/gethrpctest: add missing chain configuration config field | Péter Szilágyi | 2016-04-12 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #2359 from bas-vk/rpc-optional-args | Jeffrey Wilcke | 2016-04-12 | 23 | -639/+3431 |
|\ | | | | | rpc: several fixes and support for optional arguments | ||||
| * | rpc: various fixes/enhancements | Bas van Kervel | 2016-04-12 | 23 | -639/+3431 |
| | | | | | | | | | | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins | ||||
* | | Merge pull request #2431 from bas-vk/js-preload | Jeffrey Wilcke | 2016-04-12 | 4 | -0/+38 |
|\ \ | | | | | | | cmd/geth: add JS preload parameter | ||||
| * | | cmd/geth: add JS preload parameter | Bas van Kervel | 2016-04-11 | 4 | -0/+38 |
| |/ | |||||
* | | Merge pull request #2440 from karalabe/update-ethash | Jeffrey Wilcke | 2016-04-12 | 7 | -36/+36 |
|\ \ | | | | | | | Update ethash | ||||
| * | | eth: fix GPU miner chain config regression | Péter Szilágyi | 2016-04-11 | 1 | -2/+1 |
| | | | |||||
| * | | Godeps: pull in the ethash opencl fix | Péter Szilágyi | 2016-04-11 | 6 | -34/+35 |
|/ / | |||||
* | | Merge pull request #2430 from bas-vk/chaincmd | Péter Szilágyi | 2016-04-11 | 1 | -7/+11 |
|\ \ | | | | | | | cmd/utils: bugfix where database is opened multiple times | ||||
| * | | cmd/utils: bugfix where database is opened multiple times | Bas van Kervel | 2016-04-07 | 1 | -7/+11 |
| |/ | |||||
* | | Merge pull request #2427 from bas-vk/pending-tx-console-format | Péter Szilágyi | 2016-04-11 | 1 | -1/+9 |
|\ \ | | | | | | | console: use transaction output formatter for eth.pendingTransactions… | ||||
| * | | console: use transaction output formatter for eth.pendingTransactions output | Bas van Kervel | 2016-04-06 | 1 | -1/+9 |
| |/ | |||||
* | | Merge pull request #2423 from karalabe/abigen-support-arrays | Péter Szilágyi | 2016-04-11 | 2 | -16/+67 |
|\ \ | |/ |/| | accounts/abi/bind: support generating bindings for various arrays | ||||
| * | accounts/abi/bind: support generating bindings for various arrays | Péter Szilágyi | 2016-04-05 | 2 | -16/+67 |
|/ | |||||
* | Merge pull request #2417 from fjl/rpc-go-winio | Jeffrey Wilcke | 2016-04-05 | 13 | -622/+1849 |
|\ | | | | | rpc: use go-winio instead of vendoring a named pipe implementation | ||||
| * | rpc: use go-winio instead of vendoring a named pipe implementation | Felix Lange | 2016-04-04 | 13 | -622/+1849 |
| | | |||||
* | | Merge pull request #2407 from bas-vk/rpc-notifications | Jeffrey Wilcke | 2016-04-05 | 16 | -310/+844 |
|\ \ | | | | | | | RPC pub sub | ||||
| * | | rpc: add pub/sub support | Bas van Kervel | 2016-04-02 | 16 | -310/+844 |
| | | | |||||
* | | | Merge pull request #2416 from karalabe/kill-canary | Jeffrey Wilcke | 2016-04-05 | 2 | -63/+8 |
|\ \ \ | | | | | | | | | core, miner: remove Frontier canary | ||||
| * | | | core, miner: remove Frontier canary | Péter Szilágyi | 2016-04-04 | 2 | -63/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #2396 from obscuren/abi-slices | Jeffrey Wilcke | 2016-04-05 | 5 | -176/+302 |
|\ \ \ | |/ / |/| | | abi: support for input and output slices & removed support for implicit type conversion | ||||
| * | | abi: removed implicit type casting & refactored type parsing | Jeffrey Wilcke | 2016-04-05 | 3 | -53/+80 |
| | | | |||||
| * | | abi: accept output slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 3 | -5/+143 |
| | | | |||||
| * | | abi: accept input slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 5 | -145/+106 |
| | | | |||||
* | | | Merge pull request #2412 from fjl/p2p-eip8-enable | Péter Szilágyi | 2016-04-04 | 1 | -9/+1 |
|\ \ \ | | | | | | | | | p2p: enable EIP-8 handshake sending | ||||
| * | | | p2p: enable EIP-8 handshake sending | Felix Lange | 2016-04-04 | 1 | -9/+1 |
| |/ / | | | | | | | | | | | | | With the Ethereum Homestead fork is now behind us, we can assume that everyone runs an EIP-8 capable client. | ||||
* | | | Merge pull request #2378 from obscuren/enable-jit-a-b | Jeffrey Wilcke | 2016-04-04 | 2 | -2/+22 |
|\ \ \ | | | | | | | | | cmd/utils, miner: A/B testing JIT VM. Disabled for miners | ||||
| * | | | cmd/utils, miner: A/B testing JIT VM. Disabled for miners | Jeffrey Wilcke | 2016-04-01 | 2 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR introduces a 10% probability that you'll run the client with the JIT enabled testing the new client and helps us potentially catch errors when reported. This feature is **disabled** for miners (disabling the JIT completely). The JIT can however be force for miners if they enable both --jitvm and --forcejit. | ||||
* | | | | Merge pull request #2415 from karalabe/fix-missing-gastarget | Jeffrey Wilcke | 2016-04-04 | 2 | -1/+2 |
|\ \ \ \ | |_|/ / |/| | | | cmd/geth: add missing gas target flag (fixing 0 convergence issue) | ||||
| * | | | cmd/geth: add missing gas target flag (fixing 0 convergence issue) | Péter Szilágyi | 2016-04-04 | 2 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #2409 from fjl/geth-fixup-init | Jeffrey Wilcke | 2016-04-02 | 3 | -18/+19 |
|\ \ \ | |_|/ |/| | | cmd/geth: fix startup with empty database | ||||
| * | | cmd/geth, eth: move --genesis deprecation warning to cmd/geth | Felix Lange | 2016-04-02 | 2 | -4/+6 |
| | | | | | | | | | | | | This prevents display of the warning for --dev and --olympic. | ||||
| * | | cmd/utils: fix geth startup with empty database | Felix Lange | 2016-04-02 | 1 | -14/+13 |
|/ / | |||||
* | | Merge pull request #2405 from karalabe/abigen-default-methods | Jeffrey Wilcke | 2016-04-01 | 3 | -5/+102 |
|\ \ | | | | | | | accounts/abi/bind: surface raw wrappers to access low level ops | ||||
| * | | accounts/abi/bind: surface raw wrappers to access low level ops | Péter Szilágyi | 2016-04-01 | 3 | -5/+102 |
| | | | |||||
* | | | Merge pull request #2404 from obscuren/common-hash-json-length-validation | Jeffrey Wilcke | 2016-04-01 | 2 | -0/+35 |
|\ \ \ | | | | | | | | | common: added Hash unmarshal json length validation | ||||
| * | | | common: added Hash unmarshal json length validation | Jeffrey Wilcke | 2016-04-01 | 2 | -0/+35 |
| |/ / | |||||
* | | | Merge pull request #2402 from obscuren/eth-sign-fix | Jeffrey Wilcke | 2016-04-01 | 1 | -4/+4 |
|\ \ \ | |_|/ |/| | | eth: enforce signing hashes using eth_sign instead of arbitrary data | ||||
| * | | eth: enforce signing hashes using eth_sign instead of arbitrary data | Jeffrey Wilcke | 2016-04-01 | 1 | -4/+4 |
| |/ | |||||
* | | Merge pull request #2281 from obscuren/configurable-genesis | Jeffrey Wilcke | 2016-04-01 | 55 | -447/+751 |
|\ \ | |/ |/| | core: homestead chain configuration & artificial gas floor target mining flag | ||||
| * | core: transition db now also returns the required gas amount | Jeffrey Wilcke | 2016-04-01 | 2 | -10/+27 |
| | | | | | | | | | | | | | | | | | | Exposes some core methods to transition and compute new state information and adds an additional return value to the transition db method to fetch required gas for that particular message (excluding gas refunds from any SSTORE[X] = 0 and SUICIDE. Fixes #2395 | ||||
| * | accounts/a/b/backends, core: chain maker homestead block set to 0 | Jeffrey Wilcke | 2016-04-01 | 6 | -28/+14 |
| | | | | | | | | | | | | | | The chain maker and the simulated backend now run with a homestead phase beginning at block 0 (i.e. there's no frontier). This commit also fixes up #2388 | ||||
| * | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 55 | -431/+732 |
|/ | | | | | | | | | Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings. | ||||
* | Merge pull request #2383 from karalabe/goabi-exclusions-duplicates | Péter Szilágyi | 2016-04-01 | 4 | -39/+46 |
|\ | | | | | accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns | ||||
| * | accounts/abi/bind: support account slices, drop hash type | Péter Szilágyi | 2016-03-31 | 1 | -2/+2 |
| | | |||||
| * | accounts/abi/bind: merge all tests into a single suite | Péter Szilágyi | 2016-03-31 | 1 | -22/+22 |
| | | |||||
| * | accounts/abi/bind: use anonymous ephemeral call result structs | Péter Szilágyi | 2016-03-31 | 1 | -15/+10 |
| | | |||||
| * | accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns | Péter Szilágyi | 2016-03-26 | 2 | -6/+18 |
| | | |||||
* | | Merge pull request #2399 from karalabe/fix-trace-json-output | Jeffrey Wilcke | 2016-03-31 | 1 | -4/+13 |
|\ \ | | | | | | | eth: fix accidental nil panic on nil errors | ||||
| * | | eth: fix accidental nil panic on nil errors | Péter Szilágyi | 2016-03-31 | 1 | -4/+13 |
| | | | |||||
* | | | Merge pull request #2398 from karalabe/fix-trace-json-output | Péter Szilágyi | 2016-03-31 | 1 | -11/+11 |
|\| | | |/ |/| | eth: manually convert errors to strings on the trace API (json cannot) | ||||
| * | eth: manually convert errors to strings on the trace API (json cannot) | Péter Szilágyi | 2016-03-31 | 1 | -11/+11 |
|/ | |||||
* | Merge pull request #2381 from karalabe/fix-abigen-tuples | Jeffrey Wilcke | 2016-03-26 | 2 | -4/+36 |
|\ | | | | | accounts/abi/bind: fix double pointer in generated code | ||||
| * | accounts/abi/bind: fix double pointer in generated code | Péter Szilágyi | 2016-03-25 | 2 | -4/+36 |
|/ | |||||
* | Merge pull request #2357 from karalabe/abi-binding-generator | Péter Szilágyi | 2016-03-24 | 25 | -61/+12850 |
|\ | | | | | accounts/abi/bind: Go ABI binding generator | ||||
| * | accounts/abi/bind, cmd/abigen: port to templates, bind to solidity | Péter Szilágyi | 2016-03-24 | 10 | -448/+594 |
| | | |||||
| * | accounts/abi/bind: constructor, auth utils and various backends | Péter Szilágyi | 2016-03-24 | 10 | -267/+736 |
| | | |||||
| * | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 20 | -42/+12216 |
|/ | |||||
* | Merge pull request #2141 from obscuren/evm-init | Jeffrey Wilcke | 2016-03-24 | 36 | -343/+666 |
|\ | | | | | core, core/vm, tests: changed the initialisation behaviour of the EVM | ||||
| * | core, eth, cmd: temporary work around for enabling the jit | Jeffrey Wilcke | 2016-03-24 | 3 | -1/+17 |
| | | | | | | | | | | This commit serves as a temporary workaround for enabling the jit until the block customisation PR is merged in. | ||||
| * | eth/api: added root to the receipts | Jeffrey Wilcke | 2016-03-24 | 1 | -0/+3 |
| | | |||||
| * | eth, rpc: implemented block debugging rpc calls | Jeffrey Wilcke | 2016-03-24 | 2 | -93/+214 |
| | | | | | | | | | | | | | | | | | | Implemented the following block debugging RPC calls * Block(RLP) * BlockByFile(fileName) * BlockByNumber(number) * BlockByHash(hash) | ||||
| * | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 30 | -229/+407 |
| | | | | | | | | | | The EVM is now initialised with an additional configured object that allows you to turn on debugging options. | ||||
| * | core, core/vm, tests: changed the initialisation behaviour of the EVM | Jeffrey Wilcke | 2016-03-23 | 13 | -44/+49 |
| | | | | | | | | | | | | | | The EVM was previously initialised and created for every CALL, CALLCODE, DELEGATECALL and CREATE. This PR changes this behaviour so that the same EVM can be used through the session and beyond as long as the Environment sticks around. |