arkpar
|
aa389db06f
|
style fixed
|
10 years ago |
arkpar
|
2ae6a42e25
|
Additional commands for project model
|
10 years ago |
arkpar
|
3cfb74738c
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_project_tree
Conflicts:
mix/AssemblyDebuggerControl.cpp
|
10 years ago |
Gav Wood
|
84962d3136
|
Minor fixes.
|
10 years ago |
Gav Wood
|
d3bf43f556
|
Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js.map
|
10 years ago |
Gav Wood
|
a1023a5dff
|
Squashed 'libjsqrc/ethereumjs/' changes from 47687cf..ab745d3
ab745d3 updated readme
b915c7a updated readme
6c26255 Merge branch 'tests' into develop
e2c4525 Merge branch 'master' into develop
e778e12 spec reporter instead of nyan
a4e6f0b fixed travis.yml && added nmp test script
048e777 Merge branch 'master' into tests
15c2293 updated package json
24814a4 Merge branch 'master' of https://github.com/ethereum/ethereum.js
6188e64 Update README.md
c34b0c6 Update README.md
29c60c0 Merge branch 'develop' into tests
b3eda29 Merge branch 'master' into tests
c397e35 mocha opts file && init of parser tests
b6058a8 methods existance tests in progress
5518022 mocha test init
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: ab745d3b0e
|
10 years ago |
Gav Wood
|
23a739f0cb
|
Various fixes to ethereum.js and client web API stuff.
|
10 years ago |
Gav Wood
|
4c2de6d004
|
Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop
Conflicts:
libjsqrc/ethereumjs/.travis.yml
libjsqrc/ethereumjs/README.md
libjsqrc/ethereumjs/dist/ethereum.js
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/lib/abi.js
libjsqrc/ethereumjs/package.json
|
10 years ago |
Marek Kotewicz
|
ab745d3b0e
|
updated readme
|
10 years ago |
Marek Kotewicz
|
b915c7a870
|
updated readme
|
10 years ago |
Marek Kotewicz
|
6c26255979
|
Merge branch 'tests' into develop
|
10 years ago |
Marek Kotewicz
|
e2c4525da7
|
Merge branch 'master' into develop
|
10 years ago |
Marek Kotewicz
|
e778e127d6
|
spec reporter instead of nyan
|
10 years ago |
Marek Kotewicz
|
a4e6f0b3c6
|
fixed travis.yml && added nmp test script
|
10 years ago |
Marek Kotewicz
|
048e7771fb
|
Merge branch 'master' into tests
|
10 years ago |
Marek Kotewicz
|
15c229300c
|
updated package json
|
10 years ago |
Marek Kotewicz
|
24814a4f0f
|
Merge branch 'master' of https://github.com/ethereum/ethereum.js
|
10 years ago |
Marek Kotewicz
|
6188e64473
|
Update README.md
|
10 years ago |
Marek Kotewicz
|
c34b0c67a1
|
Update README.md
|
10 years ago |
arkpar
|
23c82cccac
|
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
|
10 years ago |
Gav Wood
|
588114f54d
|
Allow JITEVM to be enabled from AZ.
|
10 years ago |
Gav Wood
|
fd2cc0f450
|
Merge pull request #768 from chriseth/sol_contractsAreAddresses
Contracts inherit all address members
|
10 years ago |
Gav Wood
|
2e630a1d4c
|
Merge pull request #767 from chriseth/sol_abi_padding
Padding for ABI types.
|
10 years ago |
Gav Wood
|
977abfd6b5
|
Merge pull request #774 from imapp-pl/pr/llvm_definitions
Add preprocessor definitions required by LLVM
|
10 years ago |
Paweł Bylica
|
98995f232c
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
10 years ago |
Paweł Bylica
|
7eef69445f
|
Add preprocessor definitions required by LLVM
|
10 years ago |
Paweł Bylica
|
85ef08a9a0
|
Add preprocessor definitions required by LLVM
|
10 years ago |
subtly
|
77316d19dc
|
Don't setup nodetable until network is started.
|
10 years ago |
subtly
|
e569ccd304
|
Merge branch 'develop' into p2p
|
10 years ago |
subtly
|
94c09508fd
|
Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes.
|
10 years ago |
Gav Wood
|
4e9f067561
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
1ae0b2d4a6
|
Warnings fixes.
|
10 years ago |
Gav Wood
|
645570c699
|
Integrate new NameReg/Config.
|
10 years ago |
Gav Wood
|
38eb1c5205
|
Fixed #771.
|
10 years ago |
arkpar
|
a4a2e8c252
|
continue project model implementation
|
10 years ago |
Christian
|
1e3929d5ad
|
Coding style: Prefix for const variables.
|
10 years ago |
Gav Wood
|
cf2d7d04d5
|
Merge pull request #769 from CJentzsch/VMbug
fix memneed for CREATE
|
10 years ago |
CJentzsch
|
aa18f9a74b
|
fix memneed for CREATE
|
10 years ago |
Christian
|
08f556cd5a
|
Contracts are Addresses.
|
10 years ago |
Christian
|
d9334abe89
|
Correct type conversions.
|
10 years ago |
Christian
|
de77918d05
|
Padding for ABI types.
|
10 years ago |
Gav Wood
|
4b1b3c504f
|
Merge pull request #766 from debris/web3sha3test
web3.sha3 test
|
10 years ago |
Gav Wood
|
d219de6935
|
Merge pull request #750 from debris/ethereumjs
latest changes from ethereumjs, sha3 method signature
|
10 years ago |
Gav Wood
|
2351e58c6b
|
Merge pull request #747 from imapp-pl/pr/evmjit
EVM JIT update: latest PoC-8 changes, cleanups and improvments
|
10 years ago |
Marek Kotewicz
|
10c2d6030f
|
Squashed 'libjsqrc/ethereumjs/' changes from 92f171e..47687cf
47687cf default padding changed to 0
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 47687cf085
|
10 years ago |
Marek Kotewicz
|
e405a21778
|
Merge commit '10c2d6030f9d7bb883d3f9488a49467ae482ecf0' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
3b416d18f4
|
Merge branch 'develop' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
b465a585da
|
disabled jsonrpc tests again
|
10 years ago |
Marek Kotewicz
|
47687cf085
|
default padding changed to 0
|
10 years ago |
Paweł Bylica
|
858273bc89
|
Handle return memory of size 0 and large offset
|
10 years ago |