Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -1/+1 |
| | | | | | | | | | | There is no need to depend on the old context package now that the minimum Go version is 1.7. The move to "context" eliminates our weird vendoring setup. Some vendored code still uses golang.org/x/net/context and it is now vendored in the normal way. This change triggered new vet checks around context.WithTimeout which didn't fire with golang.org/x/net/context. | ||||
* | les, light: add block availability check for ODR requests | Zsolt Felfoldi | 2016-12-10 | 1 | -6/+9 |
| | |||||
* | light: light chain, VM env and tx pool | Zsolt Felfoldi | 2016-11-09 | 1 | -30/+88 |
| | |||||
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -2/+2 |
| | | | | As we aren't really using the standarized SHA-3 | ||||
* | light: implemented odr-capable trie and state structures | zsfelfoldi | 2015-12-17 | 1 | -0/+98 |