- Aug 03, 2019
-
-
Zsolt Felföldi authored
-
- Aug 02, 2019
-
-
Gary Rong authored
The abi package already supports function overload by adding a suffix to the overloaded function name, but it uses the function name with suffix to calculate signature(both for the event and method). This PR fixes it by adding a new field named RawName, which can be used to calcuate all signatures but use Name to distinguish different overloaded function.
-
- Aug 01, 2019
-
-
Péter Szilágyi authored
* ethdb/memorydb: allow noop compact on memdb * ethdb/memorydb: fix comment type
-
- Jul 31, 2019
-
-
Péter Szilágyi authored
accounts/abi/bind: support closing a simulated backend
-
Péter Szilágyi authored
-
- Jul 30, 2019
-
-
Felix Lange authored
This change ensures 'blockHash', 'blockNumber' and 'transactionIndex' are set to null for pending transactions. This behavior is required by the Ethereum JSON-RPC spec.
-
- Jul 25, 2019
-
-
Frank Szendzielarz authored
* Fixes #19861 - coloured output * cmd/clef: minor formatting nit * cmd/clef: bleah, stupid github editor
-
Gary Rong authored
-
Gary Rong authored
-
Tyler Ferrara authored
-
- Jul 24, 2019
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jul 23, 2019
-
-
Gary Rong authored
* eth, interal, les: add getHeaderBy* APIs * internal: address the comment * eth, internal, les: getHeader nits, missing TD, console callable
-
Alexander van der Meij authored
* bump azure-storage-blob-go dependency to 0.3.0 release * update azure-storage-blob-go module import path * fix multiple return values on azblob.NewSharedKeyCredential * vendor: bump Azure libs to latest from upstream
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/geth: skip 4GB memory bump for devnet
-
Gary Rong authored
-
wbt authored
* Add 5 minute grace period to faucet timeout * cmd/faucet: make grace period dynamic based on original wait time
-
Péter Szilágyi authored
-
- Jul 22, 2019
-
-
Gary Rong authored
-
Christian Muehlhaeuser authored
Fixed assigning values to variables we don't end up using.
-
Felix Lange authored
* rpc: implement websockets with github.com/gorilla/websocket This change makes package rpc use the github.com/gorilla/websocket package for WebSockets instead of golang.org/x/net/websocket. The new library is more robust and supports all WebSocket features including continuation frames. There are new tests for two issues with the previously-used library: - TestWebsocketClientPing checks handling of Ping frames. - TestWebsocketLargeCall checks whether the request size limit is applied correctly. * rpc: raise HTTP/WebSocket request size limit to 5MB * rpc: remove default origin for client connections The client used to put the local hostname into the Origin header because the server wanted an origin to accept the connection, but that's silly: Origin is for browsers/websites. The nobody would whitelist a particular hostname. Now that the server doesn't need Origin anymore, don't bother setting one for clients. Users who need an origin can use DialWebsocket to create a client with arbitrary origin if needed. * vendor: put golang.org/x/net/websocket back * rpc: don't set Origin header for empty (default) origin * rpc: add HTTP status code to handshake error This makes it easier to debug failing connections. * ethstats: use github.com/gorilla/websocket * rpc: fix lint
-
Péter Szilágyi authored
all: update author list and licenses
-
Péter Szilágyi authored
params: bump hard-coded CHTs to 22nd July values
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Christian Muehlhaeuser authored
* Added missing error checks Add error handling where we assign err a value, but don't check for it being nil. * core/rawdb: tiny style nit
-
Kitten King authored
-
Christian Muehlhaeuser authored
No need to convert these types.
-
- Jul 19, 2019
-
-
Kurkó Mihály authored
-
- Jul 18, 2019
-
-
Péter Szilágyi authored
internal/ethapi: fix debug.chaindbProperty
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: check error before accessing potentially nil block
-
Péter Szilágyi authored
-
Felix Lange authored
-
Guillaume Ballet authored
* signer/core: fix reference issue in key derivation * Review feedback
-
- Jul 17, 2019