Commit Graph

7296 Commits (1c20313a6a1a35d5f540f878e7c263327c2ccfc1)
 

Author SHA1 Message Date
Felix Lange bcd8aeefdd eth: add chaindbProperty to debug API 9 years ago
Felix Lange 05e257c22c jsre: hide fields with prefix _ when pretty-printing 9 years ago
Felix Lange f08680985a jsre: fix <tab><tab> completion magic 9 years ago
Felix Lange 5542b51b50 jsre: expose Do 9 years ago
Péter Szilágyi b34b130fb5 Merge pull request #2450 from karalabe/fix-ios-kqueue 9 years ago
Péter Szilágyi fd36448d6a accounts: disable filesystem notifications on ios 9 years ago
Felix Lange 9d81f4fdd1 Merge pull request #2448 from fjl/jsre-bignum 9 years ago
Felix Lange 4e85be0717 jsre: print BigNumber objects with custom constructor as number 9 years ago
Felix Lange f460b0217f Merge pull request #2446 from karalabe/console-unlock-fix 9 years ago
Péter Szilágyi a1f1c404c3 cmd/utils: fix accounts merge error on console unlock 9 years ago
Péter Szilágyi 1e9b504ee7 Merge pull request #2284 from fjl/accounts-addr-cache 9 years ago
Péter Szilágyi 33e4f51749 Merge pull request #2444 from karalabe/gethrpctest-chainconfig-panic 9 years ago
Felix Lange 6498df7b02 accounts: ensure TimedUnlock does not override indefinite unlock timeout 9 years ago
Felix Lange 46df50be18 accounts: improve API and add documentation 9 years ago
Felix Lange 91aaddaeb3 cmd/geth: add recovery procedure for AmbiguousAddrError 9 years ago
Felix Lange ea005a0295 cmd/utils: fix --password on Windows 9 years ago
Felix Lange aca9d6a1fb cmd/geth: print actual error when --unlock fails 9 years ago
Felix Lange 549f1add29 eth: report unlock errors to RPC clients 9 years ago
Felix Lange 6f1ca0bc91 accounts: add ErrDecrypt 9 years ago
Felix Lange a9f26dcd0d accounts: cache key addresses 9 years ago
Felix Lange ef63e9af55 Godeps: add github.com/rjeczalik/notify 9 years ago
Felix Lange ee1682ffe6 cmd/geth: add tests for account commands 9 years ago
Felix Lange 6cb08d8328 Godeps: add github.com/cspeare/cp 9 years ago
Felix Lange 46e8940b19 accounts: streamline API 9 years ago
Felix Lange 2dc20963e7 cmd/geth: move account commands to accountcmd.go 9 years ago
Felix Lange 4e6d8b348d accounts: fix go vet warnings 9 years ago
Felix Lange 85e6c40c00 accounts, crypto: move keystore to package accounts 9 years ago
Felix Lange dff9b4246f cmd/geth, cmd/utils: improve input handling 9 years ago
Péter Szilágyi aceaaa5178 eth: gracefully fail if chain config is missing 9 years ago
Péter Szilágyi 9027981280 cmd/gethrpctest: add missing chain configuration config field 9 years ago
Felix Lange 83877a0f9d tests: remove eth, node, accounts dependencies 9 years ago
Jeffrey Wilcke 8627680e24 Merge pull request #2359 from bas-vk/rpc-optional-args 9 years ago
Bas van Kervel aa9fff3e68 rpc: various fixes/enhancements 9 years ago
Jeffrey Wilcke 934f587bd5 Merge pull request #2431 from bas-vk/js-preload 9 years ago
Jeffrey Wilcke e456451a89 Merge pull request #2440 from karalabe/update-ethash 9 years ago
Péter Szilágyi bf1f620343 eth: fix GPU miner chain config regression 9 years ago
Péter Szilágyi 701ac1ce6c Godeps: pull in the ethash opencl fix 9 years ago
Bas van Kervel 3c5329599c cmd/geth: add JS preload parameter 9 years ago
Péter Szilágyi 8abf06d378 Merge pull request #2430 from bas-vk/chaincmd 9 years ago
Péter Szilágyi a7161caedf Merge pull request #2427 from bas-vk/pending-tx-console-format 9 years ago
Péter Szilágyi 4b2492b614 Merge pull request #2423 from karalabe/abigen-support-arrays 9 years ago
Bas van Kervel 4081868452 cmd/utils: bugfix where database is opened multiple times 9 years ago
Bas van Kervel 18490d833c console: use transaction output formatter for eth.pendingTransactions output 9 years ago
Péter Szilágyi fc4fffd5ac accounts/abi/bind: support generating bindings for various arrays 9 years ago
Jeffrey Wilcke 7e02105672 Merge pull request #2417 from fjl/rpc-go-winio 9 years ago
Jeffrey Wilcke ed92f116f7 Merge pull request #2407 from bas-vk/rpc-notifications 9 years ago
Jeffrey Wilcke 6a185531d2 Merge pull request #2416 from karalabe/kill-canary 9 years ago
Jeffrey Wilcke 8d8e2248b2 Merge pull request #2396 from obscuren/abi-slices 9 years ago
Jeffrey Wilcke a306e17a26 abi: removed implicit type casting & refactored type parsing 9 years ago
Jeffrey Wilcke 968d8ffe94 abi: accept output slices of all supported types 9 years ago