Paweł Bylica
|
ffdfb74b45
|
Update Visual Studio project files
|
10 years ago |
Paweł Bylica
|
818c0b6156
|
Merge branch 'develop' into pr-fixes
Conflicts:
libdevcrypto/EC.cpp
|
10 years ago |
Gav Wood
|
cbf22e3ce6
|
Compile fixes.
Version bump.
|
10 years ago |
Gav Wood
|
3d5440070c
|
Merge pull request #514 from CJentzsch/bugfix
Fix stackoverflow bug in VM
|
10 years ago |
Gav Wood
|
b79a2ffe36
|
Merge pull request #512 from ethereum/sol_jsonInterfaceTests
Solidity json interface tests
|
10 years ago |
Gav Wood
|
72b5743d1e
|
Merge pull request #510 from CJentzsch/NewStateTests
create new tests with command line options
|
10 years ago |
Gav Wood
|
307fd312a5
|
Merge pull request #509 from chriseth/sol_jsonInterface
Provide interface for calls in JSON and some other formatting changes.
|
10 years ago |
Gav Wood
|
bbb927a8c8
|
Merge pull request #501 from chriseth/sol_testFramework
Tests on ranges of input data.
|
10 years ago |
Gav Wood
|
9234795b22
|
Merge pull request #500 from chriseth/sol_jumptable
Replace function selector jump table by more resilient linear time check.
|
10 years ago |
Gav Wood
|
2cae9066e7
|
Windows build fix?
|
10 years ago |
Gav Wood
|
0896a9cdb3
|
Windows build fix?
|
10 years ago |
Christoph Jentzsch
|
b840730b4f
|
explicit type cast
|
10 years ago |
Christoph Jentzsch
|
b1c6776429
|
Fix stackoverflow bug in VM
|
10 years ago |
Gav Wood
|
50c11a2151
|
Stupid MSVC fixes.
|
10 years ago |
Gav Wood
|
b74250c6b4
|
Windows fixes(?)
|
10 years ago |
Gav Wood
|
5f8a974a17
|
Don't cast to bytes for fear of MSVC's brokenness.
|
10 years ago |
Gav Wood
|
26a9bf4ebe
|
Version bump.
|
10 years ago |
Gav Wood
|
c1bc090104
|
Log pricing update.
|
10 years ago |
Marek Kotewicz
|
d1824e31ef
|
solidity json interface tests fixes
|
10 years ago |
Marek Kotewicz
|
5f83a9d525
|
solidity JSON interface tests
|
10 years ago |
Gav Wood
|
759b85af9f
|
Compilation fixes for windows.
|
10 years ago |
Christoph Jentzsch
|
0c4b5d7c2b
|
changed name of command line option to filltests
|
10 years ago |
Christoph Jentzsch
|
0f94ad7dc4
|
Create state test with commandline flag
|
10 years ago |
Christoph Jentzsch
|
eeb2b4dc58
|
Store return value of call to precompiled contract in test
|
10 years ago |
Gav Wood
|
5750a091d7
|
Fix for LOGs again.
|
10 years ago |
Gav Wood
|
df413e0a4f
|
LOG fixes.
|
10 years ago |
Gav Wood
|
c737a19d16
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
845dce6f52
|
Version bumps.
|
10 years ago |
Paweł Bylica
|
489fb2b430
|
static const variable name fix
|
10 years ago |
Christian
|
104dd11456
|
Provide interface for calls in JSON and some other formatting changes.
|
10 years ago |
Gav Wood
|
8580479d88
|
No implicit logs.
|
10 years ago |
Christoph Jentzsch
|
5dc0e791bb
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
|
10 years ago |
Gav Wood
|
18457a857b
|
Merge pull request #504 from CJentzsch/NewStateTests
All unintended VM exceptions work like OOG in tests
|
10 years ago |
Gav Wood
|
e14f57cf5e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
4fa7cbb6ac
|
Merge #505
|
10 years ago |
Gav Wood
|
4b9ac16597
|
Merge pull request #506 from CJentzsch/bugfix
fix wrong unnecessary downcast
|
10 years ago |
Gav Wood
|
07663d141b
|
Make OOG on precompileds consistent.
Warning fix.
Use high-res clock for randoms.
Whisper test.
|
10 years ago |
Christian
|
4664544894
|
Working template magic for void function.
|
10 years ago |
Christian
|
7a10f57099
|
Merge remote-tracking branch 'ethereum/develop' into sol_jumptable
Conflicts:
libsolidity/Compiler.cpp
|
10 years ago |
Christoph Jentzsch
|
e7cc24af1f
|
fix wrong unnecessary downcast
|
10 years ago |
Christoph Jentzsch
|
44d089ca0a
|
fix wrong cast
|
10 years ago |
Christoph Jentzsch
|
e9a8250369
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
|
10 years ago |
Christoph Jentzsch
|
a554874542
|
All unintended VM exceptions work like OOG in tests
|
10 years ago |
Gav Wood
|
b3778f9208
|
Merge pull request #499 from CJentzsch/NewStateTests
New state tests, precompiled contracts tests and user defined tests
|
10 years ago |
Gav Wood
|
3eb0cf4be5
|
Merge pull request #486 from chriseth/sol_optimizer
Fix and activate optimizer for Solidity, add some new rules.
|
10 years ago |
Christoph Jentzsch
|
f495a58848
|
build fix
|
10 years ago |
Gav Wood
|
a92bdbd14a
|
Merge pull request #482 from ethereum/jsonrpc_interface
renaming calls to include a subprotocol prefix
|
10 years ago |
Christian
|
423598e510
|
Allow void return type.
|
10 years ago |
Christoph Jentzsch
|
54a73cbb0c
|
added generic userDefinedTest function
|
10 years ago |
Christian
|
f7c4db7675
|
Tests on ranges of input data.
|
10 years ago |