Marek Kotewicz
dfda38ae1b
eth_protocolVersion
2015-03-31 20:21:26 +02:00
Gav Wood
8a94b58e48
Upgrade to latest ethhash API.
2015-03-31 18:54:50 +02:00
subtly
a1d7b50ea1
Merge branch 'develop' into p2p
2015-03-31 17:07:30 +02:00
Gav Wood
de4b852738
Merge pull request #1476 from ethereum/p2p
...
Fix #1475 : network config not being saved by CLI && AZ
2015-03-31 17:00:58 +02:00
chriseth
1ba183bf78
Merge pull request #1432 from chriseth/sol_cseForMemoryAndStorage
...
Optimizer for memory and storage.
2015-03-31 16:37:13 +02:00
Gav Wood
91336ce42b
Merge pull request #1461 from debris/prestate_tests
...
failing tests, incomplete genesis state object
2015-03-31 11:52:03 +02:00
Paweł Bylica
7fb437d0da
Merge remote-tracking branch 'upstream/develop' into evmjit
2015-03-31 11:44:00 +02:00
Gav Wood
4227be6e12
Merge pull request #1468 from chriseth/sol_pullOutIndexaccess
...
Refactor: Pull out array index access.
2015-03-31 11:19:42 +02:00
subtly
b1a2292e77
Fix #1475
2015-03-31 10:28:46 +02:00
chriseth
8860f8d4c3
Merge pull request #1464 from LefterisJP/natspec_nonexistant_param
...
Detect if non-existant parameter is documented with natspec
2015-03-30 19:38:20 +02:00
chriseth
7dbc2bcf20
Merge pull request #1464 from LefterisJP/natspec_nonexistant_param
...
Detect if non-existant parameter is documented with natspec
2015-03-30 19:38:20 +02:00
chriseth
ea98b3b07e
Merge pull request #1414 from LefterisJP/sol_notImplementedFuncs
...
Interface contracts
2015-03-30 19:33:30 +02:00
chriseth
eab085baf6
Merge pull request #1414 from LefterisJP/sol_notImplementedFuncs
...
Interface contracts
2015-03-30 19:33:30 +02:00
chriseth
d0ede6fafd
Refactor: Pull out array index access.
2015-03-30 19:32:14 +02:00
Lefteris Karapetsas
de09be29ba
Fix some styling issues and remove comments
2015-03-30 17:18:38 +02:00
Lefteris Karapetsas
c6781ed38d
Fix some styling issues and remove comments
2015-03-30 17:18:38 +02:00
Lefteris Karapetsas
57432fe671
no need to have target json for failing tests
2015-03-30 15:32:25 +02:00
Lefteris Karapetsas
819d9fd5a6
Detect if non-existant parameter is documented with natspec
2015-03-30 15:14:59 +02:00
Lefteris Karapetsas
d82a3ca956
Detect if non-existant parameter is documented with natspec
2015-03-30 15:14:59 +02:00
Marek Kotewicz
0f416747ad
failing tests for getting genesis block
2015-03-30 14:02:27 +02:00
chriseth
35274fb9b1
Optimize breaking item.
2015-03-30 12:03:28 +02:00
chriseth
b3fc122845
Optimizer for memory.
2015-03-30 12:03:28 +02:00
chriseth
1391b58e53
Storage access optimisation.
2015-03-30 12:03:28 +02:00
subtly
735c02c468
Merge branch 'develop' into reqpeer
...
Conflicts:
libp2p/Network.h
2015-03-29 22:51:43 +02:00
Gav Wood
77589fce9b
Use TransientDirectory.
2015-03-29 22:37:32 +02:00
Gav Wood
25ccfe9ce4
Fix a load of horrible style that got through.
...
Fix blockchain tests so they don't clobber the AZ blockchain DB!
Make TransientDirectory use a temp path unless otherwise instructed.
2015-03-29 22:23:59 +02:00
subtly
602274c0ef
Merge branch 'develop' into reqpeer
...
Conflicts:
libp2p/Network.cpp
2015-03-29 22:17:12 +02:00
Gav Wood
5e28d981c7
Refactored much of transaction queue for tidiness and optimisation.
2015-03-29 19:13:39 +02:00
subtly
f6aaa7b12f
makePeer and support setting listen IP.
2015-03-28 09:39:04 +01:00
subtly
8df136cdeb
Merge branch 'p2p' into reqpeer
2015-03-27 20:59:46 +01:00
subtly
f9091e1677
update CLI and AZ UI for replacing local-networking with explicit --listen-ip
2015-03-27 20:49:05 +01:00
Gav Wood
c188e94273
Merge pull request #1441 from chriseth/ctest
...
Parse test files to automatically create ctest tests
2015-03-27 19:36:42 +01:00
Gav Wood
8ec03f1291
Merge pull request #1410 from debris/1351_tests
...
split #1351 , tests
2015-03-27 19:34:07 +01:00
Lefteris Karapetsas
621215918d
Abstract contract and inheritance
...
- Checking the linearized base contracts for abstract functions and
handle their existence appropriately
- If a contract is abstract it can't be created with new
- An abstract contract is not compiled (no backend code is generated)
- Of course tests
2015-03-27 15:15:34 +01:00
Lefteris Karapetsas
85bb056993
Abstract contract and inheritance
...
- Checking the linearized base contracts for abstract functions and
handle their existence appropriately
- If a contract is abstract it can't be created with new
- An abstract contract is not compiled (no backend code is generated)
- Of course tests
2015-03-27 15:15:34 +01:00
chriseth
f728a336b1
Merge pull request #1338 from LianaHus/sol_ConvertContractTypesToAddress
...
Solidity: Convert contract types to addresses
2015-03-27 15:14:40 +01:00
chriseth
d2b5407502
Merge pull request #1338 from LianaHus/sol_ConvertContractTypesToAddress
...
Solidity: Convert contract types to addresses
2015-03-27 15:14:40 +01:00
chriseth
9866a92884
Merge pull request #1396 from chriseth/sol_cseOpt2
...
Common subexpression elimination, including simplifications.
2015-03-27 14:56:47 +01:00
Liana Husikyan
a3d829d074
added externalTypes function to functionType
...
removed flag for externalSigniture
2015-03-27 13:28:32 +01:00
Liana Husikyan
a427053d99
added externalTypes function to functionType
...
removed flag for externalSigniture
2015-03-27 13:28:32 +01:00
chriseth
e82b8019ea
Parse test files and create ctest tests.
2015-03-27 13:13:08 +01:00
Lefteris Karapetsas
a7e78fadf5
Moving contract fullyImplemented check to TypeRequirements
2015-03-27 11:53:17 +01:00
chriseth
4e20d0fb6d
Pattern matching for expression simplification.
2015-03-26 17:51:26 +01:00
chriseth
782e69fbe4
Optimizing various single operations.
2015-03-26 17:51:26 +01:00
subtly
708c55478c
adopt node IP address from udp header when ping.ipAddress isn't public
2015-03-26 16:21:25 +01:00
Liana Husikyan
b1ca27ea93
two more tests
...
style fixes
2015-03-26 14:11:24 +01:00
Liana Husikyan
25e4cf071a
two more tests
...
style fixes
2015-03-26 14:11:24 +01:00
CJentzsch
8a6e284d67
add failing tx test for go
2015-03-26 12:50:39 +01:00
subtly
70184ece42
correct net/test for ping packet
2015-03-26 06:06:34 +01:00
Marek Kotewicz
9a032ef39f
fixes for test/TestUtils.h
2015-03-25 19:51:08 +01:00