arkpar
23fabcd8a6
got rid of flickable in debugger pane
10 years ago
Gav Wood
33e9ec32bc
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4904896bf0
git push origin developMerge branch 'debris-nobatch' into develop
10 years ago
Gav Wood
0b7f591cd0
Garbage collection fixes.
10 years ago
Gav Wood
f594c0fd64
Merge branch 'nobatch' of https://github.com/debris/cpp-ethereum into debris-nobatch
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js
libjsqrc/ethereumjs/dist/ethereum.js.map
libjsqrc/ethereumjs/dist/ethereum.min.js
libjsqrc/ethereumjs/lib/providermanager.js
10 years ago
Gav Wood
0927a7a3a8
Merge pull request #952 from arkpar/mix_blockchain
mix: Custom genesis state
10 years ago
Gav Wood
92f2b093e0
Disable Serpent for windows build.
10 years ago
Gav Wood
2b5beb01e8
Reduce verbosity.
10 years ago
Gav Wood
abc28d51ef
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
7fc1660bfb
Garbage collection on watches.
10 years ago
Gav Wood
271c66d7f6
Merge pull request #954 from debris/macfix
macfix
10 years ago
Marek Kotewicz
a47fbe126b
Merge commit 'bba41eaeb50265df9d0ebd619303c8a106a36d93' into nobatch
10 years ago
Marek Kotewicz
bba41eaeb5
Squashed 'libjsqrc/ethereumjs/' changes from f3e1797..82cc5f6
82cc5f6 bring back jsonrpc single method calls in polling
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 82cc5f63aef10c2eb7896e2ecf9dbd0af3739785
10 years ago
Marek Kotewicz
6ab44208a0
macfix
10 years ago
arkpar
1ef8ea06b3
mix: custom genesis state
10 years ago
Gav Wood
1b0ced4f6d
Merge pull request #950 from arkpar/mix_osx
Fixing clipboard shortcusts on Mac
10 years ago
Gav Wood
936e0d82d4
Merge pull request #891 from imapp-pl/pr/evmjit-v0.1
EVM JIT 0.1
10 years ago
Gav Wood
cfea250787
Avoid pulling in unnecessary stuff.
Avoid over-warning.
10 years ago
Gav Wood
cf6c9b65c6
Potential Windows fix.
10 years ago
Gav Wood
cba12caf3e
Version bump.
10 years ago
Gav Wood
5bd705b9f9
Wait until network is fully initialised before connecting.
10 years ago
Gav Wood
91165617b5
Serpent update.
10 years ago
Gav Wood
325ec15389
Move CommonJS to libethcore. Split it up ready for refactoring into
libdevcore/libdevcrypto.
10 years ago
Gav Wood
56683398bf
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
mix/MixClient.cpp
10 years ago
arkpar
73bc5158f1
fixing shortcusts on Mac
10 years ago
Gav Wood
c38ecd95d9
Split canon blockchain and basic blockchain.
10 years ago
Gav Wood
166ddfeb33
Merge pull request #941 from arkpar/mix_blockchain
mix: Mining and transactions on a real blockchain
10 years ago
Gav Wood
a27e7ff0e6
Merge pull request #949 from guanqun/add-some-tests-for-named-args
fix bug of duplicate name args due to refactoring of m_names
10 years ago
arkpar
edfa7eaa74
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_blockchain
10 years ago
Gav Wood
08b8da6212
Merge pull request #927 from debris/mixonosx
mix on osx
10 years ago
Lu Guanqun
0a25d83f27
fix string comparision bug revealed by previous test case
This is due to refactoring of m_names using ASTPointer.
10 years ago
Lu Guanqun
1252ed3b88
add several type error test cases
10 years ago
Gav Wood
0987b1bcdc
Merge pull request #948 from guanqun/add-some-tests-for-named-args
Add some tests for named args
10 years ago
arkpar
b9584c5f21
style
10 years ago
Marek Kotewicz
16ca56dedf
Merge branch 'develop' into mixonosx
10 years ago
Marek Kotewicz
8bdf589117
we do not have duplicate libs now, so we cant remove them
10 years ago
Lu Guanqun
544c9ef09e
add two test cases parser error for named args
10 years ago
Gav Wood
4ba0e2dd85
Merge pull request #944 from debris/ethereumjs
fixed jsonrpc result field 0 not handled properly
10 years ago
Lu Guanqun
81d8a14a7b
add a test case for disorder named args
10 years ago
Marek Kotewicz
9d68d92b07
Merge pull request #947 from debris/natspec_fix
fixed natspec.js
10 years ago
Marek Kotewicz
b5c8999b5a
fixed natspec.js
10 years ago
Arkadiy Paronyan
7d4cbe8a85
Merge pull request #945 from arkpar/mix_ux
mix: msvc build fixed
10 years ago
Marek Kotewicz
7f0a8ba047
Merge branch 'ethereumjs' into mixonosx
10 years ago
Marek Kotewicz
2d09638fde
Squashed 'libjsqrc/ethereumjs/' changes from a0cfa3c..f3e1797
f3e1797 fixed jsonrpc response 0 not handled properly
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: f3e1797153ebf5b19ca3e154cf1240be738e4f08
10 years ago
Marek Kotewicz
303de5acdf
Merge commit '2d09638fdec853d0d303141ad5ce97b1289153e0' into ethereumjs
10 years ago
Marek Kotewicz
86796b5acd
Merge branch 'develop' into mixonosx
10 years ago
arkpar
0f0b91e610
fixed msvc build
10 years ago
arkpar
fbb3b86dba
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_ux
Conflicts:
mix/ClientModel.h
10 years ago
arkpar
c0c6e23b8c
fixed msvc build
10 years ago
Gav Wood
295cc08f9c
BlockChain split into CanonBlockChain and just BlockChain.
10 years ago