Jeffrey Wilcke
119c5b40a7
Merge pull request #150 from fjl/develop
...
Merge eth-go repo into go-ethereum
10 years ago
Felix Lange
184055b3e2
cmd/*: add license headers
10 years ago
Felix Lange
bd2862aec6
fix 'go get' commands in after the move to cmd/
10 years ago
Felix Lange
69baa465ea
Merge eth-go repository into go-ethereum
...
mist, etheruem have been moved to cmd/
10 years ago
obscuren
feef194829
Chnged to use GetOp instead & added error + checking
10 years ago
obscuren
91c876831a
Update to HEAD tests
10 years ago
obscuren
06aa74e7df
All Stack requirements are now checked prior to reduring gas.
10 years ago
obscuren
50fd469249
Merge branch 'master' into develop
10 years ago
Jeffrey Wilcke
7daa8c2f6e
Merge pull request #148 from waffle-iron/master
...
waffle.io Badge
10 years ago
obscuren
bb03276c19
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
411b9800ae
Reflect VM Env changes
10 years ago
obscuren
29b8a0bc5f
Updated the VM & VM tests
...
* Stack Error shouldn't revert to previous state
* Updated VM Test tool
* Added Transfer method to VM Env
10 years ago
obscuren
2e45e4d015
Print error using regular println. Fixes #146
...
We can't use our own logger because it hasn't been set up properly at
that point.
10 years ago
Jeffrey Wilcke
5662176f8c
Merge pull request #149 from JosephGoulden/develop
...
Develop
10 years ago
JoeG
1880c6b3dc
Make tab capitisation consistent
10 years ago
Making GitHub Delicious.
6247a99f41
add waffle.io badge
10 years ago
JoeG
53d5c490be
Fix right-click context menu of block chain view.
10 years ago
obscuren
51ecab6967
Do not set error on recover
10 years ago
obscuren
037039cace
Updated tests-subtree
10 years ago
obscuren
b5beb1aac1
added a transfer method to vm env
10 years ago
obscuren
ce05634f38
Debug only if a tx is set. Fixes #134
10 years ago
obscuren
27cb0750c1
Procotol version bump for uncle list change
10 years ago
obscuren
6b92d541da
Empty string for uncle
10 years ago
obscuren
6f08e30109
Reflect RPC changes
10 years ago
obscuren
520fdfe346
PoC7 Net
10 years ago
obscuren
10b252dd05
WIP RPC interface
10 years ago
obscuren
6ea44c466a
Updated to reflect BlockChain changes
10 years ago
obscuren
097ba56df5
Renamed block_chain to chain_manager
10 years ago
obscuren
33ca8d7b8f
moved
10 years ago
obscuren
3ad1daa70d
Added tests as subtree
10 years ago
obscuren
3bc64b6b6e
Readers
10 years ago
obscuren
73c1c2c4af
Travis bumped to 1.3
10 years ago
obscuren
350b0b1f66
Re-enabled Travis
10 years ago
obscuren
3ea0e904ad
Reflect changed to eth/vm
10 years ago
obscuren
20c742e474
Moved ethvm => vm
10 years ago
obscuren
82a2e4fe28
Reflect changes to the eth/vm
10 years ago
obscuren
6956b5104f
fmt package was missing
10 years ago
obscuren
a02dc4ccc3
Using proper naming scheme. Fixes #63
10 years ago
obscuren
77badc8c46
Updated to reflect the Filter changes in eth-go
10 years ago
obscuren
d2bb83833f
Moved Filter's wrapping functions to their own util package. Fixes #61
...
* CLI ethereum should no longer require the Qt/QML package
10 years ago
Jeffrey Wilcke
e57989c0a6
Merge pull request #141 from thibauld/develop
...
Update documentation and install script to reflect renaming from ethereal to mist
10 years ago
Thibauld Favre
b94dfc8d3a
Update documentation and install.sh script to reflect renaming from ethereal to mist
10 years ago
Jeffrey Wilcke
70a00d602e
Merge pull request #62 from fjl/fuck
...
tests/vm: fix syntax
10 years ago
Felix Lange
df238dc7ec
tests/vm: fix syntax
10 years ago
Jeffrey Wilcke
abdf5e76f3
Merge pull request #138 from erezwanderman/fixwindows
...
Fix ethereum compilation and functioning on Windows.
10 years ago
Jeffrey Wilcke
03fd832ee8
Merge pull request #139 from fjl/feature/simpler-log-system
...
Update for new ethlog.LogSystem interface
10 years ago
Jeffrey Wilcke
fc308b842e
Merge pull request #59 from fjl/feature/raceless-ethlog
...
Improve package ethlog
10 years ago
Felix Lange
35f339e942
ethlog: fix typo in documentation
10 years ago
Felix Lange
fd9b03a431
ethlog: fix concurrency
...
Rather than spawning a new goroutine for each message,
run each log system in a dedicated goroutine.
Ensure that logging is still asynchronous by using a per-system buffer
(currently 500 messages). If it overflows all logging will hang,
but that's better than spawning indefinitely many goroutines.
10 years ago
Felix Lange
c090a77f1c
ethlog: simplify LogSystem interface
...
Messages are formatted by generic part, so the log system doesn't need
to provide formatting. This fixes the test from the previous commit.
As a small bonus, log systems now have access to the level of
the message. This could be used to provide colored logging in the
future.
10 years ago