Lefteris Karapetsas
|
386d480835
|
Merge pull request #1284 from LefterisJP/sol_SBHCleanup
Solidity StringXX and HashXX types change to BytesXX
|
10 years ago |
Gav Wood
|
beac5642df
|
Version bump.
|
10 years ago |
Gav Wood
|
f3b063e33a
|
Target minimum of 3141592 gas limit, use the same as the minimum.
|
10 years ago |
Gav Wood
|
beee4cca1b
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
339f172f80
|
Whitespace.
|
10 years ago |
Gav Wood
|
879775a52d
|
IBAN/Direct-ICAP integration.
|
10 years ago |
Gav Wood
|
f1da8851c3
|
Merge pull request #1283 from CJentzsch/addTests
Add tests
|
10 years ago |
Gav Wood
|
4b850df4c9
|
Preliminary ethash-cl support.
|
10 years ago |
Gav Wood
|
55929bf08f
|
Cleanups in AZ UI.
|
10 years ago |
Gav Wood
|
95267a1d03
|
Minor fix for block getting.
|
10 years ago |
Gav Wood
|
de4cfb1581
|
Avoid DB collision.
|
10 years ago |
Gav Wood
|
fef48ad83b
|
Fixups for blooms and crashes.
|
10 years ago |
Gav Wood
|
f4fb1998c2
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
2d5d5d3978
|
Update Genesis blocks into compliance.
|
10 years ago |
Gav Wood
|
cb009b6692
|
Remove seedHash from header.
|
10 years ago |
Lefteris Karapetsas
|
5c042e2e59
|
Small FixedBytes type fixes
- Integer Constant is explicitly convertible to FixedBytes, so using
that in the tests
|
10 years ago |
CJentzsch
|
21b90342ab
|
dejavu issue 19 - stack underflows
|
10 years ago |
CJentzsch
|
5238ad58f5
|
readd --filltest option and add dejavu issue 42 test
|
10 years ago |
Gav Wood
|
7948a39e94
|
Merge pull request #1297 from debris/quick_fix
fixed ethereum.js for mix
|
10 years ago |
Gav Wood
|
4cd9c4d4b5
|
Merge pull request #1288 from ethereum/p2p
Reduce log verbosity. Fix typo for 'recving ack' error.
|
10 years ago |
Gav Wood
|
bf84273d52
|
Remove chrono_io.
|
10 years ago |
Marek Kotewicz
|
736ae3fef3
|
Merge commit '3d1af015048d11c07c4efd5a1f1fe82becf7a851' into quick_fix
|
10 years ago |
Marek Kotewicz
|
3d1af01504
|
Squashed 'libjsqrc/ethereumjs/' changes from 26f268f..d509360
d509360 fixed polling bug 0.1.2
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: d5093606945fd871bc62f5d6adade3a903b0533c
|
10 years ago |
Marek Kotewicz
|
195db68243
|
fixed provider
|
10 years ago |
Gav Wood
|
b1349841a1
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
ac2e6e69ac
|
toString for formatting chrono time points.
|
10 years ago |
Arkadiy Paronyan
|
1314678cab
|
Merge pull request #1279 from yann300/logsManagement
Mix - JavaScript debugging Console
|
10 years ago |
yann300
|
969e242b02
|
- Add history.
- Better JSON formatting.
|
10 years ago |
Gav Wood
|
97bba263eb
|
net_version
web3_clientVersion
|
10 years ago |
Gav Wood
|
f7b746b1d8
|
Fixes for previous commit.
|
10 years ago |
CJentzsch
|
f363512f67
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
Gav Wood
|
dcea00c7ac
|
Reworked all of JSONRPC impls to be more inclusive over their exceptioning.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
libweb3jsonrpc/WebThreeStubServerBase.cpp
|
10 years ago |
Gav Wood
|
e203a3021d
|
Fix crash.
|
10 years ago |
Gav Wood
|
64d453bc32
|
Merge pull request #1294 from imapp-pl/pr/testeth_options
testeth: optional VM tracing (--vmtrace)
|
10 years ago |
Gav Wood
|
27fd6b53e3
|
Merge pull request #1211 from debris/new_jsonrpc
new jsonrpc
|
10 years ago |
Gav Wood
|
78656047e5
|
Merge branch 'xcthulhu-quick_check_against_dos' into develop
|
10 years ago |
Lefteris Karapetsas
|
f488fc4753
|
Some fixes on Types.cpp for FixedBytesType
|
10 years ago |
Gav Wood
|
f7abe38243
|
Coding standards and compile fix.
|
10 years ago |
Gav Wood
|
227882b0e9
|
Merge branch 'quick_check_against_dos' of https://github.com/xcthulhu/cpp-ethereum into xcthulhu-quick_check_against_dos
|
10 years ago |
Gav Wood
|
2344ec2d06
|
Merge pull request #1293 from ethereum/chronoio
Chrono I/O integration.
|
10 years ago |
Lefteris Karapetsas
|
98f0d04a94
|
Style fixes and some additional hash to bytes32 renaming
|
10 years ago |
Lefteris Karapetsas
|
1c3ed8dd97
|
Removing uncecessary intermediate int conversion in log tests
|
10 years ago |
Lefteris Karapetsas
|
afc20d2517
|
Style fixes in Types[cpp/h]
|
10 years ago |
Lefteris Karapetsas
|
0cd3b15373
|
byte is now an alias for byte1
|
10 years ago |
Lefteris Karapetsas
|
9fa08d179b
|
Fixing byte array index access code generation
|
10 years ago |
Lefteris Karapetsas
|
81beec48bf
|
Changes in Solidity Tests to use the new bytesXX type
|
10 years ago |
Lefteris Karapetsas
|
912b8569a4
|
Mix changes after rebase
- @arkpar should take a look
|
10 years ago |
Lefteris Karapetsas
|
d9d792a055
|
Conversion changes after renaming Hash/String to Bytes.
- Almost all end to end tests pass. Still needs a little bit of work
|
10 years ago |
Lefteris Karapetsas
|
bb205103c4
|
Most EndToEndTests are now compliant with the Bytes renaming
|
10 years ago |
Lefteris Karapetsas
|
9d7ebacabc
|
Bytes Tokens properly named and NameAndTypeResolution tests work
|
10 years ago |