obscuren
738d6e20f2
Added ui.Interface to xeth
10 years ago
obscuren
21fd722abc
Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9
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
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
obscuren
e2c75b0fa1
Squashed 'tests/files/' changes from 15ce2ab..05fe945
...
05fe945 Added another pow test
7cf2f6b uncle header with block number = 1
d65c7a3 Merge remote-tracking branch 'origin/PoC9' into PoC9
8e05ce5 uncle tests
7c8f2b4 Merge branch 'PoC9' of github.com:ethereum/tests into PoC9
83d1f4d fixed
git-subtree-dir: tests/files
git-subtree-split: 05fe94507b92dbfbfe8c198df33160eaaf9e87fc
10 years ago
obscuren
30584c7cfb
Merge commit 'e2c75b0fa17394553b93fe7ddd62c0f6a6441119' into poc-9
10 years ago
obscuren
5dfc67efbd
ignore
10 years ago
obscuren
f6df3740a8
ignore
10 years ago
obscuren
07955b3041
merge
10 years ago
obscuren
405c0ca4b0
removed
10 years ago
obscuren
e189758d55
Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9
10 years ago
obscuren
8ea0444655
updated ethash
10 years ago
obscuren
69920c735a
Bump v
10 years ago
obscuren
e26ebc3110
Updated ethereum.js
10 years ago
Taylor Gerring
fca652eeea
Fix logger import path
10 years ago
obscuren
70cbfb199d
Added deploy scripts from go-build
10 years ago
Jeffrey Wilcke
c27c2be584
Merge pull request #435 from zsfelfoldi/poc-9
...
Natspec + test
10 years ago
obscuren
22b493a6ff
Fixed tests
10 years ago
Fefe
e157147253
Now using github.com/obscuren/otto, no need for an Ethereum object
...
(got rid of some messy code in test)
10 years ago
obscuren
cd856cb213
Separated block db from state db. Partial fix for #416
10 years ago
obscuren
ed84b58af5
Debug option for VM & command line flag
10 years ago
obscuren
548e104171
Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9
10 years ago
obscuren
8d9be18b29
Queued approach to delivering chain events
10 years ago
Felix Lange
e64f727529
Merge pull request #433 from fjl/newcli
...
Improved CLI
10 years ago
Felix Lange
a91bf01429
Merge pull request #434 from fjl/poc-9
...
Godeps: bump github.com/ethereum/ethash
10 years ago
Felix Lange
71e510540e
Godeps: bump github.com/ethereum/ethash
...
This fixes the build.
10 years ago
Felix Lange
de86403f33
cmd/ethereum: fix JS REPL exit and add support for dumb terminals
...
It is now possible to exit the REPL using Ctrl-C, Ctrl-D or by typing "exit".
10 years ago
obscuren
b72ca57775
Merge branch 'ethersphere-blockpool3' into poc-9
10 years ago
Felix Lange
2393de5d6b
Godeps: add github.com/peterh/liner
10 years ago
obscuren
23ad2f02c0
debug comments & pow handling
10 years ago
Felix Lange
38f6d60e6e
cmd/ethereum: new JS repl with cross-platform line editing
10 years ago
Felix Lange
bae7e93a9c
cmd/ethereum: improve command line interface
...
The ethereum command line interface is now structured using subcommands.
These separate the different tasks it can perform.
Almost all flag names are backwards compatible.
The key tasks have not been ported to subcommands since they will be
replaced by the new accounts infrastructure very soon.
10 years ago
Fefe
b67ded9f27
Natspec + test
10 years ago
Felix Lange
f9c6bc63df
Godeps: delete golang.org/x/net/websocket
...
It is no longer imported by any package in our tree.
10 years ago
Felix Lange
bdba044a80
ethutil: remove Config variable
...
Various functions throughout the codebase used it to grab settings. This
has to stop because I want to use them without reading the config file.
These functions can now be used without reading the config first:
* ethdb.NewLDBDatabase
* ethrepl.NewJSRepl
* vm.New
10 years ago
obscuren
5f4a6069c5
Merge branch 'blockpool3' of https://github.com/ethersphere/go-ethereum into ethersphere-blockpool3
10 years ago
Taylor Gerring
94e543bc39
Merge pull request #431 from tgerring/jsonlogs
...
Structured logging updates
10 years ago
obscuren
580d09084d
Merge branch 'ethersphere-blockpool2' into poc-9
10 years ago
obscuren
e089478a1c
Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ethersphere-blockpool2
10 years ago
obscuren
88ff13c241
Spec changes.
...
* All errors during state transition result in an invalid tx
10 years ago
zelig
9067b2848a
fix wonky head section loop; correct status counts
10 years ago
Taylor Gerring
5948adfa10
Added eth.chain.received.new_block
10 years ago
Taylor Gerring
fbb307cca0
Added eth.chain.new_head
10 years ago
obscuren
4e8a9a1cd4
Squashed 'tests/files/' changes from 9e3fe72..15ce2ab
...
15ce2ab Merge remote-tracking branch 'origin/PoC9' into PoC9
5970b09 add quadratic complexity and performance test
163fa03 more info
560b844 more info
a885549 more change
5fed708 one more tiny change
213a2b8 changed test format
c20e88b Merge branch 'PoC9' of github.com:ethereum/tests into PoC9
715ed17 Added first ethash test
e26a39f update blockchain tests to latest protocol changes
34baee5 poc9 vm tests
20550d9 update block chain test due to difficulty change
597b2b3 increase gasLimit on stateTests
8f573d3 update blockchain tests - 2048 bit logs bloom
06c90e6 typo
ef935fc extra data is hex now, for real
81ab5ad extra data is hex now
b0aeba8 update blockchain tests
f862faf add tx tests
618d724 update state tests
4a989f0 update blockchainII tests
ed56e82 add more vm tests
0417655 Merge remote-tracking branch 'origin/PoC9' into PoC9
1f1cf5d update block tests
76b5a8b Fix trie formats.
325dd6d Merge branch 'PoC9' of git://github.com/ethereum/tests into PoC9
a261c5b test3
1d3ab36 again
git-subtree-dir: tests/files
git-subtree-split: 15ce2ab8e22275e7aa93742cb5f8bc63e4e50db5
10 years ago
obscuren
ca1093f848
Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9
10 years ago
obscuren
a7181bd304
merge
10 years ago
obscuren
76e4e233ad
Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9
10 years ago
Jeffrey Wilcke
f01d745d70
Merge pull request #429 from chfast/pr/fix_vm_tests
...
Fix VM tests
10 years ago