Commit Graph

229 Commits (9becba5540540bc37d4ad5eaaf7e4c1937a6542f)

Author SHA1 Message Date
Péter Szilágyi 9b4a45f6e8 accounts/abi/bind: fix double pointer in generated code 9 years ago
Péter Szilágyi 73308dbe0e accounts/abi/bind, cmd/abigen: port to templates, bind to solidity 9 years ago
Péter Szilágyi 86cfc22c79 accounts/abi/bind: constructor, auth utils and various backends 9 years ago
Péter Szilágyi 72826bb5ad accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI 9 years ago
Péter Szilágyi 270ea6eec3 accounts/abi: handle the "constant" modifier for functions 9 years ago
Jeffrey Wilcke fe45210c55 accounts/abi: Fixed bytes input accept []byte and variable input support 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Jeffrey Wilcke 6fe917ecb8 accounts/abi: support for typed array 9 years ago
Jeffrey Wilcke ecc876cec0 accounts/abi: fixed return tuple and string, bytes return type parsing 9 years ago
Jeffrey Wilcke bddf8f76c8 account/abi: implements event parsing 9 years ago
Bas van Kervel 19b2640e89 rpc: migrated the RPC insterface to a new reflection based RPC layer 9 years ago
Bas van Kervel eae81465c1 rpc: new RPC implementation with pub/sub support 9 years ago
Péter Szilágyi 2e43414c79 accounts: increase re-lock timeout to account for slow CI servers 9 years ago
Jeffrey Wilcke a0bf2ea7e7 accounts/abi: added output parsing & added call mechanism 9 years ago
Jeffrey Wilcke 1f72952f04 accounts/abi: ABI fixes & added types 9 years ago
Felix Lange 5aec1d94ad accounts: bump timeout and spin less in TestSignRace 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange 7662dd9bbb accounts: fix data race when key is locked after the unlock timeout 9 years ago
zelig c3f5403b64 fix wallet key duplicate write - how did it get there? mystery. fixes #1411 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange e813626ee1 all: remove @author comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
zelig 1959346793 account update: migrate or change password 9 years ago
zelig fc17a527bc fix account ordering 9 years ago
zelig fc2e33c594 unlock multiple passes and obsolete primary 9 years ago
zelig 1d72aaa0cd simplify account unlocking 9 years ago
Bas van Kervel 1fa48bc5e7 Introduced default unlock duration when an account is unlocked from the console 9 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 9 years ago
zelig b375bbee5f settable etherbase 10 years ago
zelig 7577d12614 max paranoia mode to UNsupport unencrypted keys entirely 10 years ago
zelig 11d2ebc06f unlocking coinbase without knowing address 10 years ago
zelig d1b52efdb5 cli: implement ethereum presale wallet import via cli 10 years ago
zelig fd8d18ec28 unlocking coinbase 10 years ago
zelig c4ea921876 import/export accounts 10 years ago
obscuren b523441361 Moved ethutil => common 10 years ago
Felix Lange 4ba7871374 accounts: return ErrNoKeys if key directory does not exist 10 years ago
Felix Lange 487f68ec48 accounts: add {Timed,}Unlock, remove SignLocked 10 years ago
Felix Lange c2e5dacf55 accounts: add Manager.HasAccount, delete Manager.Default 10 years ago
Felix Lange 6684ef201a accounts: don't store address in unlocked and add commentary 10 years ago
Felix Lange fb53a9362e accounts: AccountManager -> Manager 10 years ago
Felix Lange 3750ec7b7d accounts: prevent early drops and zero keys in memory when dropping 10 years ago
obscuren 405c0ca4b0 removed 10 years ago
Felix Lange d6a7332993 accounts: fix uses of sync.RWMutex 10 years ago
Felix Lange afc530ea41 accounts: use time.Duration correctly 10 years ago
Felix Lange fda7b4c79d accounts: use pointers consistently 10 years ago
Felix Lange d66f93cecd accounts, core, eth, xeth: use account manager for everything 10 years ago
obscuren 5ab0eaa06d wip 10 years ago
Gustav Simonsson 23f2658091 Remove unneeded initialisation of mutex 10 years ago
Gustav Simonsson d1311c53ee Address pull request comments 10 years ago