Liana Husikyan
1305502fc9
initial output for asm-json flag.
Conflicts:
libevmcore/Assembly.cpp
10 years ago
Liana Husikyan
2a5a5a99f9
added asm-json flag to cl compiler
Conflicts:
libsolidity/CompilerStack.cpp
10 years ago
chriseth
530b5c8770
Merge pull request #1501 from LefterisJP/abstract_contract_contructors
Abstract contract contructors
10 years ago
Arkadiy Paronyan
7ab68f4311
Merge pull request #1663 from arkpar/mix_ux
Mix: more bugfixes
10 years ago
Lefteris Karapetsas
cad916a00d
Fixing detection of abstract contract
10 years ago
arkpar
8148e7b1df
tests
10 years ago
Lefteris Karapetsas
9079da740a
minor tweak after rebase
10 years ago
Lefteris Karapetsas
5be5fc55a0
Adding forgotten virtual specifier to EnumValue getType()
10 years ago
Lefteris Karapetsas
86caafd9e9
Add "this" contract's ctor to provided ctors set
- Also properly naming the 2 sets in checkAbstractConstructors() function
10 years ago
Lefteris Karapetsas
3a2d903252
Fixing new abstract contract error location reporting
10 years ago
Lefteris Karapetsas
c227951856
size()!=0 -> !empty()
10 years ago
Lefteris Karapetsas
2279e40274
Check all constructors in inheritance chain get args
- Also add a missing override in a function of EnumValue
10 years ago
Lefteris Karapetsas
45117f53b0
Allowing abstract contracts constructor to have no args
- If a constructor is part of an abstract contract we can omit its
arguments
- IF a contract is abstract make sure to not create and/or request
Assembly code about it since it's not compiled
10 years ago
chriseth
bb30afcbe8
Merge pull request #1654 from chriseth/sol_fix_smallNegativeStorageValues
Fix for small negative storage values.
10 years ago
arkpar
0808723c50
add some balance for gas estimation
10 years ago
Gav Wood
a57ce7eedc
Merge pull request #1610 from ethereum/discoveryEndpoints
cleanup/prep endpoint semantics for #1558 and #1557
10 years ago
arkpar
284b33a71b
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_ux
10 years ago
arkpar
8d6b690681
Fixed packed negative signed integers storage display
10 years ago
subtly
db21824064
network save/restore: merge fixes, simpler code, limit parse of require flag to peers (reflecting save code).
10 years ago
chriseth
1df385a63d
Fix for signed integers in storage.
10 years ago
chriseth
b8d5936fbd
Tests for signed integers in storage.
10 years ago
subtly
8bfe9822b8
Merge branch 'develop' into discoveryEndpoints
10 years ago
subtly
aaf1835c3e
style
10 years ago
Gav Wood
95e2f608dd
Merge pull request #1647 from arkpar/mix_msvc
Mix: windows issues
10 years ago
Gav Wood
3bccc340ae
Merge pull request #1645 from arkpar/msvc
Removed dependencies on external tools from getstuff.bat
10 years ago
Gav Wood
452b6ebdf5
Merge pull request #1635 from debris/cmake_cleanup
cleanup CMakeLists.txt
10 years ago
Gav Wood
e765132258
Merge pull request #1569 from winsvega/allfieldshex
All Test Fields As Hex
10 years ago
Gav Wood
f63c778945
Merge pull request #1662 from subtly/netFix
Fix for fix #1475 , #1476 . (with unit test update)
10 years ago
subtly
da63cac309
Fix for fix #1475 , #1476 .
10 years ago
subtly
fe5891f764
Merge branch 'develop' into discoveryEndpoints
10 years ago
subtly
fdc28893c4
test constants
10 years ago
Marek Kotewicz
026494fc51
Merge pull request #1656 from debris/win_dll
decent platforms do not need dlls
10 years ago
Marek Kotewicz
15a561c407
decent platforms do not need dlls
10 years ago
Arkadiy Paronyan
32d4156eea
Merge pull request #1650 from yann300/bugFix
Mix - bug fix: error annotation sometimes not shown
10 years ago
chriseth
17079187c2
Merge pull request #1642 from ethereum/p2p
Don't use unsigned for negative value.
10 years ago
Arkadiy Paronyan
1114c25878
Merge pull request #1652 from chriseth/mix_missingSourceName
Bugfix for missing source name.
10 years ago
yann300
0e205f0d55
bug fix: JavaScript console loop in the right order
10 years ago
chriseth
2dfaf4f625
Merge pull request #1503 from chriseth/sol_mergeBasicBlocks
Control flow analysis.
10 years ago
chriseth
8d1c9efbbf
Bugfix for missing source name.
10 years ago
Gav Wood
2ee8a6d269
Coding standards to address auto usage.
10 years ago
winsvega
3644eb14f7
All Fields Hex: remove line
10 years ago
winsvega
edb81a6589
All Fields Hex: ttTransaction Filler
10 years ago
winsvega
33e4026095
All fields Hex: style
10 years ago
winsvega
93539f6bad
AllFieldsHex: transaction test fix
10 years ago
winsvega
1dccf47d9b
All Fields Hex
rebase + merge error fix
10 years ago
winsvega
710b358cc2
All Fields As Hex: Secret Key
10 years ago
winsvega
7c2509b3cd
All Fields Hex: block tests
10 years ago
winsvega
a2c42a5377
All Fields Hex: VMTests
10 years ago
winsvega
99e0654cce
AllFieldsHex: State Tests
10 years ago
winsvega
99a0ef91a0
All Fields Hex: block tests
10 years ago