Taylor Gerring
53ac85cfd3
BlockHash must be a string
10 years ago
Taylor Gerring
d465e410ef
TxIndex -> Index
10 years ago
Felix Lange
99bc44cf52
cmd/ethereum: add a flag to switch to unencrytped keystore
...
This is mostly for automated tests. The tests can use the following
commands to start the node:
ethereum --unencrypted-keys account new
...
ethereum --unencrypted-keys
10 years ago
Taylor Gerring
6bca40274f
Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier
10 years ago
Taylor Gerring
9ce5229ddf
Get transaction via block & index
10 years ago
Taylor Gerring
ece29c5d8d
Nil check block
10 years ago
obscuren
074ee19fe5
Merge branch 'develop' into rpcfrontier
10 years ago
obscuren
64933321fb
Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rpcfrontier
10 years ago
obscuren
58909117be
Use ECDSA instead of elliptic
10 years ago
Taylor Gerring
499f816e30
Output hex should be prepended with 0x
10 years ago
obscuren
7e0ccc9de5
Merge branch 'develop' into rpcfrontier
...
Conflicts:
rpc/api.go
rpc/args.go
10 years ago
Taylor Gerring
fda4d02f94
Left-pad odd length hex inputs and tests
10 years ago
obscuren
eba4f389a6
don't log whisper start ups
10 years ago
obscuren
7d77a2ffc3
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
73171d18b9
Merge pull request #447 from fjl/accounts-integration
...
Accounts integration
10 years ago
obscuren
eb1b4c8ffe
Merge branch 'fjl-accounts-integration' into develop
10 years ago
obscuren
ce595b9266
fallback
10 years ago
obscuren
35841e5190
id to hex
10 years ago
obscuren
d9f96293be
Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rpcfrontier
...
Conflicts:
rpc/args.go
10 years ago
obscuren
f22684439a
Updated RPC
...
* Added a generic RawMessage deserialiser
* Updated ethereum.js
* Updated coin test app
10 years ago
Taylor Gerring
3d6519e45b
Update response types
10 years ago
Taylor Gerring
617804c327
Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier
10 years ago
Felix Lange
269cfbb8ac
Merge branch origin/develop into accounts-integration
...
Conflicts:
cmd/blocktest/main.go
cmd/mist/debugger.go
cmd/utils/cmd.go
10 years ago
Felix Lange
972e2c1e31
cmd/utils: improve CLI help templates
...
Help for a specific command now shows available subcommands.
10 years ago
Felix Lange
221fae4112
cmd/ethereum: show some help before prompting for encryption passphrase
10 years ago
Felix Lange
2407f006ad
Godeps: bump github.com/codegangsta/cli
10 years ago
Felix Lange
0bb7377ebe
cmd/ethereum: show more helpful message if no accounts exist
10 years ago
Felix Lange
9d4e1e8f8b
eth: return account errors directly
10 years ago
Felix Lange
c3f94a4341
cmd/utils: remove extra space in fatal error message
10 years ago
Felix Lange
4ba7871374
accounts: return ErrNoKeys if key directory does not exist
10 years ago
Felix Lange
0f67f1e9de
xeth: fix signing transaction after unlock
10 years ago
Felix Lange
0395c174ca
cmd/ethereum: fix line editing setup and history
10 years ago
obscuren
bbe8b18660
Added unmarshalState
10 years ago
obscuren
53f8f29744
Merge branch 'develop' into rpcfrontier
10 years ago
Jeffrey Wilcke
0542df941f
Merge pull request #449 from Gustav-Simonsson/add_blockchain_tests2
...
Add empty total difficulty to test blocks and clean up stopping the node
10 years ago
obscuren
56524d13b5
removed debugger
10 years ago
obscuren
b87442a9f7
Fixed error message. Closes #448
10 years ago
obscuren
c0a8e3cd34
Merge branch 'poc-9' into develop
10 years ago
Jeffrey Wilcke
c9b6d268b4
Merge pull request #438 from ethersphere/poc9/cli
...
Poc9/cli (exportchain)
10 years ago
Jeffrey Wilcke
08d396fdba
Merge pull request #437 from ethersphere/poc9/natspec
...
[WIP] Poc9/natspec
10 years ago
obscuren
05c9351659
Merge branch 'accounts-integration' of https://github.com/fjl/go-ethereum into fjl-accounts-integration
10 years ago
Felix Lange
80985f97da
cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls
10 years ago
Taylor Gerring
3de51f76ee
Allow integers for BlockNumber
...
If parsing fails, fall back to hex decoding
10 years ago
Felix Lange
e6118f2d79
state: fix tests
10 years ago
Felix Lange
9b3ae1fdb7
eth: fix tests
10 years ago
Felix Lange
ae38871a54
cmd/ethereum: remove "prompter" in identifiers
10 years ago
Felix Lange
62ebce304e
crypto: delete old key management stuff
10 years ago
Felix Lange
9f0e3bd286
cmd/ethereum: unlock accounts on JS REPL
10 years ago
Felix Lange
395da0e7c1
xeth: use Frontend interface to unlock accounts
...
The interface has moved to package xeth because that's where it is
actually used.
10 years ago
obscuren
0db4a0e898
Merge branch 'poc-9' into develop
10 years ago