chriseth
|
8f98d65626
|
Split params into evm-related and mining/block-related.
|
10 years ago |
chriseth
|
2111cd4894
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
10 years ago |
Marek Kotewicz
|
b61bffef9d
|
Merge branch 'develop' into v8console
|
10 years ago |
Marek Kotewicz
|
0cbdda18d1
|
simplified loading string from eth resources
|
10 years ago |
Marek Kotewicz
|
367e977c21
|
simplified loading string from eth resources
|
10 years ago |
Marek Kotewicz
|
1055b10b30
|
pretty printing
|
10 years ago |
Marek Kotewicz
|
1f4d0e32bf
|
pretty printing in js console in progress
|
10 years ago |
Marek Kotewicz
|
152a60f4b3
|
first resources added using eth_add_resources
|
10 years ago |
Marek Kotewicz
|
6315351b7a
|
fixes for eth_add_resources
|
10 years ago |
Marek Kotewicz
|
5023f14c1b
|
fixes for eth_add_resources
|
10 years ago |
Marek Kotewicz
|
dee8689eec
|
Merge branch 'res' into v8console
|
10 years ago |
Marek Kotewicz
|
6da6f4ee53
|
fixed indention
|
10 years ago |
Marek Kotewicz
|
a7996f4de7
|
finished resource scripts
|
10 years ago |
Marek Kotewicz
|
b51f01ed10
|
resources scripts
|
10 years ago |
Arkadiy Paronyan
|
fc7c9d5a08
|
Merge pull request #1755 from yann300/bugFix2
Mix - When deploying to the network, allows to fill in params in ctor.
|
10 years ago |
chriseth
|
f6fdf98907
|
Merge pull request #1769 from chriseth/sol_astUtils
Utility class to find a suitable AST node for a given location.
|
10 years ago |
chriseth
|
8ca0d6098d
|
Fixed source location comparison operator.
|
10 years ago |
yann300
|
34a8027228
|
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
test/webthreestubclient.h
|
10 years ago |
yann300
|
6b4fd27dfd
|
add UrlHint Registration in NameReg
|
10 years ago |
Gav Wood
|
938a70c725
|
Merge pull request #1767 from arkpar/mix_state_io
State export/import
|
10 years ago |
chriseth
|
9524ca5e31
|
Utility class to find a suitable AST node for a given location.
|
10 years ago |
subtly
|
fdefc0eadd
|
Merge branch 'develop' into discovery
|
10 years ago |
Lefteris Karapetsas
|
f786d231fc
|
Use internal API in GO bridge
- Also proper place of const in some C function signatures
|
10 years ago |
Lefteris Karapetsas
|
274720c7cf
|
Clearly specify the platform where utils.c is used
|
10 years ago |
yann300
|
b0a7edd6e8
|
Merge remote-tracking branch 'up/develop' into bugFix2
|
10 years ago |
Marek Kotewicz
|
d59944511d
|
XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY for libjsengine
|
10 years ago |
Marek Kotewicz
|
5cc56a72cb
|
console command line option
|
10 years ago |
Marek Kotewicz
|
54b159c53f
|
Merge branch 'develop' into v8console
|
10 years ago |
arkpar
|
8393328eeb
|
removed webthreestubclient.h
|
10 years ago |
arkpar
|
2623bee198
|
import/export state
|
10 years ago |
Marek Kotewicz
|
9e74bcb205
|
fixed az jsonrpc port
|
10 years ago |
Lefteris Karapetsas
|
17ec0c7559
|
ethash_get_seedhash() now returns the seedhash value
- plus removing const from PoD.
|
10 years ago |
Lefteris Karapetsas
|
6e5598412b
|
Fixes for $HOME in Windows
|
10 years ago |
Lefteris Karapetsas
|
d82b609449
|
API changes requested by Gavin.
- Following this spec:
https://github.com/ethereum/wiki/wiki/Ethash-C-API
- This breaks all but the cpp tests. OpenCL miner and go ethereum will
be fixed in subsequent commits.
|
10 years ago |
Lefteris Karapetsas
|
94eee46b2a
|
Force DAG file creation if file already existed but with wrong size
|
10 years ago |
Lefteris Karapetsas
|
25c62e1ae4
|
If given dir does not contain DIRSEP add it
|
10 years ago |
Lefteris Karapetsas
|
d7b3e00407
|
ethash_return_value get a _t for consistency
|
10 years ago |
Lefteris Karapetsas
|
2f77c792a8
|
ethash_full should not keep cache_size
- plus block number is a uint64_t not uint32_t
|
10 years ago |
Lefteris Karapetsas
|
12e408ee8c
|
Adding ethash_full_data()
|
10 years ago |
Lefteris Karapetsas
|
95f0419ec8
|
Some minor changes to the C API towards finalization
|
10 years ago |
subtly
|
41ded894ce
|
Merge branch 'develop' into discovery
|
10 years ago |
subtly
|
30acd1343a
|
Windows keyword error for _inline.
|
10 years ago |
Marek Kotewicz
|
31e5c13de4
|
jsconsole read nested objects
|
10 years ago |
Lefteris Karapetsas
|
bf14ab08d1
|
Merge pull request #44 from LefterisJP/reintegrating_changes_from_cppethereum
Integrating ethash-cl changes from cppethereum
|
10 years ago |
subtly
|
52a219c4ce
|
revert code from timestamps back to cache timers
|
10 years ago |
Marek Kotewicz
|
299b994e79
|
simple repl working
|
10 years ago |
yann300
|
13fa394f60
|
Merge remote-tracking branch 'up/develop' into bugFix2
Conflicts:
test/webthreestubclient.h
|
10 years ago |
yann300
|
4bc11ad6cb
|
fix bug why deploying to network
|
10 years ago |
Gav Wood
|
ae6dbcfc21
|
Merge pull request #1761 from chriseth/sol_fix_deleteBytes
Fix for deleting byte array elements.
|
10 years ago |
chriseth
|
7a5d5b3af3
|
Fix for deleting byte array elements.
Fixes #1759.
|
10 years ago |