Commit Graph

3942 Commits

Author SHA1 Message Date
61bf29be36 Check length of timestring before taking slice 2015-03-11 10:43:52 -05:00
58909117be Use ECDSA instead of elliptic 2015-03-11 01:10:25 +01:00
eba4f389a6 don't log whisper start ups 2015-03-10 22:43:07 +01:00
7d77a2ffc3 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2015-03-10 22:42:24 +01:00
73171d18b9 Merge pull request #447 from fjl/accounts-integration
Accounts integration
2015-03-10 22:42:03 +01:00
eb1b4c8ffe Merge branch 'fjl-accounts-integration' into develop 2015-03-10 20:37:23 +01:00
269cfbb8ac Merge branch origin/develop into accounts-integration
Conflicts:
	cmd/blocktest/main.go
	cmd/mist/debugger.go
	cmd/utils/cmd.go
2015-03-10 17:14:31 +01:00
972e2c1e31 cmd/utils: improve CLI help templates
Help for a specific command now shows available subcommands.
2015-03-10 16:44:48 +01:00
221fae4112 cmd/ethereum: show some help before prompting for encryption passphrase 2015-03-10 16:44:22 +01:00
2407f006ad Godeps: bump github.com/codegangsta/cli 2015-03-10 16:41:33 +01:00
0bb7377ebe cmd/ethereum: show more helpful message if no accounts exist 2015-03-10 15:44:05 +01:00
9d4e1e8f8b eth: return account errors directly 2015-03-10 15:42:58 +01:00
c3f94a4341 cmd/utils: remove extra space in fatal error message 2015-03-10 15:42:25 +01:00
4ba7871374 accounts: return ErrNoKeys if key directory does not exist 2015-03-10 15:41:08 +01:00
0f67f1e9de xeth: fix signing transaction after unlock 2015-03-10 14:55:00 +01:00
0395c174ca cmd/ethereum: fix line editing setup and history 2015-03-10 14:31:54 +01:00
0542df941f Merge pull request #449 from Gustav-Simonsson/add_blockchain_tests2
Add empty total difficulty to test blocks and clean up stopping the node
2015-03-10 12:07:34 +01:00
56524d13b5 removed debugger 2015-03-10 12:06:16 +01:00
b87442a9f7 Fixed error message. Closes #448 2015-03-10 11:29:22 +01:00
c0a8e3cd34 Merge branch 'poc-9' into develop 2015-03-10 11:25:32 +01:00
c9b6d268b4 Merge pull request #438 from ethersphere/poc9/cli
Poc9/cli (exportchain)
2015-03-10 11:24:47 +01:00
08d396fdba Merge pull request #437 from ethersphere/poc9/natspec
[WIP] Poc9/natspec
2015-03-10 11:24:30 +01:00
05c9351659 Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum into fjl-accounts-integration 2015-03-10 11:04:11 +01:00
80985f97da cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls 2015-03-10 02:39:53 +01:00
e6118f2d79 state: fix tests 2015-03-10 02:35:21 +01:00
9b3ae1fdb7 eth: fix tests 2015-03-10 02:34:52 +01:00
ae38871a54 cmd/ethereum: remove "prompter" in identifiers 2015-03-10 02:33:59 +01:00
62ebce304e crypto: delete old key management stuff 2015-03-10 02:12:55 +01:00
9f0e3bd286 cmd/ethereum: unlock accounts on JS REPL 2015-03-10 02:00:57 +01:00
395da0e7c1 xeth: use Frontend interface to unlock accounts
The interface has moved to package xeth because that's where it is
actually used.
2015-03-10 02:00:06 +01:00
0db4a0e898 Merge branch 'poc-9' into develop 2015-03-10 01:22:38 +01:00
0d64163fea Right pad zeros. Closes #446 2015-03-10 01:13:06 +01:00
9007f2bbdc reworked stack 2015-03-10 00:25:27 +01:00
d1e04f7388 cmd/ethereum: allow multiple js files 2015-03-10 00:24:11 +01:00
487f68ec48 accounts: add {Timed,}Unlock, remove SignLocked 2015-03-10 00:19:01 +01:00
0795fd2701 wip 2015-03-09 23:34:31 +01:00
9bf513e993 Merge ethereum/poc-9 into accounts-integration
Conflicts:
	cmd/utils/cmd.go
	cmd/utils/flags.go
	core/manager.go
	eth/backend.go
	rpc/http/server.go
	xeth/xeth.go
2015-03-09 23:25:46 +01:00
cd51860bf0 cmd/utils: delete InitConfig, KeyTasks 2015-03-09 23:08:47 +01:00
697f6748b8 cmd/mist: use cli library and package accounts 2015-03-09 23:08:47 +01:00
c2e5dacf55 accounts: add Manager.HasAccount, delete Manager.Default 2015-03-09 23:08:46 +01:00
63758db379 eth: delete unused RpcServer field 2015-03-09 23:08:46 +01:00
6a7e02fc9f rpc/http: delete package 2015-03-09 23:08:46 +01:00
a11f1d6a7e rpc: add dataDir parameter and JSON-RPC handler 2015-03-09 23:08:46 +01:00
73d1ebe244 cmd/utils: add NewApp 2015-03-09 23:08:46 +01:00
b4fa94c4b1 xeth: don't sign transactions for tx call
This should make calls faster and removes interaction
with account manager.
2015-03-09 23:08:46 +01:00
2ee88a220a core: remove Hash method from Message interface
This will simplify the next commmit. Hash was only used for logging.
2015-03-09 23:08:41 +01:00
2dacb51fb0 cmd/blocktest: simplify to fix build
block tests only need the chain, not all of ethereum.
2015-03-09 23:07:24 +01:00
27c42ea934 Add empty total difficulty to test blocks and clean up stopping the node 2015-03-09 18:03:35 +01:00
676a0de58d Max size JSON data. Closes #418 2015-03-09 17:28:12 +01:00
20741a96ac Updated xeth instances to take extra param for ui.Interface
Please be aware that if any of the instances on xeth.frontend are called
the program will crash due to the default, temporarily, frontend
interface.
2015-03-09 13:50:05 +01:00