aboutsummaryrefslogtreecommitdiffstats
path: root/common/registrar/ethreg/api.go
Commit message (Expand)AuthorAgeFilesLines
* common/registrar: delete the old registrar codeFelix Lange2016-11-251-279/+0
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-141-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-16/+12
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+4
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-291-1/+1
* core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-1/+4
* accounts: improve API and add documentationFelix Lange2016-04-121-2/+1
* accounts: streamline APIFelix Lange2016-04-121-3/+3
* core: added basic chain configurationJeffrey Wilcke2016-04-011-4/+16
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-1/+4
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+265