Commit Graph

59 Commits (549f1add296ccfb76d5038316acb4d7c3935221a)

Author SHA1 Message Date
Felix Lange 46e8940b19 accounts: streamline API 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
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Péter Szilágyi df75dbfd68 cmd, node, rpc: readd inproc RPC client, expose via node 9 years ago
Péter Szilágyi 900e124bee cmd, common, node, rpc: rework naming convention to canonical one 9 years ago
Péter Szilágyi 7486904b92 cmd, node, rpc: move websockets into node, break singleton 9 years ago
Bas van Kervel 19b2640e89 rpc: migrated the RPC insterface to a new reflection based RPC layer 9 years ago
Bas van Kervel eae81465c1 rpc: new RPC implementation with pub/sub support 9 years ago
Péter Szilágyi 3e1000fda3 cmd, eth, node, rpc, xeth: use single-instance services 9 years ago
Péter Szilágyi 1e806c4c77 cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks 9 years ago
zelig 4d005a2c1d rpc api: eth_getNatSpec 9 years ago
Gustav Simonsson ec6a548ee3 all: Add GPU mining, disabled by default 9 years ago
Jeffrey Wilcke 7c7692933c cmd/geth, cmd/utils, core, rpc: renamed to blockchain 9 years ago
Jeffrey Wilcke eaa4473dbd core, core/types: readd transactions after chain re-org 9 years ago
Felix Lange 8c4dab77ba all: move common.Database to package ethdb 9 years ago
zelig 1356daad27 etherbase defaults to first account even if created during the session 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Jeffrey Wilcke a32c51effd cmd, core, eth, common: genesis preparation 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Jeffrey Wilcke 3016f23864 cmd/geth: fixed test 9 years ago
zelig c5cb6e8e70 fix/skip tests, adapt registrar to no contract address 9 years ago
zelig 1208ac83d5 fix natspec test 9 years ago
zelig aa22cf323e fix js arguments and TestContract passes 9 years ago
zelig 492e5049d7 rename js methods in js_test for new console API 9 years ago
zelig 2739233719 Registrar and contractInfo handling 9 years ago
zelig 83ee39448e Registrar and contractInfo handling 9 years ago
zelig fc17a527bc fix account ordering 9 years ago
zelig a4df9d74ea accounts order by keyfile ctime 9 years ago
zelig eb82ca4563 rpc/js coinbase returns null if no etherbase set 9 years ago
zelig fc2e33c594 unlock multiple passes and obsolete primary 9 years ago
Bas van Kervel 2e0b56a72b added RPC start/stop support 9 years ago
Bas van Kervel 2737baa657 fixed unittests 9 years ago
Bas van Kervel 0a600a03ee fixed unittest build problem 9 years ago
obscuren 6244b10a8f core: settable genesis nonce 9 years ago
obscuren 2bb0e48a7b skipped failing natspec tests 9 years ago
obscuren 9b27fb91c0 cmd/geth, common/natspec: updating tests (still failing?) 9 years ago
Péter Szilágyi 4de8213887 cmd/geth: fix js console test for p2p server update 9 years ago
zelig 00f59f5014 fix eth.sign. now implemented in admin jsre until web3.js has it . 9 years ago
zelig b0ae84aa0d multiple contract source for solidity compiler: returns contract array if multiple contracts. fixes #1023 9 years ago
zelig 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work 9 years ago
zelig f9abcee0f9 fix solc tests unskip 9 years ago
obscuren 59c0d01418 core: chain manager no longer exports genesis block 9 years ago
Felix Lange 559cc02313 cmd/geth: use plain keystore for JS tests 9 years ago
Gustav Simonsson e389585f1f Change default keystore dir 9 years ago
Gustav Simonsson 231fe04f03 Fix address type in js test 9 years ago
obscuren dca290d525 sol: skipped source checking step 9 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
zelig 03bf902b92 compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed 9 years ago