Gav Wood
|
45aaeec86b
|
Minor semantic typo.
|
10 years ago |
Gav Wood
|
abd800ffbc
|
Nicer HTML and version info in AZ.
|
10 years ago |
Gav Wood
|
657c051ab2
|
Bump database version for new PoW.
|
10 years ago |
Gav Wood
|
63df1f7730
|
Ethasher update.
|
10 years ago |
Gav Wood
|
eaba97e201
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
aa683b23ca
|
Fix MWD's horribleness this side.
|
10 years ago |
Gav Wood
|
2fe051385a
|
Merge pull request #1304 from xcthulhu/revendoring-ethash
Revendoring ethash
|
10 years ago |
Gav Wood
|
ceb855d37a
|
Merge pull request #1337 from arkpar/msvc
Fixed exception constructor for msvc
|
10 years ago |
chriseth
|
bb7b97b2f6
|
Merge pull request #1331 from LianaHus/sol_AnonymousEvents
Sol anonymous events
|
10 years ago |
arkpar
|
31e119dd40
|
fixed exception constructor for msvc
|
10 years ago |
Liana Husikyan
|
3e0f3fd514
|
added test to check anonymous events with user specified topics
added initial value for m_anonymous of EventDefinition
|
10 years ago |
Liana Husikyan
|
7cb944c903
|
added anonymous to ABI
|
10 years ago |
Liana Husikyan
|
7fe63e36e9
|
changed the position of 'anonymous' keyword: event <name>() anonymous.
- style changes
|
10 years ago |
Liana Husikyan
|
0b14d26f6b
|
Added anonymous flag to event.
added test
|
10 years ago |
Liana Husikyan
|
b0d00eef98
|
added test for anonymous event
|
10 years ago |
Gav Wood
|
87ccd547e3
|
Cleanups.
|
10 years ago |
Gav Wood
|
b8d53c5a38
|
Better crash fix.
|
10 years ago |
Gav Wood
|
8cc17f2dc3
|
Crash fix.
|
10 years ago |
Gav Wood
|
38dc97b54c
|
Make value in AZ transact default to something sensible.
|
10 years ago |
Gav Wood
|
634ee69474
|
Extend reach of exception handling for UPnP.
|
10 years ago |
Gav Wood
|
4abf3a7221
|
Merge pull request #1333 from arkpar/eth_buildc
Support for building with clang and GNU gold linker on linux
|
10 years ago |
chriseth
|
bbcd9bf6a3
|
Merge pull request #1326 from chriseth/sol_packedStorage
Let Solidity pack its storage
|
10 years ago |
Arkadiy Paronyan
|
21009510a6
|
Merge pull request #1315 from yann300/trackFileStatus
Mix - Track files status.
|
10 years ago |
arkpar
|
d0dfac71ba
|
supported building with clang and GNU gold linker on linux
|
10 years ago |
yann300
|
6ce17df79a
|
- bug fix: sync issue when renaming a file.
- small changes
|
10 years ago |
Gav Wood
|
f3ee18cfd4
|
Merge pull request #1327 from arkpar/mix_srci
Mix: Support for solidity arrays and structs
|
10 years ago |
Gav Wood
|
7fa01887e2
|
Merge pull request #1329 from winsvega/develop
ExpXY Test
|
10 years ago |
Gav Wood
|
161690b903
|
Merge pull request #1318 from CJentzsch/addTests
add test for uncle generation
|
10 years ago |
chriseth
|
2589570d9a
|
Fix static variables.
|
10 years ago |
chriseth
|
441ab7c1c0
|
Add move assignment operator manually.
|
10 years ago |
chriseth
|
a25d8cd553
|
Move memberlist to avoid unique_ptr copy.
|
10 years ago |
chriseth
|
925acfad80
|
Fetch and store packed values.
|
10 years ago |
chriseth
|
72152a6081
|
Compute packing offsets.
|
10 years ago |
chriseth
|
fed44efdce
|
Enlarge storage references to two stack slots.
|
10 years ago |
chriseth
|
39305c6aba
|
Merge pull request #1328 from debris/remove_orig
removed redundant diff file
|
10 years ago |
chriseth
|
24dd2582e8
|
Merge pull request #1325 from LefterisJP/sol_MsgSig
Adding msg.sig Solidity Magic type
|
10 years ago |
winsvega
|
f6cf2362aa
|
ExpXY Test
|
10 years ago |
Marek Kotewicz
|
5b2038272f
|
removed diff file
|
10 years ago |
arkpar
|
22e7ff2a50
|
Merge branch 'mix_srci' of https://github.com/arkpar/cpp-ethereum into mix_srci
|
10 years ago |
arkpar
|
f9fdbb1861
|
removed default value
|
10 years ago |
CJentzsch
|
0a84022da6
|
update blockchain tests
|
10 years ago |
Lefteris Karapetsas
|
382a587886
|
Additional test for msg.sig
|
10 years ago |
arkpar
|
735ddacaa0
|
removed logs from std contracts
|
10 years ago |
arkpar
|
6fd6d29662
|
style
|
10 years ago |
chriseth
|
42f5ae4c8b
|
Merge pull request #1274 from LianaHus/sol_ConstantFields
constant variables
|
10 years ago |
arkpar
|
534bd2a2f3
|
fixed msvc build:
|
10 years ago |
arkpar
|
f994da400f
|
debug formatting for structs and arrays
|
10 years ago |
arkpar
|
626f686f56
|
Merge branch 'mix_srci' of http://github.com/arkpar/cpp-ethereum into mix_srci
|
10 years ago |
Liana Husikyan
|
581cd68fcf
|
restyleing
removed unnecessary check
|
10 years ago |
yann300
|
64220f9eda
|
Attach close event to main window to catch unsaved files when exit
application.
|
10 years ago |