chriseth
|
0f8c4a7fbb
|
Bare functions return success condition.
|
10 years ago |
chriseth
|
b60da19241
|
Fallback takes constant amount of gas, and send to gas with send.
|
10 years ago |
chriseth
|
660a6eb37b
|
Remove namespace prefixes.
|
10 years ago |
chriseth
|
1c8eabf6ed
|
MSVC fix.
|
10 years ago |
chriseth
|
3fc61e9087
|
Compute constants
|
10 years ago |
chriseth
|
292d8486eb
|
Merge pull request #2095 from chriseth/sol_memoryArrays
Ability to specify the storage location of a reference type.
|
10 years ago |
CJentzsch
|
0426f5e3fd
|
fix expected section
|
10 years ago |
CJentzsch
|
a0035a2da3
|
add call-a-suicided-contract-again-test
|
10 years ago |
CJentzsch
|
05e25f7d2b
|
style
|
10 years ago |
CJentzsch
|
1ded374bae
|
log on OOG call
|
10 years ago |
chriseth
|
2b9e46d8f6
|
Style.
|
10 years ago |
Lefteris Karapetsas
|
f08f39d067
|
Remove unused ethash_cl_miner::hash() function
|
10 years ago |
chriseth
|
ac79514e63
|
Ability to specify the storage location of a reference type.
|
10 years ago |
Dimitry
|
1cc8ac8bd5
|
VM Filler: Style
|
10 years ago |
CJentzsch
|
c48a44fe96
|
retune gas cost of recursive bombs
|
10 years ago |
gluk256
|
e6a0dab554
|
Update peer.cpp
|
10 years ago |
gluk256
|
9e353e3d7a
|
Update Log.h
|
10 years ago |
chriseth
|
e5d47b5443
|
Merge pull request #2074 from LianaHus/sol_PosIntegerLiteralsConversation
Solidity Positive integer literals conversion to signed if in value range.
|
10 years ago |
CJentzsch
|
c9a7593e07
|
style
|
10 years ago |
Gav Wood
|
7cedf9f2e0
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
0bd1b56c91
|
Save/load gas pricing. Full integration.
|
10 years ago |
Gav Wood
|
51b90324c0
|
Allow configurable gas price in AZ & eth.
|
10 years ago |
Gav Wood
|
80d93a7a9d
|
Merge pull request #1581 from ethereum/whisper
update whisper tests
|
10 years ago |
Gav Wood
|
cfe709a495
|
Merge pull request #2088 from subtly/netFix
Net fixes: rlp exception in handshake, peer disconnect during read
|
10 years ago |
Gav Wood
|
e19bba229c
|
Merge pull request #2092 from arkpar/bc
Fixed iterating over random peers on blockchain sync
|
10 years ago |
gluk256
|
e4cd2fee17
|
Update Log.h
|
10 years ago |
arkpar
|
c008fe856f
|
fixed iterating over random peers
|
10 years ago |
Vlad Gluhovsky
|
2ef63e583d
|
fixed peer test
|
10 years ago |
Liana Husikyan
|
f604ab72ee
|
Update Types.cpp
|
10 years ago |
chriseth
|
339d1ecbd1
|
Merge pull request #2079 from LianaHus/sol_GasWhenSend
corrected the calculation of gas for send
|
10 years ago |
subtly
|
3a5e67eaab
|
Fix network tests: delete host pointers after use.
|
10 years ago |
subtly
|
ce367d3da0
|
update whisper tests
|
10 years ago |
Dimitry
|
7ff49e87bf
|
Issues: VMTest filler fix
|
10 years ago |
subtly
|
3a07508f45
|
Merge branch 'develop' into whisper
|
10 years ago |
subtly
|
f26bbb21e4
|
Drop socket and log when peer disconnect occurs mid-read.
|
10 years ago |
subtly
|
4d45c82019
|
Merge branch 'develop' into netFix
|
10 years ago |
subtly
|
8593be1b6a
|
Log warning and disconnect when remote passes bad rlp during handshake.
|
10 years ago |
Liana Husikyan
|
ee2b5e7cb4
|
fixed assigning negative number to unsigned
|
10 years ago |
Liana Husikyan
|
9da464ee05
|
- style fixes
- added test for uint8 = -1 which doesn't fail; todo: fix that
|
10 years ago |
Lefteris Karapetsas
|
65ebc5f17b
|
Tweaks after merging latest develop changes
- Use a vector for dag chunks.
- Use ETHCL_LOG for outputing to stdout.
|
10 years ago |
Lefteris Karapetsas
|
862b5af66c
|
Merge branch 'develop' into amd_chunk_dag_upload
|
10 years ago |
Gav Wood
|
fdff985a30
|
--ask and --bid
|
10 years ago |
Liana Husikyan
|
4757651b64
|
- conversion of positive literals to signed int
- tests
|
10 years ago |
Liana Husikyan
|
a7732d2013
|
test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
10 years ago |
Liana Husikyan
|
4f925169c1
|
fixed assertion
|
10 years ago |
Liana Husikyan
|
2c0d9e9968
|
corrected the calculation of gas for send
|
10 years ago |
Lefteris Karapetsas
|
aab8a3af0f
|
Clarify usage of silence in eth/main
Making it global since it's a local variable used in a global way due to
being captured by an exported lamda function.
|
10 years ago |
CJentzsch
|
36f3cba0c2
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
CJentzsch
|
dc944ca5b3
|
some data copy tests
|
10 years ago |
CJentzsch
|
9e23002428
|
add tests for returning from call and then hitting 1024 stack limit depth
|
10 years ago |