Commit Graph

187 Commits (3d8de95f999de6f52f0c1605eb2913278f1d87d2)

Author SHA1 Message Date
Péter Szilágyi 09777952ee core, consensus: pluggable consensus engines (#3817) 8 years ago
Péter Szilágyi 8ff7e55ab5
accounts/usbwallet: if a confirmation is pending, skip refresh 8 years ago
Felix Lange 37dd9086ec core: refactor genesis handling 8 years ago
Péter Szilágyi 26da6daaa9
accounts/usbwallet: fix Ledger hidapi/libusb protocol violation 8 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
bas-vk 6d038e762b accounts/abi/bind: allow client to specify sender address for call (#3782) 8 years ago
Péter Szilágyi 567d41d936 all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
Péter Szilágyi 9184249b39 Logger updates 3 (#3730) 8 years ago
Felix Lange 5f7826270c all: unify big.Int zero checks, use common/math in more places (#3716) 8 years ago
Péter Szilágyi e588e0ca2b
all: next batch of log polishes to contextual versions 8 years ago
Péter Szilágyi 46eea4d105
accounts, eth/downloader: use "err" instead of "error" in logs 8 years ago
Felix Lange 5c8fe28b72 common: move big integer math to common/math (#3699) 8 years ago
Péter Szilágyi 23a5d64fd0
accounts, cmd: port packages over to the new logging system 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Felix Lange 9b0af51386 crypto: add btcec fallback for sign/recover without cgo (#3680) 8 years ago
Péter Szilágyi 6ec8135256
accounts/usbwallet, vendor: use hidapi instead of libusb directly 8 years ago
Péter Szilágyi e99c788155
accounts: ledger and HD review fixes 8 years ago
Péter Szilágyi c7022c1a0c
accounts/usbwallet: detect and report in Ledger is in browser mode 8 years ago
Péter Szilágyi 26cd41f0c7
accounts/usbwallet: make wallet responsive while Ledger is busy 8 years ago
Péter Szilágyi fb19846855
accounts/usbwallet: Ledger teardown on health-check failure 8 years ago
Péter Szilágyi 205ea95802
accounts, cmd, internal, node: implement HD wallet self-derivation 8 years ago
Péter Szilágyi c5215fdd48
accounts, cmd, internal, mobile, node: canonical account URLs 8 years ago
Péter Szilágyi fad5eb0a87
accounts, cmd, eth, internal, miner, node: wallets and HD APIs 8 years ago
Péter Szilágyi b3c0e9d3cc
accounts/usbwallet: two phase Ledger refreshes to avoid Windows bug 8 years ago
Péter Szilágyi 470b79385b
accounts/usbwallet: support Ledger app version <1.0.2 8 years ago
Péter Szilágyi 1ecf99bd0f
accounts/usbwallet: skip support on iOS altogether 8 years ago
Péter Szilágyi ac2a0e615b
accounts/usbwallet: initial support for Ledger wallets 8 years ago
Péter Szilágyi 833e4d1319
accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
Diego Siqueira 6ea8eba8ce accounts/abi, internal/jsre/deps: gofmt -w -s (#3636) 8 years ago
Péter Szilágyi 682875adff accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) 8 years ago
Péter Szilágyi 230530f5ea
accounts, mobile: make account manager API a bit more uniform 8 years ago
Nick Johnson 17d92233d9 cmd/geth, core: add support for recording SHA3 preimages (#3543) 8 years ago
Péter Szilágyi c01f8c3d3c
accounts/abi: fix comment spelling error 8 years ago
Felix Lange b9b3efb09f all: fix ineffectual assignments and remove uses of crypto.Sha3 8 years ago
Thomas Bocek 1bd9769111
accounts/abi: fixed broken types slice testcases 8 years ago
Jeffrey Wilcke 47372813ef
accounts/abi: fixed comments 8 years ago
tbocek fc213c873d
accounts/abi: added testcase to unpack []uint32 8 years ago
Thomas Bocek 972f0bd3db
accounts/abi: support custom int slice types 8 years ago
Felix Lange f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Felix Lange 7731061903 core/vm: move Log to core/types 8 years ago
Felix Lange e171bf74f8 core/types: remove redundant SignECDSA wrappers, rename to SignTx 8 years ago
Péter Szilágyi b37d175e59
accounts, internal, mobile: polish accounts API, extend Android tests 8 years ago
Jeffrey Wilcke bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378) 8 years ago
RJ 2126d81488 accounts/abi: add support for function types (#3405) 8 years ago
Péter Szilágyi 08eea0f0e4 accounts, core, crypto, internal: use normalised V during signature handling (#3455) 8 years ago
bas-vk 6d15d00ac4 accounts/abi: add support for "anonymous" and "indexed" for events (#3464) 8 years ago
Péter Szilágyi 4d05bbf2a4
accounts/abi: clean up PR and add type parsing tests 8 years ago
VoR0220 471990f771
accounts/abi: prepare ABI to handle fixed point types 8 years ago
Jeffrey Wilcke 3fc7c97827 core, core/vm: implemented a generic environment (#3348) 8 years ago