quorum/accounts/abi
Felix Lange 85e6c40c00 accounts, crypto: move keystore to package accounts
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.
2016-04-12 15:56:49 +02:00
..
bind accounts, crypto: move keystore to package accounts 2016-04-12 15:56:49 +02:00
abi.go abi: removed implicit type casting & refactored type parsing 2016-04-04 20:30:59 +02:00
abi_test.go abi: removed implicit type casting & refactored type parsing 2016-04-04 20:30:59 +02:00
argument.go account/abi: implements event parsing 2016-02-02 15:28:59 +01:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
event.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
event_test.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
method.go accounts/abi: handle the "constant" modifier for functions 2016-03-16 11:24:16 +02:00
numbers.go abi: accept input slices of all supported types 2016-04-04 20:30:58 +02:00
numbers_test.go abi: accept input slices of all supported types 2016-04-04 20:30:58 +02:00
type.go abi: removed implicit type casting & refactored type parsing 2016-04-04 20:30:59 +02:00