Liana Husikyan
|
e8bc2e7667
|
contract documentation is now parsing during compilation and not by request.
|
10 years ago |
chriseth
|
f9fa013b18
|
Merge pull request #2493 from chriseth/sol_addDependencyOnBuildInfo
Add BuildInfo.h as dependency for libsolidity.
|
10 years ago |
chriseth
|
e4111c2270
|
Add BuildInfo.h as dependency.
|
10 years ago |
chriseth
|
e265d0ec1c
|
Merge pull request #2480 from chriseth/sol_relaxStackHeightCheck
Allow one additional stack slot.
|
10 years ago |
chriseth
|
f3ca9623bd
|
Merge pull request #2482 from chriseth/sol_fix_initialiseStorageStrings
Fix for initialising storage strings.
|
10 years ago |
chriseth
|
b1b8a9b46e
|
Merge pull request #2486 from chriseth/sol_mappingsInMemoryStructs
mappings in memory structs
|
10 years ago |
chriseth
|
8221a3c4cd
|
Allow structs containing mappings in memory.
|
10 years ago |
chriseth
|
aa4f6bb6f1
|
Fix for initialising storage strings.
|
10 years ago |
chriseth
|
e457d74d1c
|
Allow one additional stack slot.
Fixes: #2478
|
10 years ago |
Gav Wood
|
a03428a9ee
|
Merge pull request #2484 from winsvega/issues
Recursive RLP check quick fix
|
10 years ago |
Dimitry
|
0e894b1920
|
Recursive RLP check quick fix
|
10 years ago |
Gav Wood
|
bca953c2bc
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
8031d76b89
|
Disable p2p tests.
|
10 years ago |
Gav Wood
|
ff2cd1ab8f
|
Merge pull request #2477 from debris/windows_llvm
getstuff downloads llvm 3.7svn on windows
|
10 years ago |
Gav Wood
|
367e7a11e7
|
Merge pull request #2468 from chriseth/changeUrlOnSiteChange
AlethZero: Change the URL when the page changes.
|
10 years ago |
Gav Wood
|
3cb8edb031
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
bc9b022d20
|
Clear transaction hashes on chain reorg, too.
|
10 years ago |
Gav Wood
|
8af63e8ab1
|
Clear reverted block hashes from cache during imporing.
Fixes #2476.
|
10 years ago |
Marek Kotewicz
|
498d3e477c
|
getstuff downloads llvm 3.7svn on windows
|
10 years ago |
Gav Wood
|
ea9343d93c
|
Merge pull request #2433 from bargst/develop
Improve ethminer perf when using --cl-ms-per-batch
|
10 years ago |
chriseth
|
fc5bc756f6
|
Do not change the URLs of Dapps.
|
10 years ago |
chriseth
|
c50fc0ba65
|
Change the URL when the page changes.
Fixes #1215
|
10 years ago |
Gav Wood
|
e4d530e74a
|
Merge pull request #2473 from chriseth/sol_fix_exponentialNotation
Check whether a literal is a valid literal before using it.
|
10 years ago |
Gav Wood
|
d291ff99cb
|
Merge pull request #2471 from chriseth/sol_fix_wrongArgumentCount
Improved error message for wrong argument count.
|
10 years ago |
Gav Wood
|
fb8e1b382b
|
Merge pull request #2470 from chriseth/sol_fix_bytesComparison
Fix comparison between bytes types.
|
10 years ago |
Gav Wood
|
6ace4ca957
|
Merge pull request #2461 from chriseth/memDumpShort
Only dump small mem in fakeextvm.
|
10 years ago |
Gav Wood
|
76eea930a2
|
Merge pull request #2467 from chfast/win_llvm
Default LLVM_DIR cmake variable for Windows.
|
10 years ago |
Gav Wood
|
1029517cce
|
Merge pull request #2463 from arkpar/az-fix
Allow 0x prefix for address entry in AZ
|
10 years ago |
Gav Wood
|
00e08549c9
|
Merge pull request #2462 from arkpar/key-delete
Save keys after deletion
|
10 years ago |
chriseth
|
6e7bed616c
|
Check whether a literal is a valid literal before using it.
Fixes #2078
|
10 years ago |
Marek Kotewicz
|
a494f95f11
|
Merge pull request #2464 from debris/rpc_api_filler_fork
rpc api test filler with fork simulation
|
10 years ago |
Gav Wood
|
6ad7936f0f
|
Merge pull request #2460 from chriseth/sol_singleSlotForStructRef
Use only a single stack slot for storage references.
|
10 years ago |
Gav Wood
|
c72aa84c4a
|
Merge pull request #2413 from gluk256/_whisperDB
levelDB for whisper
|
10 years ago |
chriseth
|
cef5646a7a
|
Improved error message for wrong argument count.
Fixes #2456
|
10 years ago |
chriseth
|
248eb88667
|
Fix comparison between bytes types.
Fixes #2087
|
10 years ago |
Paweł Bylica
|
f9bcdd00d2
|
Default LLVM_DIR cmake variable for Windows.
|
10 years ago |
arkpar
|
51f75cf2f3
|
KeyManager::kill test
|
10 years ago |
Vlad Gluhovsky
|
1887c60040
|
test fixed
|
10 years ago |
arkpar
|
231b708666
|
find instead of find_firt_of
|
10 years ago |
Marek Kotewicz
|
cc635b2d6a
|
mark blocks in RPC_API_TestFiller as reverted
|
10 years ago |
Gav Wood
|
15ebaea13f
|
Build fix in RLPX.
|
10 years ago |
arkpar
|
76ad4daede
|
Allow 0x prefix for address entry in AZ
|
10 years ago |
Marek Kotewicz
|
11816618f0
|
rpc api test filler with fork simulation
|
10 years ago |
arkpar
|
1eca43e0b7
|
save keys after deletion
|
10 years ago |
chriseth
|
f85ae2a1e4
|
Only dump small mem in extvm.
Fixes #1196
|
10 years ago |
chriseth
|
f8a3824f02
|
Use only a single stack slot for storage references.
|
10 years ago |
Gav Wood
|
c65175d1c6
|
Merge pull request #2179 from ethereum/rlpx
Prep, tests: RLPX Framing (mux, demux, socket prototype)
|
10 years ago |
subtly
|
fd6a96058a
|
Remove unused move.
|
10 years ago |
subtly
|
20ca0ff247
|
Remove packet copy constructor. Simplify bool use.
|
10 years ago |
Gav Wood
|
1373083b74
|
Merge pull request #2457 from ethereum/stricterrlp
Stricter checks on RLP.
|
10 years ago |