Paweł Bylica
|
06a3b8196d
|
Keep timestamp and block number as uint64 types
|
10 years ago |
Paweł Bylica
|
8c10cf4995
|
Pass return data pointer using callData field
|
10 years ago |
Paweł Bylica
|
8b72dd603f
|
Pass return data pointer using callData field
|
10 years ago |
yann300
|
a7264ba801
|
Merge remote-tracking branch 'up/develop' into
constructorParamaterForDebug
Conflicts:
mix/ClientModel.cpp
mix/qml/MainContent.qml
- bug fix (Seg fault if no ctr).
|
10 years ago |
Paweł Bylica
|
bc0a91602f
|
Do not accept contract code with gas greater than 2^63. Keep gas counter in int64 type.
|
10 years ago |
Paweł Bylica
|
d1d68505da
|
Do not accept contract code with gas greater than 2^63. Keep gas counter in int64 type.
|
10 years ago |
arkpar
|
9cd3c8556b
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_tx
|
10 years ago |
arkpar
|
f9a83c11e4
|
ui tweaks
|
10 years ago |
Christian
|
c571eeea05
|
Call modifiers on constructor.
|
10 years ago |
Christian
|
14c5e37d55
|
Modifier overrides and callgraph analysis.
|
10 years ago |
Christian
|
fdf791149d
|
Compilation of function modifiers.
|
10 years ago |
Christian
|
2566466a6c
|
Type resolution for function modifiers.
|
10 years ago |
Christian
|
133610be56
|
Function modifier parsing.
|
10 years ago |
Christian
|
6fb537f48c
|
Reverse order of inheritance in base list.
|
10 years ago |
Gav Wood
|
3b5a279e16
|
Add coins reg to standard services.
Upgrade AZ display for new API.
Upgrade requires in Sol.
|
10 years ago |
Paweł Bylica
|
9b14522b11
|
Use uint64 type for call data size
|
10 years ago |
Paweł Bylica
|
06a700c060
|
Use uint64 type for call data size
|
10 years ago |
Paweł Bylica
|
0cad9bb29d
|
Use uint64 type for code size
|
10 years ago |
Paweł Bylica
|
a751baadcb
|
Use uint64 type for code size
|
10 years ago |
Paweł Bylica
|
2cd14d08a4
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
10 years ago |
Gav Wood
|
c3e1a3616a
|
Additional work on the JS stuff to make it more similar to Solidity.
|
10 years ago |
Gav Wood
|
ebc2f62476
|
Merge pull request #865 from arkpar/mix_ux
mix: ethereum.js http transport; UX improvements
|
10 years ago |
arkpar
|
d306374344
|
suppress warning if webengine is not found
|
10 years ago |
arkpar
|
ce8394b132
|
removed unneeded #include
|
10 years ago |
arkpar
|
1eec363a0c
|
removed dependency on qwebthree
|
10 years ago |
arkpar
|
360301eb0a
|
various ux improvements
|
10 years ago |
arkpar
|
cde600bdb4
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_cm
|
10 years ago |
arkpar
|
d2a424b0e5
|
http transport for ethereum.js
|
10 years ago |
Gav Wood
|
2e0d9c9de0
|
Fix string outputs.
Auto collapse for < 2 returns.
|
10 years ago |
Gav Wood
|
92366ece25
|
Auto select call or transact depending on constness.
|
10 years ago |
Gav Wood
|
79f1460505
|
Minor fix.
|
10 years ago |
Gav Wood
|
0973c4c82e
|
Fixes to ethereum.js and standard.js.
|
10 years ago |
Gav Wood
|
c28e5d6b21
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
8f0517a7d6
|
Vanity addresses in AZ.
Fixes to ethereum.js
eth.flush()
|
10 years ago |
Gav Wood
|
606d766e4f
|
Merge pull request #861 from caktux/develop
add evmjit build status
|
10 years ago |
arkpar
|
a1380361c4
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_cm
|
10 years ago |
arkpar
|
2a39486972
|
small usability fixes
|
10 years ago |
yann300
|
1f6697c021
|
- Coding Standards
|
10 years ago |
yann300
|
30736bee19
|
- Coding Standards
|
10 years ago |
yann300
|
4af176bc3a
|
merge with develop
|
10 years ago |
caktux
|
8f52587628
|
add evmjit build status
|
10 years ago |
Gav Wood
|
e498608216
|
Disable broken bit of mix.
|
10 years ago |
Gav Wood
|
82297c6a02
|
Windows compile fix.
|
10 years ago |
Gav Wood
|
f01106f607
|
Merge pull request #839 from debris/natspec
synchronous ethereum.js && natspec
|
10 years ago |
winsvega
|
457e205d7e
|
style changes
|
10 years ago |
Gav Wood
|
822a2dbff9
|
Merge pull request #855 from CJentzsch/gasPriceGasLimitOverflow
fix gasPrice*gasLimit + value overflow
|
10 years ago |
Gav Wood
|
51546b104f
|
Merge pull request #845 from arkpar/mix_editor
mix: CodeMirror code editor #609
|
10 years ago |
Gav Wood
|
cb8f3161e4
|
Merge pull request #840 from imapp-pl/pr/evmjit_bugfix
LLVM lshr bug workaround
|
10 years ago |
winsvega
|
56becd58f1
|
minor changes
|
10 years ago |
CJentzsch
|
f3cc46e8b7
|
bigint cast of bigint not neccessary
|
10 years ago |