Lefteris Karapetsas
|
69f3733501
|
Initialize FunctionType's m_isConstant attribute in the Event Constructor
|
10 years ago |
arkpar
|
37fa06106b
|
fixed cppcheck warnings
|
10 years ago |
arkpar
|
7af5ac1252
|
allow more than one contract
|
10 years ago |
Arkadiy Paronyan
|
155d0c41cd
|
Merge pull request #1073 from yann300/ui_improvement
mix bug fix: windows - unreadable fonts #1051.
|
10 years ago |
yann300
|
092312d4af
|
- small ui changes.
- bug fix: mix, windows - unreadable fonts #1051.
|
10 years ago |
Christian
|
bed225c981
|
Calldata byte arrays stored on the stack.
|
10 years ago |
Christian
|
cad718715b
|
Unpacking of dynamically sized arguments.
|
10 years ago |
Christian
|
9111abbc8a
|
loadFromMemoryDynamic
|
10 years ago |
Christian
|
9ba105a763
|
Move code to loadFromMemory.
|
10 years ago |
Christian
|
ed0384b759
|
No write access to parameters of external functions.
|
10 years ago |
Christian
|
0185ac5a0d
|
"external" visibility specifier.
|
10 years ago |
Paweł Bylica
|
2f604a49ef
|
Testing some LLVM optimization passes
|
10 years ago |
chriseth
|
b3a77877c9
|
Merge pull request #1069 from LefterisJP/sol_noEventsInInterface
Removing events from Solidity Interface
|
10 years ago |
Marek Kotewicz
|
30d129a17c
|
added shh_getMessages, fixed #899
|
10 years ago |
winsvega
|
b1077bfd29
|
Test Correction
WrongAddress removed
new suicides
|
10 years ago |
Paweł Bylica
|
fc5b300d38
|
Optimizer: separate LLVM IR optimization passes from compiler
|
10 years ago |
Lefteris Karapetsas
|
5b48aad97d
|
Removing events from Solidity Interface
|
10 years ago |
Paweł Bylica
|
7aa3f18bce
|
ManyFunctions performance test: ~200 functions in a contract, half of them are called randomly
|
10 years ago |
Marek Kotewicz
|
dd0744e8a3
|
fixed #1022
|
10 years ago |
CJentzsch
|
7097255ec5
|
OS independency by using file system
|
10 years ago |
CJentzsch
|
bc54b1e5ba
|
remove unnecessary function
|
10 years ago |
CJentzsch
|
792b47deba
|
fix GasUsed bug
|
10 years ago |
CJentzsch
|
4de92be65b
|
fix typo
|
10 years ago |
CJentzsch
|
6c3f9ba502
|
add invalid block header tests
|
10 years ago |
CJentzsch
|
d35da25b19
|
extra data fix
|
10 years ago |
CJentzsch
|
8e1ff854f2
|
Merge remote-tracking branch 'upstream/develop' into blockTests
|
10 years ago |
Gav Wood
|
2587b2deb2
|
Preview Natspec in New Transaction dialog.
|
10 years ago |
Gav Wood
|
bfc037f688
|
Transact dialog supports all the NatSpec stuff.
|
10 years ago |
Gav Wood
|
45776a0877
|
Removed debug panel. Is this a record, perhaps?
|
10 years ago |
Gav Wood
|
513fc897d8
|
External Debugger for debugging past transactions, too.
|
10 years ago |
Gav Wood
|
0066771e3b
|
Use external debugger.
|
10 years ago |
Gav Wood
|
357d631146
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
809df5cdc5
|
Working, albeit slowly, non-NatSpec transaction confirmations.
|
10 years ago |
Gav Wood
|
b9e4bbbc14
|
Compile warning fix.
|
10 years ago |
chriseth
|
6e145789db
|
Merge pull request #1053 from chriseth/sol_someEnumChanges
Some changes to enums.
|
10 years ago |
Gav Wood
|
14749e6b2d
|
Merge branch 'rm_libqwebthree' of https://github.com/debris/cpp-ethereum into debris-rm_libqwebthree
|
10 years ago |
Marek Kotewicz
|
1df4cacc40
|
removed libqwebthree
|
10 years ago |
Gav Wood
|
b786d27032
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
CJentzsch
|
c0adb8e95a
|
Merge remote-tracking branch 'upstream/develop' into blockTests
|
10 years ago |
Christian
|
ab9258d0a8
|
Forced cleanup for conversion to enum.
|
10 years ago |
Christian
|
4b0a566e70
|
Some changes to enums.
|
10 years ago |
Gav Wood
|
15b3b40a83
|
Merge pull request #1050 from debris/extdep_qt
update windows precompiled qt version 5.3 -> 5.4
|
10 years ago |
Gav Wood
|
76d21e5dec
|
Merge pull request #1011 from LefterisJP/jsonrpc_cpp_v0.4.2
Changes required for upgrade to jsonrpccpp 0.4.2
|
10 years ago |
chriseth
|
03d87a6da5
|
Merge pull request #1043 from LefterisJP/sol_EnumsIntro
Enums in Solidity
|
10 years ago |
Lefteris Karapetsas
|
c3c52d59b2
|
Removing ';' from the end of EnumDefinition
|
10 years ago |
Lefteris Karapetsas
|
2370068db6
|
Small improvement in TypeType::getMembers()
|
10 years ago |
Lefteris Karapetsas
|
64bba8e3cc
|
Explicit conversion from int to Enum
|
10 years ago |
Lefteris Karapetsas
|
58c598b8cb
|
Moving getMemberValue from EnumDefinition to EnumType
|
10 years ago |
Lefteris Karapetsas
|
4a70ec9444
|
adding Enums to grammar.txt
|
10 years ago |
Lefteris Karapetsas
|
c3c1b5c63c
|
Addressing issues with Enums in Solidity
|
10 years ago |