Commit Graph

161 Commits (b3c0e9d3ccb0bb326646aea47dda391a9552b122)

Author SHA1 Message Date
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
Felix Lange ec5f531f4b accounts: don't use common.Address for address field 8 years ago
Felix Lange 5df83e3bd9 accounts: disable file system watcher on windows 8 years ago
Péter Szilágyi 5513c49c54
accounts/abi/bind, mobile: review fixes and android tests 8 years ago
Péter Szilágyi 178da7c6a9
mobile: initial wrappers for mobile support 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
Felix Lange 1aaa599147 accounts: add Find method 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
RJ 2ad5dba50a accounts/abi: differentiate between static and dynamic arrays (#3121) 8 years ago
bas-vk b59c8399fb internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago
Gustav Simonsson 7cc6b801e0 accounts: left pad keybytes-to-encrypt, add 30/31 byte keys tests 8 years ago
Péter Szilágyi 06ac31cf1a accounts/abi: fix typo in the comment (dummy commit) 8 years ago
Felix Lange a59a93f476 core/state: track all accounts in canon state 8 years ago
Felix Lange c97df052a9 accounts/abi/bind: add utilities for waiting on transactions 8 years ago
Felix Lange d62d5fe59a accounts/abi/bind: use ethereum interfaces 8 years ago
Felix Lange 056f15aa53 accounts/abi/bind/backends: remove nil and remote backends 8 years ago
Felix Lange 312263c7d9 cmd/utils, node: create account manager in package node 8 years ago
Felix Lange 91b7690428 rpc: add new client, use it everywhere 8 years ago
Péter Szilágyi 3291235711 accounts, core, eth: pass chain config for chain maker to test DAO 8 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 8 years ago
zsfelfoldi 3a97280ae8 eth: separate common and full node-specific API and backend service 8 years ago
Péter Szilágyi 0f9539e1e3 accounts/abi: fix uint64 upper range encoding. 8 years ago