Gav Wood
d8323bbd09
Simple ABI in/out and new Solidity-based Config/NameReg integration.
10 years ago
Gav Wood
ac583f503f
Implemented 256-long history for PREVHASH, though still optional.
10 years ago
winsvega
c1d8aa7551
comments in json
10 years ago
Joris Bontje
74b085efea
use Ethereum PPA for cryptopp and jsonrpc dependencies
10 years ago
U-SVZ13\Arkady
aa5e44571b
fixed compilation for msvc
10 years ago
wanderer
2aa1933b1b
added stackUnder Flow test
10 years ago
yann300
3a9183e276
Merge branch 'mix' of https://github.com/arkpar/cpp-ethereum into ide_m25
10 years ago
Paweł Bylica
d910918492
Update evmjit submodule. JIT passes all VM & State tests.
10 years ago
Gav Wood
fd61f9f452
git ignore
10 years ago
Gav Wood
1174c7168d
Update evmjit
10 years ago
arkpar
ab57c7a5ff
removed unnessary casts, fixed geteItem return type
10 years ago
Gav Wood
79b5b6c026
Merge branch 'poc-7+' into develop
10 years ago
Gav Wood
f1f34cbe32
Fixes/workarounds for tests.
10 years ago
Gav Wood
744136830d
const-> constant
10 years ago
Gav Wood
bc8981fe4c
Back to PoC-8.
10 years ago
Gav Wood
447dc48499
Merge branch 'develop' into poc-7+
10 years ago
Gav Wood
dfc05942aa
Rollback to PoC-7.
10 years ago
yann300
3562289744
- detailed comments.
10 years ago
Gav Wood
9cf423936b
Substantial bugs fixed in ethereum.js.
10 years ago
arkpar
7409845a2d
Merge branch 'ide_m25' of https://github.com/yann300/cpp-ethereum into mix
10 years ago
Gav Wood
d5cd81d06a
Allow interaction with PV49.
Remove unneeded include.
10 years ago
Gav Wood
169419d9d2
Fixups for API changes.
10 years ago
Gav Wood
78c202cae4
Fixed #683
10 years ago
Gav Wood
50fe9f6180
Merge branch 'poc-7+' into develop
10 years ago
Gav Wood
1e3495a747
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
6b9d23de68
SHA-3 hashing to web3.
10 years ago
Gav Wood
852d3c5bb5
Allow nice names from JS.
10 years ago
Gav Wood
01700a7049
Merge pull request #690 from caktux/neth_memleak
fix memory leak on str in neth
10 years ago
Gav Wood
df7e02cd49
Merge pull request #688 from caktux/develop
fix 'Value stored to 'x' is never read' in neth
10 years ago
caktux
5446b44fc6
fix memory leak on str in neth
10 years ago
caktux
abea5ded66
fix 'Value stored to 'x' is never read' in neth
10 years ago
Gav Wood
f08f0c5481
Merge pull request #687 from imapp-pl/develop-evmcc
Workaround for Ubuntu broken LLVM package
10 years ago
Paweł Bylica
4d85b6f26c
Workaround for Ubuntu broken LLVM package (llvm-3.5-dev does not have correct cmake files)
10 years ago
winsvega
ae66da681c
Contract Creation Init Codes
10 years ago
Gav Wood
0119bfca43
Kill unneeded rubbish. Add docs.
10 years ago
Gav Wood
176b682ce1
Use new lead() API.
10 years ago
Gav Wood
8307e6511d
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
c15da67ba6
Documentation, repotting.
10 years ago
Gav Wood
c3fba00f2f
Merge pull request #437 from imapp-pl/pr-jit
EVM JIT connector
10 years ago
Gav Wood
fe34eae469
Versions bump.
10 years ago
Gav Wood
d6aee23642
Blocktime targets 12s.
10 years ago
winsvega
4866638ef4
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
Paweł Bylica
22535d527b
Update evmjit submodule
10 years ago
yann300
c6b6fddda1
- move Solidity 'Declaration' obj in each specialized Qclass.
10 years ago
yann300
ce14b0c150
- Rollback previous change on toCompactBigEndian, unpadded(bytes _b).
- Change content of padded(bytes _b, unsigned _l).
- Add function unpadLeft.
10 years ago
yann300
68dd4f1ffd
- Capitals on comments.
- Class suffix renamed Ctrl => Control.
- Use specialized QList (QVariableDeclaration instead of QObject).
- Use CompilerStack::getContractDefinition instead of
CompilerStack::getAst.
10 years ago
arkpar
81b0e0e910
fixed typo
10 years ago
yann300
38945479aa
- wrap mode on alert message.
10 years ago
arkpar
0d715e09fc
transaction dialog for qt 5.2
10 years ago
yann300
ae79185a8b
- misc changes
10 years ago