Gav Wood
|
5f414e7603
|
Merge pull request #1106 from chriseth/sol_stackHeightChecks
Stack height checks and fix.
|
10 years ago |
Gav Wood
|
2a48cae556
|
Merge pull request #1104 from arkpar/msvc
Fixed microhttpd deployment
|
10 years ago |
Gav Wood
|
1ed0739125
|
Merge pull request #1097 from caktux/develop
fix dependency server for windows
|
10 years ago |
winsvega
|
34a5bd402d
|
Quadratic complexity test
|
10 years ago |
yann300
|
ddf975a6a6
|
Merge remote-tracking branch 'upstream/develop' into ui_improvement
Conflicts:
mix/qml/js/ProjectModel.js
|
10 years ago |
yann300
|
92866a5150
|
small changes
|
10 years ago |
CJentzsch
|
a9cc2ffa87
|
address can only be empty or 20 bytes, nothing in between
|
10 years ago |
CJentzsch
|
4a269eb473
|
fix too-small-address-length bug in transaction
|
10 years ago |
CJentzsch
|
11f7d7edf7
|
add new mem test for quadratic mem gas costs
|
10 years ago |
Christian
|
fba4484151
|
Replaced "inheritable" by "internal".
|
10 years ago |
Christian
|
d417618dce
|
Stack height checks and fix.
|
10 years ago |
arkpar
|
7db97414ca
|
copy dll for eth, check if qt is linked before running windeployqt
|
10 years ago |
arkpar
|
b6773a3084
|
fixed microhttpd deployment
|
10 years ago |
chriseth
|
16fd36db76
|
Merge pull request #1099 from LefterisJP/sol_SourceLibraries
Sol source libraries
|
10 years ago |
Lefteris Karapetsas
|
11566fd3a0
|
Adding default value to isLibrary
|
10 years ago |
Christian
|
92507f5bf0
|
Allow conversion to dynamic arrays and update grammar.
|
10 years ago |
Lefteris Karapetsas
|
ca8f786d56
|
Removing temporary contracts
- They are now added as importable libraries
|
10 years ago |
Lefteris Karapetsas
|
900f705324
|
Adding Libraries as source units
|
10 years ago |
Christian
|
84555b00c9
|
Index access.
|
10 years ago |
Christian
|
30bd6f271f
|
Parsing of array types and basic implementation.
|
10 years ago |
chriseth
|
f110bfb167
|
Merge pull request #1093 from LianaHus/sol_InlineMemberInits
Inline member inits
|
10 years ago |
Gav Wood
|
d1ed000f70
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
caktux
|
f971a7147d
|
fix dependency server for windows
|
10 years ago |
subtly
|
a0f0812fcb
|
fix #1055
|
10 years ago |
yann300
|
e101cc6b32
|
small changes
|
10 years ago |
Gav Wood
|
1f0791b4bc
|
Validation queuing.
|
10 years ago |
Gav Wood
|
1fce862e1b
|
Improvement to AZ - confirmation disabler.
Fix network crash.
|
10 years ago |
Liana Husikyan
|
744ea7ac72
|
renamed local vaiable in fromDeclaration
added missing endvisit
|
10 years ago |
Liana Husikyan
|
29290402b4
|
renamed fromIdentifier to fromStateVariable
|
10 years ago |
Liana Husikyan
|
d66c448d82
|
corrected accept for variableDeclaration
changes after code review
|
10 years ago |
Liana Husikyan
|
0a334cd7db
|
cosmetic changes
|
10 years ago |
Liana Husikyan
|
87e956729c
|
Inline member initialisation
renamed VariableDefinition class to VariableDeclarationStatement
added tests
|
10 years ago |
Gav Wood
|
a52fc7bdd7
|
Icon updates.
|
10 years ago |
Gav Wood
|
e185d9a117
|
Add EVMJIT.
|
10 years ago |
Gav Wood
|
a354190968
|
Merge branch 'develop'
Conflicts:
README.md
evmjit
libdevcrypto/CryptoPP.cpp
libethereum/State.cpp
neth/main.cpp
|
10 years ago |
Gav Wood
|
32e431bd4b
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
evmjit/libevmjit-cpp/Env.cpp
|
10 years ago |
Gav Wood
|
03a9bc31fa
|
Minor fix.
|
10 years ago |
Gav Wood
|
4323c987b7
|
cppcheck fixes.
|
10 years ago |
Gav Wood
|
a88c32a3e7
|
Merge pull request #1091 from chriseth/accountProxyQueues
Account proxy queues
|
10 years ago |
yann300
|
21cdd08275
|
Changes on deployment process:
- Deploy Contract + Package + Register to Registry.
- Register to UrlHint.
Display Base64 Value
Encrypt
|
10 years ago |
Gav Wood
|
8e46192911
|
Merge pull request #1095 from winsvega/develop
New Solidity Tests
|
10 years ago |
Gav Wood
|
0f25a876b3
|
Merge pull request #1005 from imapp-pl/pr/evmjit-v0.2
EVM JIT update & fixes
|
10 years ago |
Gav Wood
|
017c2a9a9e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
40effa6446
|
Trie fixes (long time coming).
|
10 years ago |
Christian
|
1c1072dff2
|
Thread-safe and less predictable random numbers.
|
10 years ago |
Christian
|
954d818f30
|
Session id as random number and authentication popup for proxies.
|
10 years ago |
Christian
|
78d9e1be94
|
Renamed method.
|
10 years ago |
Christian
|
0b014457d4
|
Implemented account proxy queues.
|
10 years ago |
Christian
|
73d5ff677e
|
Refactored account management out of WebThreeStubServerBase.
|
10 years ago |
yann300
|
86d446d2ba
|
Contract Deployment:
- add files hash
- add test action (to be removed
|
10 years ago |