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 |
CJentzsch
|
1df0c9f202
|
add blockhash DOS attack test
|
10 years ago |
CJentzsch
|
4f87421229
|
add gasLimit is zero blockchain test
|
10 years ago |
CJentzsch
|
5df5c422cb
|
add ability to test unsigned transaction
|
10 years ago |
CJentzsch
|
4605800c4e
|
add Debug info
|
10 years ago |
Gav Wood
|
c8856355db
|
Merge pull request #2048 from arkpar/bc
PV61 hash downloading fixes
|
10 years ago |
Gav Wood
|
8a94cbaaa9
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
bdeae1e722
|
Merge pull request #2082 from gluk256/v_refactor
refactored the topic naming conventions
|
10 years ago |
Gav Wood
|
59ada9ff50
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
02b7448603
|
Merge branch 'subtly-netFix' into develop
|
10 years ago |
Gav Wood
|
6d50f795b6
|
Merge branch 'netFix' of https://github.com/subtly/cpp-ethereum-micro into subtly-netFix
Conflicts:
libethereum/EthereumHost.cpp
libethereum/EthereumHost.h
libp2p/HostCapability.h
|
10 years ago |
Gav Wood
|
2af01b8497
|
Merge pull request #2081 from winsvega/issues
evmJit compile warnings fix + Transaction Test
|
10 years ago |
Gav Wood
|
2cccdf5b2c
|
Merge pull request #2076 from LefterisJP/ethash_errcheck_fullnew
Improved error checking for ethash_full_new()
|
10 years ago |
Gav Wood
|
5b4e104e1f
|
Merge pull request #2077 from arkpar/fix_kill
Fixed blockchain kill
|
10 years ago |
Gav Wood
|
6a2fa9b5ee
|
Merge pull request #2073 from LefterisJP/opencl_gpu_memcheck
Check if GPU has over 2GB of memory
|
10 years ago |
gluk256
|
f0ec754e46
|
Update Interface.h
|
10 years ago |
Vlad Gluhovsky
|
e0c3095bda
|
refactored the topic naming conventions
|
10 years ago |
Dimitry
|
78e6e007d6
|
TransactionTest: V = unit64+28
|
10 years ago |