Commit Graph

10688 Commits

Author SHA1 Message Date
CJentzsch
473e10e0dc fix trie test# 2014-12-11 23:36:23 +01:00
Gav Wood
98722ae8e8 Whisper test fix. 2014-12-11 22:52:20 +01:00
Gav Wood
6e390ba059 Fix genesis test.
Refactor/cleaning.
2014-12-11 21:46:06 +01:00
Marek Kotewicz
6762c79745 Merge branch 'develop' into build_enhancement 2014-12-11 21:33:27 +01:00
Marek Kotewicz
b95fbab7c2 Merge branch 'develop' into build_enhancement 2014-12-11 21:33:27 +01:00
Paweł Bylica
8ada6f3cb9 Replace spaces with tabs 2014-12-11 20:46:05 +01:00
Paweł Bylica
6b8bc1669e Merge remote-tracking branch 'upstream/develop' into vm
Conflicts:
	libethereum/Executive.cpp
	libethereum/Executive.h
	libethereum/State.cpp
2014-12-11 20:39:48 +01:00
Gav Wood
1d879a9bb4 Remove extraneous old stuff for PoC-7.
Fix gas remaining issue.
2014-12-11 20:07:07 +01:00
Paweł Bylica
c044e1d1e9 Report wrong account address in case of unexpected storege key 2014-12-11 19:33:49 +01:00
Paweł Bylica
5d22ebe447 Test unexpected storage entries 2014-12-11 19:32:42 +01:00
Gav Wood
fee1a7f44c Fix for crazy compiler lambda behaviour. 2014-12-11 18:25:21 +01:00
Christian
e2547526ab Do not add at the end of the function selector "loop". 2014-12-11 17:48:44 +01:00
Christian
7ad8f94a7e Do not add at the end of the function selector "loop". 2014-12-11 17:48:44 +01:00
Christian
66d95abfd9 Swap literals to the end if optimizing. 2014-12-11 17:48:44 +01:00
Christian
c68d1c62e0 Swap literals to the end if optimizing. 2014-12-11 17:48:44 +01:00
chriseth
1db9bc1651 Whitespace change. 2014-12-11 17:04:26 +01:00
Christian
568babfb5f Some (few) tests for the optimizer. 2014-12-11 16:37:17 +01:00
Marek Kotewicz
0f26b24794 Merge branch 'develop' into build_enhancement 2014-12-11 15:07:32 +01:00
Marek Kotewicz
005f551bfb fixed styling issues 2014-12-11 15:06:11 +01:00
Marek Kotewicz
bf8a6ed878 fixed styling issues 2014-12-11 15:06:11 +01:00
Marek Kotewicz
ac5b3baa52 fixed styling issues 2014-12-11 15:06:11 +01:00
Christian
a735228079 Support empty strings. 2014-12-11 14:19:11 +01:00
Christian
6dcb545cc8 Support empty strings. 2014-12-11 14:19:11 +01:00
Marek Kotewicz
6fcdfdc353 removed explicit 2014-12-11 14:12:49 +01:00
Marek Kotewicz
8f53101f6f Merge branch 'macox_fixes' into build_enhancement 2014-12-11 12:39:39 +01:00
Marek Kotewicz
5cd7c1fc9a user-provided default constructor 2014-12-11 12:31:14 +01:00
Marek Kotewicz
ce5e6ce67b Merge branch 'macox_fixes' into build_enhancement
Conflicts:
	test/solidityNatspecJSON.cpp
2014-12-11 12:08:51 +01:00
Marek Kotewicz
6a666eed2f Merge branch 'macox_fixes' into build_enhancement
Conflicts:
	test/solidityNatspecJSON.cpp
2014-12-11 12:08:51 +01:00
Marek Kotewicz
bea34ab073 Merge branch 'macox_fixes' into build_enhancement
Conflicts:
	test/solidityNatspecJSON.cpp
2014-12-11 12:08:51 +01:00
Marek Kotewicz
222790ffab fixed solidity not building on macos 2014-12-11 11:56:47 +01:00
Lefteris Karapetsas
207da9ef0f Fixing segfault for solc if stdin is given as input file
- Solc should now check its input files and skip them if they don't
  exist or if they are not a valid file
2014-12-11 00:22:35 +01:00
Paweł Bylica
3ba2d4195f Merge remote-tracking branch 'origin/vm' into develop-evmcc
Conflicts:
	libethereum/Executive.cpp
	libethereum/Executive.h
	libethereum/State.cpp
	libevm/VM.cpp
	libevm/VM.h
	libevm/VMFace.h
	test/createRandomTest.cpp
	test/vm.cpp
	windows/LibEthereum.vcxproj.filters
2014-12-10 23:42:01 +01:00
chriseth
1d17d34979 Merge pull request #586 from LefterisJP/natspec_contract_tags
Natspec title and author tag.
2014-12-10 19:23:57 +01:00
chriseth
c7c189cac0 Merge pull request #586 from LefterisJP/natspec_contract_tags
Natspec title and author tag.
2014-12-10 19:23:57 +01:00
Paweł Bylica
1d85b074c8 Merge remote-tracking branch 'upstream/develop' into vm 2014-12-10 17:44:10 +01:00
Paweł Bylica
c1ffbbe797 VMFactory - a new way of creating VMs 2014-12-10 17:41:53 +01:00
Christian
8b54d1afb2 Merge remote-tracking branch 'ethereum/develop' into sol_strings
Conflicts:
	libsolidity/Types.cpp
2014-12-10 17:24:23 +01:00
chriseth
3c377f77bb Merge pull request #577 from chriseth/sol_constCleanup
Solidity const cleanup
2014-12-10 17:19:01 +01:00
Christian
373f0da267 Helper functions to access memory. 2014-12-10 17:15:17 +01:00
Christian
1a76615a87 Tests for empty and too long strings. 2014-12-10 17:15:10 +01:00
Marek Kotewicz
a68d58cb9e recent changes from solc working on macos 2014-12-10 16:56:30 +01:00
Lefteris Karapetsas
aebd1490bd Styling issues and add TODO in Interfacehandler 2014-12-10 16:44:54 +01:00
Christian
130ff85e85 String types. 2014-12-10 16:30:20 +01:00
Christian
bf8ea705b8 String types. 2014-12-10 16:30:20 +01:00
Marek Kotewicz
2ec5b1770b Merge branch 'develop' into build_enhancement 2014-12-10 15:32:50 +01:00
Marek Kotewicz
f86187a6e8 Merge branch 'develop' into build_enhancement 2014-12-10 15:32:50 +01:00
Marek Kotewicz
2c37a98bd4 Merge branch 'develop' into build_enhancement 2014-12-10 15:32:50 +01:00
chriseth
93722eab8a Merge pull request #582 from chriseth/sol_varSizeVariables
Variably sized elements on the stack
2014-12-10 14:49:12 +01:00
chriseth
e8b7d26664 Const change. 2014-12-10 14:37:37 +01:00
Christian
da62403e79 Stylistic changes. 2014-12-10 14:33:30 +01:00