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 |
Paweł Bylica
|
85e5f0c15b
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Paweł Bylica
|
d4f18b45bc
|
Test unexpected storage entries
|
10 years ago |
Gav Wood
|
2cae9066e7
|
Windows build fix?
|
10 years ago |
Paweł Bylica
|
ec4301014b
|
Fix VM tester
|
10 years ago |
Paweł Bylica
|
078b208b04
|
Handle bytecode as bytes
|
10 years ago |
Gav Wood
|
0896a9cdb3
|
Windows build fix?
|
10 years ago |
Paweł Bylica
|
bb6d39f7cc
|
Update Instruction.h location
|
10 years ago |
Paweł Bylica
|
bb243c4a28
|
Fix VC proj
|
10 years ago |
Paweł Bylica
|
f55a8e8b73
|
Merge branch 'develop' into develop-evmcc
|
10 years ago |
Christoph Jentzsch
|
b840730b4f
|
explicit type cast
|
10 years ago |
Christoph Jentzsch
|
b1c6776429
|
Fix stackoverflow bug in VM
|
10 years ago |
Marek Kotewicz
|
0e02c79b80
|
storage dump test
|
10 years ago |
Marek Kotewicz
|
36e78d710c
|
Merge branch 'develop' into js_abi
|
10 years ago |
Marek Kotewicz
|
47434e62c3
|
added storageAt which dumps contract storage
|
10 years ago |
Gav Wood
|
50c11a2151
|
Stupid MSVC fixes.
|
10 years ago |
subtly
|
c9dbdb6a7e
|
fix ternary
|
10 years ago |
Gav Wood
|
b74250c6b4
|
Windows fixes(?)
|
10 years ago |
subtly
|
cf3f821d71
|
changes for code review
|
10 years ago |
Gav Wood
|
5f8a974a17
|
Don't cast to bytes for fear of MSVC's brokenness.
|
10 years ago |
Marek Kotewicz
|
3df8ce248c
|
Merge branch 'develop' into js_abi
|
10 years ago |
artur-zawlocki
|
a09c3a404d
|
codegen for LOG instructions [Delivers #81700490]
|
10 years ago |
artur-zawlocki
|
b43f66ab01
|
removed references to Memory::dump()
|
10 years ago |
Gav Wood
|
26a9bf4ebe
|
Version bump.
|
10 years ago |
Gav Wood
|
c1bc090104
|
Log pricing update.
|
10 years ago |
subtly
|
fd5738ae64
|
fix hash in constructor
|
10 years ago |
subtly
|
c99e09dc49
|
code review
|
10 years ago |
Marek Kotewicz
|
7bdc646dcc
|
removed unnecessary methods from jsonrpc and added contract call tests
|
10 years ago |
subtly
|
f560cfa78d
|
fix compile
|
10 years ago |
subtly
|
737e6163cc
|
Merge branch 'develop' into crypto
Conflicts:
libdevcrypto/Common.cpp
libdevcrypto/EC.cpp
|
10 years ago |
subtly
|
fab63ce0a0
|
refactor and thread-safe cryptopp. for now, remove secp256klib calls. ecdh and tests. move sha3mac into sha3.
|
10 years ago |
Marek Kotewicz
|
0b236057d8
|
minified ethereum.js
|
10 years ago |
Marek Kotewicz
|
ed7cbeaacd
|
contract calls working from js
|
10 years ago |
Marek Kotewicz
|
d1824e31ef
|
solidity json interface tests fixes
|
10 years ago |
Paweł Bylica
|
af0cbd8cb5
|
Merge branch 'develop' into develop-evmcc
Conflicts:
libdevcrypto/EC.cpp
test/vm.cpp
|
10 years ago |
Marek Kotewicz
|
fc1b5bb128
|
Merge branch 'develop' into js_abi
|
10 years ago |
Marek Kotewicz
|
5f83a9d525
|
solidity JSON interface tests
|
10 years ago |
Gav Wood
|
759b85af9f
|
Compilation fixes for windows.
|
10 years ago |
subtly
|
98f3011aab
|
cryptopp recover public key
|
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 |
subtly
|
0f86ce7545
|
ecdh, ecdhe, initial aes classes
|
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 |