| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/abigen: update generated go file header text (#14845) | Leo Shklovskii | 2017-07-24 | 1 | -2/+2 |
* | core: remove redundant storage of transactions and receipts (#14801) | Péter Szilágyi | 2017-07-15 | 1 | -1/+2 |
* | tests: update tests and implement general state tests (#14734) | Felix Lange | 2017-07-11 | 1 | -4/+17 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -2/+2 |
* | accounts/abi: reorganizing package with small fixes (#14610) | RJ Catalano | 2017-06-27 | 13 | -1085/+1487 |
* | accounts: fix spelling error (#14567) | FaceHo | 2017-06-06 | 1 | -1/+1 |
* | accounts/keystore, crypto: don't enforce key checks on existing keyfiles | Péter Szilágyi | 2017-06-01 | 2 | -8/+4 |
* | accounts/keystore, crypto: enforce 256 bit keys on import | Péter Szilágyi | 2017-05-23 | 5 | -7/+11 |
* | all: update license information | Felix Lange | 2017-04-14 | 4 | -4/+4 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 1 | -1/+1 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -2/+2 |
* | Merge pull request #3801 from karalabe/ledger-linux-confirm | Péter Szilágyi | 2017-03-28 | 2 | -13/+49 |
|\ |
|
| * | accounts/usbwallet: if a confirmation is pending, skip refresh | Péter Szilágyi | 2017-03-23 | 2 | -3/+16 |
| * | accounts/usbwallet: fix Ledger hidapi/libusb protocol violation | Péter Szilágyi | 2017-03-23 | 2 | -13/+36 |
* | | core: refactor genesis handling | Felix Lange | 2017-03-23 | 3 | -22/+19 |
|/ |
|
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 6 | -6/+6 |
* | accounts/abi/bind: allow client to specify sender address for call (#3782) | bas-vk | 2017-03-16 | 2 | -2/+42 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | Logger updates 3 (#3730) | Péter Szilágyi | 2017-03-02 | 1 | -0/+9 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 4 | -16/+16 |
|\ |
|
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 4 | -16/+16 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 5 | -7/+8 |
|/ |
|
* | accounts, eth/downloader: use "err" instead of "error" in logs | Péter Szilágyi | 2017-02-27 | 4 | -10/+10 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 3 | -57/+47 |
* | accounts, cmd: port packages over to the new logging system | Péter Szilágyi | 2017-02-23 | 5 | -29/+36 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 4 | -36/+30 |
* | Merge pull request #3681 from karalabe/usb-hidapi | Nick Johnson | 2017-02-20 | 4 | -150/+38 |
|\ |
|
| * | accounts/usbwallet, vendor: use hidapi instead of libusb directly | Péter Szilágyi | 2017-02-17 | 4 | -150/+38 |
* | | crypto: add btcec fallback for sign/recover without cgo (#3680) | Felix Lange | 2017-02-18 | 1 | -3/+2 |
|/ |
|
* | accounts: ledger and HD review fixes | Péter Szilágyi | 2017-02-13 | 4 | -59/+37 |
* | accounts/usbwallet: detect and report in Ledger is in browser mode | Péter Szilágyi | 2017-02-13 | 1 | -4/+17 |
* | accounts/usbwallet: make wallet responsive while Ledger is busy | Péter Szilágyi | 2017-02-13 | 1 | -151/+309 |
* | accounts/usbwallet: Ledger teardown on health-check failure | Péter Szilágyi | 2017-02-13 | 2 | -8/+33 |
* | accounts, cmd, internal, node: implement HD wallet self-derivation | Péter Szilágyi | 2017-02-13 | 6 | -115/+347 |
* | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 13 | -93/+174 |
* | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 13 | -565/+1339 |
* | accounts/usbwallet: two phase Ledger refreshes to avoid Windows bug | Péter Szilágyi | 2017-02-13 | 1 | -25/+24 |
* | accounts/usbwallet: support Ledger app version <1.0.2 | Péter Szilágyi | 2017-02-13 | 1 | -1/+5 |
* | accounts/usbwallet: skip support on iOS altogether | Péter Szilágyi | 2017-02-13 | 4 | -0/+44 |
* | accounts/usbwallet: initial support for Ledger wallets | Péter Szilágyi | 2017-02-13 | 3 | -0/+750 |
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 34 | -526/+851 |
* | accounts/abi, internal/jsre/deps: gofmt -w -s (#3636) | Diego Siqueira | 2017-02-03 | 1 | -2/+2 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 2 | -7/+72 |
* | Merge pull request #3581 from karalabe/accounts-polish | Péter Szilágyi | 2017-01-17 | 2 | -7/+7 |
|\ |
|
| * | accounts, mobile: make account manager API a bit more uniform | Péter Szilágyi | 2017-01-17 | 2 | -7/+7 |
* | | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+1 |
|/ |
|
* | accounts/abi: fix comment spelling error | Péter Szilágyi | 2017-01-13 | 1 | -1/+1 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 3 | -1/+11 |
* | accounts/abi: fixed broken types slice testcases | Thomas Bocek | 2017-01-09 | 2 | -14/+19 |
* | accounts/abi: fixed comments | Jeffrey Wilcke | 2017-01-09 | 2 | -5/+5 |
* | accounts/abi: added testcase to unpack []uint32 | tbocek | 2017-01-09 | 1 | -0/+24 |
* | accounts/abi: support custom int slice types | Thomas Bocek | 2017-01-09 | 2 | -4/+51 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 2 | -11/+11 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -14/+14 |
* | Merge pull request #3516 from fjl/types-drop-sign-ecdsa | Péter Szilágyi | 2017-01-06 | 1 | -1/+1 |
|\ |
|
| * | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -1/+1 |
* | | Merge pull request #3518 from fjl/ethclient-dependency-cleanup | Péter Szilágyi | 2017-01-06 | 1 | -2/+2 |
|\ \ |
|
| * | | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -2/+2 |
| |/ |
|
* / | accounts, internal, mobile: polish accounts API, extend Android tests | Péter Szilágyi | 2017-01-05 | 2 | -4/+4 |
|/ |
|
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 1 | -1/+1 |
* | accounts/abi: add support for function types (#3405) | RJ | 2017-01-05 | 4 | -4/+24 |
* | accounts, core, crypto, internal: use normalised V during signature handling ... | Péter Szilágyi | 2017-01-05 | 2 | -21/+8 |
* | accounts/abi: add support for "anonymous" and "indexed" for events (#3464) | bas-vk | 2016-12-22 | 4 | -20/+61 |
* | Merge pull request #3403 from VoR0220/fixedPointsAbi | Péter Szilágyi | 2016-12-19 | 2 | -7/+85 |
|\ |
|
| * | accounts/abi: clean up PR and add type parsing tests | Péter Szilágyi | 2016-12-19 | 2 | -5/+82 |
| * | accounts/abi: prepare ABI to handle fixed point types | VoR0220 | 2016-12-19 | 1 | -5/+6 |
* | | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 1 | -1/+5 |
|/ |
|
* | accounts: don't use common.Address for address field | Felix Lange | 2016-11-28 | 1 | -4/+5 |
* | accounts: disable file system watcher on windows | Felix Lange | 2016-11-28 | 2 | -2/+2 |
* | accounts/abi/bind, mobile: review fixes and android tests | Péter Szilágyi | 2016-11-15 | 2 | -8/+12 |
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 4 | -14/+276 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 4 | -16/+15 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -3/+6 |
* | accounts: add Find method | Felix Lange | 2016-11-11 | 1 | -1/+7 |
* | all: update license information | Felix Lange | 2016-11-09 | 3 | -3/+3 |
* | accounts/abi: differentiate between static and dynamic arrays (#3121) | RJ | 2016-11-04 | 4 | -26/+64 |
* | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 2 | -6/+21 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -2/+4 |
* | accounts: left pad keybytes-to-encrypt, add 30/31 byte keys tests | Gustav Simonsson | 2016-09-28 | 3 | -1/+62 |
* | accounts/abi: fix typo in the comment (dummy commit) | Péter Szilágyi | 2016-09-26 | 1 | -1/+1 |
* | core/state: track all accounts in canon state | Felix Lange | 2016-09-26 | 1 | -5/+2 |
* | accounts/abi/bind: add utilities for waiting on transactions | Felix Lange | 2016-08-23 | 4 | -15/+267 |
* | accounts/abi/bind: use ethereum interfaces | Felix Lange | 2016-08-22 | 3 | -175/+157 |
* | accounts/abi/bind/backends: remove nil and remote backends | Felix Lange | 2016-08-21 | 4 | -203/+10 |
* | cmd/utils, node: create account manager in package node | Felix Lange | 2016-08-17 | 1 | -22/+0 |
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -142/+18 |
* | accounts, core, eth: pass chain config for chain maker to test DAO | Péter Szilágyi | 2016-07-15 | 1 | -2/+2 |
* | core: added CheckNonce() to Message interface | zsfelfoldi | 2016-07-11 | 1 | -1/+2 |
* | Merge pull request #2159 from zsfelfoldi/light-backend | Péter Szilágyi | 2016-06-30 | 6 | -48/+99 |
|\ |
|
| * | eth: separate common and full node-specific API and backend service | zsfelfoldi | 2016-06-16 | 6 | -48/+99 |
* | | accounts/abi: fix uint64 upper range encoding. | Péter Szilágyi | 2016-06-10 | 2 | -21/+33 |
|/ |
|
* | accounts/abi: Negative numbers not properly converted in ABI encoding | Thomas Bocek | 2016-06-06 | 4 | -64/+10 |
* | Merge pull request #2564 from bas-vk/submit-tx | Jeffrey Wilcke | 2016-05-23 | 2 | -2/+42 |
|\ |
|
| * | eth: add new RPC method (personal.) SignAndSendTransaction | Bas van Kervel | 2016-05-20 | 2 | -2/+42 |
* | | accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call | Péter Szilágyi | 2016-05-20 | 5 | -6/+101 |
|/ |
|
* | accounts/abi: fix abi test for go vet... | Péter Szilágyi | 2016-05-12 | 1 | -2/+2 |
* | accounts/abi/bind: fix multi-value anonymous unmarshalling | Péter Szilágyi | 2016-05-12 | 2 | -3/+37 |
* | accounts/abi: fixed unpacking in to already slice interfaces | Jeffrey Wilcke | 2016-05-11 | 3 | -31/+94 |
* | release, all: integrate the release service into geth | Péter Szilágyi | 2016-05-02 | 1 | -2/+3 |
* | Merge pull request #2493 from almindor/develop | Felix Lange | 2016-04-30 | 1 | -1/+6 |
|\ |
|
| * | eth: add personal_importRawKey for runtime private key import | Ales Katona | 2016-04-28 | 1 | -1/+6 |
* | | Merge pull request #2435 from obscuren/abi-array-fixes | Péter Szilágyi | 2016-04-28 | 8 | -362/+733 |
|\ \ |
|
| * | | accounts/abi: fixed string and fixed size bytes packing | Jeffrey Wilcke | 2016-04-28 | 6 | -85/+137 |
| * | | accounts/abi: added unpacking "anything" in to interface{} | Jeffrey Wilcke | 2016-04-28 | 2 | -0/+11 |
| * | | accounts/abi: fixed strict go-like unpacking | Jeffrey Wilcke | 2016-04-28 | 2 | -27/+158 |
| * | | accouns/abi: refactored ABI package | Jeffrey Wilcke | 2016-04-20 | 8 | -314/+491 |
| |/ |
|
* | | accounts/abi/bind, eth: add contract non-existent error | Péter Szilágyi | 2016-04-27 | 4 | -4/+60 |
* | | accounts: disable file system watch on linux/arm64 | Felix Lange | 2016-04-25 | 2 | -2/+2 |
|/ |
|
* | accounts/abi/bind/backends: estimate needed gas, not used | Péter Szilágyi | 2016-04-15 | 1 | -1/+1 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -5/+5 |
* | all: update license information | Felix Lange | 2016-04-15 | 2 | -1/+17 |
* | accounts: disable filesystem notifications on ios | Péter Szilágyi | 2016-04-13 | 2 | -2/+2 |
* | accounts: ensure TimedUnlock does not override indefinite unlock timeout | Felix Lange | 2016-04-12 | 2 | -10/+16 |
* | accounts: improve API and add documentation | Felix Lange | 2016-04-12 | 3 | -48/+84 |
* | cmd/geth: add recovery procedure for AmbiguousAddrError | Felix Lange | 2016-04-12 | 3 | -0/+3 |
* | accounts: add ErrDecrypt | Felix Lange | 2016-04-12 | 4 | -7/+6 |
* | accounts: cache key addresses | Felix Lange | 2016-04-12 | 16 | -360/+1040 |
* | cmd/geth: add tests for account commands | Felix Lange | 2016-04-12 | 10 | -0/+28 |
* | accounts: streamline API | Felix Lange | 2016-04-12 | 2 | -38/+29 |
* | accounts: fix go vet warnings | Felix Lange | 2016-04-12 | 3 | -5/+5 |
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 13 | -52/+1242 |
* | accounts/abi/bind: support generating bindings for various arrays | Péter Szilágyi | 2016-04-05 | 2 | -16/+67 |
* | abi: removed implicit type casting & refactored type parsing | Jeffrey Wilcke | 2016-04-05 | 3 | -53/+80 |
* | abi: accept output slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 3 | -5/+143 |
* | abi: accept input slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 5 | -145/+106 |
* | 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 | 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 |
* | | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -3/+8 |
|/ |
|
* | 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 | 9 | -263/+723 |
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 6 | -41/+855 |
* | Merge pull request #2348 from obscuren/abi-variable-input | Péter Szilágyi | 2016-03-17 | 4 | -31/+193 |
|\ |
|
| * | accounts/abi: Fixed bytes input accept []byte and variable input support | Jeffrey Wilcke | 2016-03-15 | 4 | -31/+193 |
* | | accounts/abi: handle the "constant" modifier for functions | Péter Szilágyi | 2016-03-16 | 2 | -9/+12 |
|/ |
|
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 4 | -9/+9 |
* | accounts/abi: support for typed array | Jeffrey Wilcke | 2016-02-15 | 2 | -43/+114 |
* | accounts/abi: fixed return tuple and string, bytes return type parsing | Jeffrey Wilcke | 2016-02-11 | 3 | -30/+363 |
* | account/abi: implements event parsing | Jeffrey Wilcke | 2016-02-02 | 6 | -31/+174 |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -1/+1 |
* | Merge pull request #2035 from bas-vk/rcp-v2-rebase | Felix Lange | 2015-12-15 | 1 | -0/+15 |
|\ |
|
| * | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 1 | -0/+15 |
* | | Merge pull request #2003 from obscuren/abi-calling | Felix Lange | 2015-12-08 | 6 | -88/+243 |
|\ \
| |/
|/| |
|
| * | accounts/abi: added output parsing & added call mechanism | Jeffrey Wilcke | 2015-11-25 | 6 | -88/+243 |
* | | accounts: increase re-lock timeout to account for slow CI servers | Péter Szilágyi | 2015-12-01 | 1 | -1/+1 |
|/ |
|
* | accounts/abi: ABI fixes & added types | Jeffrey Wilcke | 2015-10-30 | 3 | -21/+80 |
* | Merge pull request #1548 from fjl/accounts-test-deflake | Jeffrey Wilcke | 2015-08-03 | 1 | -1/+2 |
|\ |
|
| * | accounts: bump timeout and spin less in TestSignRace | Felix Lange | 2015-08-02 | 1 | -1/+2 |
* | | all: fix license headers one more time | Felix Lange | 2015-07-24 | 8 | -8/+8 |
|/ |
|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 8 | -32/+32 |
* | accounts: fix data race when key is locked after the unlock timeout | Felix Lange | 2015-07-21 | 2 | -20/+45 |
* | fix wallet key duplicate write - how did it get there? mystery. fixes #1411 | zelig | 2015-07-09 | 1 | -3/+0 |
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -10/+6 |
* | all: remove @author comments | Felix Lange | 2015-07-07 | 1 | -6/+0 |
* | all: update license information | Felix Lange | 2015-07-07 | 8 | -15/+127 |
* | account update: migrate or change password | zelig | 2015-07-03 | 1 | -0/+28 |
* | fix account ordering | zelig | 2015-07-03 | 2 | -5/+6 |
* | unlock multiple passes and obsolete primary | zelig | 2015-07-03 | 2 | -14/+1 |
* | simplify account unlocking | zelig | 2015-07-03 | 2 | -56/+85 |
* | Introduced default unlock duration when an account is unlocked from the console | Bas van Kervel | 2015-05-14 | 1 | -0/+5 |
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -21/+21 |
* | settable etherbase | zelig | 2015-03-27 | 1 | -7/+1 |
* | max paranoia mode to UNsupport unencrypted keys entirely | zelig | 2015-03-27 | 1 | -0/+2 |
* | unlocking coinbase without knowing address | zelig | 2015-03-27 | 1 | -15/+3 |
* | cli: implement ethereum presale wallet import via cli | zelig | 2015-03-27 | 1 | -0/+12 |
* | unlocking coinbase | zelig | 2015-03-27 | 1 | -2/+13 |
* | import/export accounts | zelig | 2015-03-27 | 1 | -0/+20 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 2 | -10/+10 |
* | accounts: return ErrNoKeys if key directory does not exist | Felix Lange | 2015-03-10 | 1 | -2/+7 |
* | accounts: add {Timed,}Unlock, remove SignLocked | Felix Lange | 2015-03-10 | 2 | -55/+55 |
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -106/+0 |
|\ |
|
| * | removed | obscuren | 2015-03-08 | 1 | -106/+0 |
* | | accounts: add Manager.HasAccount, delete Manager.Default | Felix Lange | 2015-03-10 | 1 | -9/+11 |
* | | accounts: don't store address in unlocked and add commentary | Felix Lange | 2015-03-08 | 1 | -8/+10 |
* | | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 2 | -15/+15 |
* | | accounts: prevent early drops and zero keys in memory when dropping | Felix Lange | 2015-03-08 | 1 | -19/+50 |
* | | accounts: fix uses of sync.RWMutex | Felix Lange | 2015-03-08 | 1 | -4/+6 |
* | | accounts: use time.Duration correctly | Felix Lange | 2015-03-08 | 2 | -13/+14 |
* | | accounts: use pointers consistently | Felix Lange | 2015-03-08 | 2 | -16/+13 |
* | | accounts, core, eth, xeth: use account manager for everything | Felix Lange | 2015-03-07 | 1 | -7/+32 |
|/ |
|
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-26 | 2 | -11/+92 |
|\ |
|
| * | Remove unneeded initialisation of mutex | Gustav Simonsson | 2015-02-26 | 1 | -1/+0 |
| * | Address pull request comments | Gustav Simonsson | 2015-02-26 | 2 | -17/+19 |
| * | Add automatic locking / unlocking of accounts | Gustav Simonsson | 2015-02-26 | 2 | -11/+90 |
* | | wip | obscuren | 2015-02-26 | 1 | -0/+1 |
|/ |
|
* | Fix key store address hex decoding and accounts test | Gustav Simonsson | 2015-02-25 | 2 | -1/+17 |
* | Implement OS sensitive dataDirs | Maran | 2015-02-23 | 1 | -1/+2 |
* | accounts: use crypto/randentropy in test | Felix Lange | 2015-02-20 | 1 | -2/+4 |
* | Merge branch 'key_store_and_accounts_integration' of https://github.com/Gusta... | obscuren | 2015-01-29 | 2 | -19/+14 |
|\ |
|
| * | Address pull request comments | Gustav Simonsson | 2015-01-28 | 2 | -19/+14 |
* | | Implemented contract ABI | obscuren | 2015-01-27 | 7 | -0/+969 |
|/ |
|
* | Add accounts package and refactor key stores | Gustav Simonsson | 2015-01-26 | 2 | -0/+118 |