yann300
87673e411f
bug fix : #1430
10 years ago
chriseth
995aae9956
Merge pull request #1338 from LianaHus/sol_ConvertContractTypesToAddress
Solidity: Convert contract types to addresses
10 years ago
chriseth
d10db6f7d1
Merge pull request #1396 from chriseth/sol_cseOpt2
Common subexpression elimination, including simplifications.
10 years ago
chriseth
ff5dfa2e8f
Removed duplicate line.
10 years ago
chriseth
d5906b982a
Merge pull request #1437 from chriseth/fixIncludes
Fixed includes.
10 years ago
Liana Husikyan
dd15c53ae4
added externalTypes function to functionType
removed flag for externalSigniture
10 years ago
chriseth
c941c3d9c4
Small review fixes.
10 years ago
chriseth
161f4588bb
Parse test files and create ctest tests.
10 years ago
yann300
c105714c63
small changes
10 years ago
chriseth
22195f9ca1
Fixed includes.
10 years ago
yann300
29971581b7
Merge remote-tracking branch 'upstream/develop' into errorannotation
10 years ago
yann300
4025e07cc1
Better highlighting bevahior for codeeditor.js
10 years ago
Gav Wood
ca1abe70ad
Merge pull request #1098 from debris/jsonrpccpp_version
checking jsonrpccpp version when looking for library
10 years ago
Gav Wood
d3211d033d
And the rest.
10 years ago
Gav Wood
c2392fd81a
Gaa. Get them out of that namespace!
10 years ago
Gav Wood
148515ecc6
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
67f5ec66e3
Merge pull request #1429 from ethereum/p2p
p2p: forge Ping ipAddress from UDP packet headers when not public
10 years ago
Gav Wood
653eece9e1
Windows build fix.
10 years ago
Gav Wood
dd31ae5c62
Merge pull request #1426 from caktux/develop
fix #1415 for neth
10 years ago
Gav Wood
ff82fb1361
Merge pull request #1413 from yann300/bugFix
Mix - Bug fixes
10 years ago
Gav Wood
c3ed14accf
Merge pull request #1391 from yann300/autocompletion
Mix - solidity autocompletion ui design
10 years ago
Gav Wood
c19013da81
Remove initial event from JSONRPC.
Reduce verbosity.
10 years ago
subtly
11d2446247
api cleanup. connect peer when required.
10 years ago
subtly
2f63e8b29d
Merge branch 'wip-requirePeer' into reqpeer
10 years ago
subtly
c179f35ac0
Merge branch 'p2p' into wip-requirePeer
10 years ago
subtly
c887d5c0d2
Don't create address from empty string. Use member property instead of parameter.
10 years ago
subtly
834b377c1a
Merge branch 'wip-netPrefs' into reqpeer
10 years ago
subtly
0eff9ec429
Merge branch 'develop' into p2p
10 years ago
subtly
4da7a0f4c6
initial requirepeer
10 years ago
Gav Wood
88084c835e
Encode according to JSON.
10 years ago
subtly
14e83ffb28
clarify method doc
10 years ago
subtly
5959a58071
abstract overriding tcp endpoint
10 years ago
Gav Wood
ff6503e51f
Ability to decode ABIs.
10 years ago
chriseth
49712025fd
Pattern matching for expression simplification.
10 years ago
chriseth
442a34c9b0
Remove stack sequence id.
10 years ago
chriseth
fd961605b4
Optimizing various single operations.
10 years ago
chriseth
ea6d5c2c98
Refactoring: Extract equivalence class container.
10 years ago
chriseth
e1ad2cb579
Comments and renames.
10 years ago
subtly
a5d2567e81
only override tcp address if udp address is public. allow remotes which advertise 0.0.0.0.
10 years ago
yann300
c17edbff0a
- bug fix #1386
10 years ago
subtly
89b484e3ef
better handshake error logging, esp when remote disconnects
10 years ago
subtly
015c1681fb
adopt node IP address from udp header when ping.ipAddress isn't public
10 years ago
yann300
bddc4f35a4
- move autocompletion color to solarized lib
10 years ago
yann300
6bdb3ed080
small changes
10 years ago
yann300
55e34ddade
- warn user if source not available
10 years ago
yann300
5681467247
- Hide mapping type from debugger.
- Better highlighting if debugger in external source.
- Always use pendingBlock when making call and transact MixClient.
- Compilation errors not kept in logs history.
10 years ago
Liana Husikyan
8b14b4f4d1
two more tests
style fixes
10 years ago
caktux
584168a8d7
fix #1415 for neth
10 years ago
Gav Wood
98af1b5cd0
Typo fix.
10 years ago
Gav Wood
99e6074c2f
Whitespace fixing.
10 years ago