arkpar
0f0b332848
fixed debugging into base contracts
10 years ago
chriseth
2111cd4894
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
10 years ago
arkpar
7e50d77baf
fixed windows build
10 years ago
arkpar
5a3a9abae6
extracted collectContracts
10 years ago
arkpar
40ef58dfcb
fixed issues with web preview and having multiple contracts in the same
file
10 years ago
Lefteris Karapetsas
9079da740a
minor tweak after rebase
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
8d1c9efbbf
Bugfix for missing source name.
10 years ago
chriseth
0b36ca86d7
Fixed function overloads.
Added tests, disallowed non-calling usage of non-unique function
references.
10 years ago
arkpar
559e3753e1
bugfixes
10 years ago
yann300
585c1a1040
Change go to compilation error btn
10 years ago
yann300
c093d07db5
Add Go to Compilation Error Btn
10 years ago
yann300
f69abfed87
Macos ui fixes
10 years ago
arkpar
0749818092
fixed tests, style
10 years ago
arkpar
830da0c2cd
Tests and test-related fixes
10 years ago
arkpar
a28b86c038
improved array parameters/variables debugging
10 years ago
arkpar
b98ef3b354
array formatting fixes
10 years ago
arkpar
d0825c2cd8
re-enabled debugging into base contracts
10 years ago
arkpar
7bc2251eed
debug highlighting filter
10 years ago
yann300
5bfff8fcac
- Fix for #1448 , #1447
10 years ago
arkpar
ea2486e509
more bugs fixed
10 years ago
arkpar
16a778073c
update states on contract rename
10 years ago
arkpar
b3d43bd511
refactored code to use native qml object hierarchy instead of forcing
object properties from c++
10 years ago
arkpar
6df3687132
usability improvements
10 years ago
arkpar
6fd6d29662
style
10 years ago
arkpar
534bd2a2f3
fixed msvc build:
10 years ago
arkpar
f994da400f
debug formatting for structs and arrays
10 years ago
arkpar
34f13c5920
struct editor
10 years ago
Lefteris Karapetsas
912b8569a4
Mix changes after rebase
- @arkpar should take a look
10 years ago
arkpar
d8673daa5b
style
10 years ago
arkpar
2f0e57fcf7
style
10 years ago
arkpar
3e7d9e7e04
solidity debugger inspectors
10 years ago
arkpar
f88bedc20c
basic source level debugging
10 years ago
Lefteris Karapetsas
a157ccae4d
Move SourceLocation to evmcore
10 years ago
Lefteris Karapetsas
f85aee0826
Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
arkpar
37fa06106b
fixed cppcheck warnings
10 years ago
arkpar
7af5ac1252
allow more than one contract
10 years ago
arkpar
90d309ec93
style
10 years ago
arkpar
6810ad3d86
deploy to network
10 years ago
yann300
cd2adfbeee
misc
10 years ago
yann300
0085e600df
ui improvements
10 years ago
yann300
e9574e46de
Change the contract name (in left pane) when contract name changed in
editor.
10 years ago
Gav Wood
888c96a17f
Icon nicer.
Alter the Config address for Mix.
10 years ago
arkpar
c820b2597e
debugging into calls
10 years ago
arkpar
ebebe0fe56
fixed transaction log function formatting, style
10 years ago
arkpar
b067d3e65a
fixed std contracts loading by placing them into single compilation unit
10 years ago
arkpar
b98456cce5
transaction log
10 years ago
arkpar
2a39486972
small usability fixes
10 years ago
arkpar
d9cd1d4325
minor fixes
10 years ago