Gav Wood
a2fb636fc9
Merge pull request #910 from arkpar/mix_dbg
mix: Debugger fixes
10 years ago
Gav Wood
5080803875
Merge pull request #908 from chriseth/sol_fix_eventsWithoutParameters
Fix: No parameters for event.
10 years ago
Gav Wood
e7b99324d1
Merge pull request #909 from arkpar/sol_abi_fix
fixed ABI generation for functions
10 years ago
arkpar
2137b75c23
added some commets
10 years ago
arkpar
fa19c96788
updated json abi tests
10 years ago
arkpar
bf3e6fc62d
fixed ABI generator
10 years ago
arkpar
ae119134a6
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_dbg
10 years ago
arkpar
47c4c0ecf6
enabled search in editor with Ctrl+F
10 years ago
arkpar
f1a35dcaf0
bebugger bugfixes
10 years ago
arkpar
1180ddbb5d
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_dbg
Conflicts:
mix/QFunctionDefinition.cpp
10 years ago
Gav Wood
4dbc286b8e
Merge pull request #907 from chriseth/sol_fix_docker_merge
Workaround for a problem with `git merge`.
10 years ago
Gav Wood
435397ec8c
Merge pull request #886 from arkpar/mix_tx
mix: Transaction recording, standard contracts
10 years ago
Christian
9a7e588a37
Fix: No parameters for event.
10 years ago
Christian
146cc5fd82
Workaround for a problem with `git merge`.
10 years ago
arkpar
c820b2597e
debugging into calls
10 years ago
chriseth
a1399ccec1
Merge pull request #904 from chriseth/sol_fix_standardSourcesTest
Fix standard sources test.
10 years ago
Christian
4d768ec165
Fix standard sources test.
10 years ago
arkpar
71312b7d70
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_tx
Conflicts:
mix/QFunctionDefinition.cpp
10 years ago
Gav Wood
ec10d674b2
Double SHA-3 as good crypto practice.
10 years ago
Gav Wood
acf5713de9
Merge branch 'whisperencryption' into develop
10 years ago
Gav Wood
7d504a275f
Whisper now 100% encrypted.
10 years ago
Gav Wood
cec504d1a2
Various fixes.
10 years ago
Gav Wood
5f523e146d
Dev.
10 years ago
Gav Wood
c921b25aef
Compiles.
10 years ago
Gav Wood
5fd79ae914
First little commit - not workign yet.
10 years ago
Gav Wood
fbe7bb7e73
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
test/SolidityParser.cpp
10 years ago
Gav Wood
39abdd5f81
git push origin developMerge branch 'chriseth-sol_defaultFunction' into develop
10 years ago
Gav Wood
1973f77c96
Merge branch 'sol_defaultFunction' of https://github.com/chriseth/cpp-ethereum into chriseth-sol_defaultFunction
10 years ago
Gav Wood
ce9b9a0344
Merge pull request #893 from chriseth/sol_events
Events in Solidity
10 years ago
Gav Wood
9089f4c952
Merge pull request #892 from debris/ethereumjs
ethereumjs events && more
10 years ago
yann300
eab72b22b3
Cleaning
10 years ago
Gav Wood
3219a09af4
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
yann300
a78c3668b5
- Cleaning.
- Bug fix in hash decoding.
10 years ago
Christian
edefb95aae
Fallback functions.
10 years ago
Christian
47f6c9a5de
Padding fixes.
10 years ago
Christian
c38dd9765b
Whitespace and error messages.
10 years ago
Christian
f57dc81889
Code generation for events.
10 years ago
Christian
d3e2d2adf3
Parsing of events.
10 years ago
Gav Wood
152940bf2c
Merge pull request #894 from LefterisJP/sol_FunctionTypeEnchancement
Sol function type enchancement
10 years ago
Lefteris Karapetsas
93abe45771
FunctionType now returns const ref for Declaration
10 years ago
arkpar
5f80cee468
removed superfluous check on insert
10 years ago
Lu Guanqun
b0c3579e25
implement named arguments
10 years ago
arkpar
b265fb8249
nice app icon
10 years ago
yann300
f41f55536a
Merge remote-tracking branch 'up/develop' into param_types
Conflicts:
mix/QVariableDeclaration.h
10 years ago
Lefteris Karapetsas
941a424e71
Minor fixes plus a rebase merge fix
10 years ago
yann300
b271a9df51
Manage solidity types:
- uint<N>, uint
- int<N>, int
- hash<N>, hash, address
- bool
- string<N>
10 years ago
arkpar
ebebe0fe56
fixed transaction log function formatting, style
10 years ago
Lefteris Karapetsas
23d92e0d2e
Removing Function and Param Description
- Removing FunctionDescription and ParamDescription. All the data should
now be in the FunctionType
- Plus using the FunctionTypePointer alias in a few places
10 years ago
Lefteris Karapetsas
122aada70f
Contract Interface Functions now return FunctionType
- Enchanced Function Type by declaration so that it can provide all the
required information at each place interface functions are consumed
- Changed all places where interface functions was used.
- Simplified Mix's FunctionDefinition code
10 years ago
Marek Kotewicz
ee4b254a33
topics -> topic
10 years ago