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 |
obscuren
|
0d64163fea
|
Right pad zeros. Closes #446
|
10 years ago |
obscuren
|
9007f2bbdc
|
reworked stack
|
10 years ago |
Felix Lange
|
d1e04f7388
|
cmd/ethereum: allow multiple js files
|
10 years ago |
Felix Lange
|
487f68ec48
|
accounts: add {Timed,}Unlock, remove SignLocked
|
10 years ago |
obscuren
|
0795fd2701
|
wip
|
10 years ago |
Felix Lange
|
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
|
10 years ago |
Felix Lange
|
cd51860bf0
|
cmd/utils: delete InitConfig, KeyTasks
|
10 years ago |
Felix Lange
|
697f6748b8
|
cmd/mist: use cli library and package accounts
|
10 years ago |
Felix Lange
|
c2e5dacf55
|
accounts: add Manager.HasAccount, delete Manager.Default
|
10 years ago |
Felix Lange
|
63758db379
|
eth: delete unused RpcServer field
|
10 years ago |
Felix Lange
|
6a7e02fc9f
|
rpc/http: delete package
|
10 years ago |
Felix Lange
|
a11f1d6a7e
|
rpc: add dataDir parameter and JSON-RPC handler
|
10 years ago |
Felix Lange
|
73d1ebe244
|
cmd/utils: add NewApp
|
10 years ago |
Felix Lange
|
b4fa94c4b1
|
xeth: don't sign transactions for tx call
This should make calls faster and removes interaction
with account manager.
|
10 years ago |
Felix Lange
|
2ee88a220a
|
core: remove Hash method from Message interface
This will simplify the next commmit. Hash was only used for logging.
|
10 years ago |
Felix Lange
|
2dacb51fb0
|
cmd/blocktest: simplify to fix build
block tests only need the chain, not all of ethereum.
|
10 years ago |
obscuren
|
a7538d0020
|
merge
|
10 years ago |
Gustav Simonsson
|
27c42ea934
|
Add empty total difficulty to test blocks and clean up stopping the node
|
10 years ago |
obscuren
|
8560004f38
|
wip
|
10 years ago |
obscuren
|
676a0de58d
|
Max size JSON data. Closes #418
|
10 years ago |
Taylor Gerring
|
9723191b19
|
Undo client_version changes
|
10 years ago |
Taylor Gerring
|
fb23a0cfe0
|
Remove support for compiling serpent
|
10 years ago |
obscuren
|
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.
|
10 years ago |
obscuren
|
738d6e20f2
|
Added ui.Interface to xeth
|
10 years ago |
obscuren
|
3deb470b2d
|
Squashed 'tests/files/' changes from b9e4e74..e390be4
e390be4 remove deprecated tests
e9e8e7b update blockchain tests - correct genesis hash
a70dd35 fix genesis hash
35964c9 update uncle tests
82c108f update blocktests - fix LLL in pre state
66f0003 update transactionTests
git-subtree-dir: tests/files
git-subtree-split: e390be4fb8421fdabea041b7bdaea3b582224f7d
|
10 years ago |
obscuren
|
21fd722abc
|
Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9
|
10 years ago |
obscuren
|
19efebe91e
|
Updated tests and fixed suicide
|
10 years ago |
obscuren
|
c1cafb56d5
|
Squashed 'tests/files/' changes from 05fe945..b9e4e74
b9e4e74 adjust gas prices
6a41300 add dajavi memory tests - OOG because of quadratic memory costs
71d80bd update genesis
72b1b52 add randomTest
4b2a090 Merge branch 'PoC9' into develop
fdf7ce0 updated basic blochain test
25c065a Merge pull request #70 from faizkhan00/patch-1
c7e1dac Rename 201501150842LARGE_DATA_IN_CALLCREATE_GOjson to 201501150842LARGE_DATA_IN_CALLCREATE_GO.json
REVERT: 05fe945 Added another pow test
git-subtree-dir: tests/files
git-subtree-split: b9e4e747f01a7b91863ffaa45fd377c251de45aa
|
10 years ago |
obscuren
|
93cdffca3a
|
Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9
|
10 years ago |
zelig
|
41a89e18f6
|
version output
- make version output more verbose
- include NetworkId
- go version and os not displayed like env vars (confusing)
|
10 years ago |
zelig
|
51eed7964e
|
add export blockchain subcommand, remove BlockDo
|
10 years ago |