chriseth
|
299c36e6b1
|
Test for the invalid sequence access bug.
|
10 years ago |
chriseth
|
887cf3842d
|
Merge pull request #2096 from chriseth/sol_constantFallback
Fallback takes constant amount of gas, and send no gas with send.
|
10 years ago |
chriseth
|
9574103b9a
|
Merge pull request #2084 from chriseth/sol_computeConstants
Compute constants
|
10 years ago |
chriseth
|
089c9477b4
|
Style.
|
10 years ago |
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 |
chriseth
|
2b9e46d8f6
|
Style.
|
10 years ago |
chriseth
|
ac79514e63
|
Ability to specify the storage location of a reference type.
|
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 |
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 |
arkpar
|
c008fe856f
|
fixed iterating over random peers
|
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 |
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 |
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 |
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 |
winsvega
|
bf6ec8e32a
|
evmJit warnings fix
|
10 years ago |
arkpar
|
1a37f2b3da
|
fixed blockchain kill
|
10 years ago |