Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts/abi/bind, eth: add contract non-existent error | Péter Szilágyi | 2016-04-27 | 4 | -4/+60 |
| | |||||
* | accounts/abi/bind/backends: estimate needed gas, not used | Péter Szilágyi | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 2 | -28/+23 |
| | | | | | | | | | | 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. | ||||
* | accounts/abi/bind: support generating bindings for various arrays | Péter Szilágyi | 2016-04-05 | 2 | -16/+67 |
| | |||||
* | 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 |
| | | |||||
* | | accounts/a/b/backends, core: chain maker homestead block set to 0 | Jeffrey Wilcke | 2016-04-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | 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 | 1 | -3/+8 |
|/ | | | | | | | | | 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. | ||||
* | 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 | 1 | -6/+6 |
| | |||||
* | accounts/abi/bind: fix double pointer in generated code | Péter Szilágyi | 2016-03-25 | 2 | -4/+36 |
| | |||||
* | accounts/abi/bind, cmd/abigen: port to templates, bind to solidity | Péter Szilágyi | 2016-03-24 | 9 | -428/+530 |
| | |||||
* | accounts/abi/bind: constructor, auth utils and various backends | Péter Szilágyi | 2016-03-24 | 8 | -244/+696 |
| | |||||
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 4 | -0/+834 |