Gav Wood
|
da90ad9987
|
Remove unnecessary secret key ask.
|
10 years ago |
Gav Wood
|
456872daec
|
Refactor call/create so they don't need a Secret in preparation for
integration of the KeyManager.
|
10 years ago |
Gav Wood
|
7f6cdce158
|
Repotted SecretStore and KeyManager.
|
10 years ago |
Gav Wood
|
568e46a32b
|
Bump.
|
10 years ago |
Gav Wood
|
06b483326c
|
Fix up commit that has ugly verbose messages.
|
10 years ago |
Gav Wood
|
989c3394bf
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
0be0681eed
|
Merge pull request #1753 from winsvega/blockweight2
Total Difficulty
|
10 years ago |
Gav Wood
|
13c08727cd
|
Merge pull request #1825 from arkpar/core_perf
Moved from stl::set and stl::map to hash tables
|
10 years ago |
Gav Wood
|
01bb472844
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
de10fdc403
|
Fairly complete implementation of KeyManager - now to integrate.
|
10 years ago |
Gav Wood
|
9ef9e7cf82
|
Encrypted KeyManager can import, write itself &c.
|
10 years ago |
Gav Wood
|
a111af03f0
|
Merge pull request #1830 from arkpar/web3_fix
Default gas setting fixed for eth_signTransaction and eth_call
|
10 years ago |
arkpar
|
990582cc7a
|
reverted NodeTable.cpp
|
10 years ago |
arkpar
|
5028ce3131
|
fixed a comment after sloppy merge
|
10 years ago |
arkpar
|
cafe8b346b
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into core_perf
|
10 years ago |
arkpar
|
f52f8682c4
|
reverted changed in NodeTable::nearestNodeEntries
|
10 years ago |
arkpar
|
b75a90bc72
|
used operator+= for bytes
|
10 years ago |
chriseth
|
e0e21fd8a5
|
Merge pull request #1813 from chriseth/sol_knowledgeEngine
Static Analysis Engine.
|
10 years ago |
chriseth
|
420ac9c0bf
|
Merge pull request #1802 from LianaHus/sol_Deny_overwriting_attribute_by_function_via_inheritance
Proper overwriting of attribute and functions.
|
10 years ago |
yann300
|
3fc50e3615
|
bux fix
|
10 years ago |
chriseth
|
365372799e
|
Use range-based erase.
|
10 years ago |
Gav Wood
|
649c17b1d6
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
b2857b26ea
|
Version bump, KeyManager.
|
10 years ago |
Liana Husikyan
|
ce64ea610c
|
added one more test
|
10 years ago |
Liana Husikyan
|
4081752e63
|
style changes
|
10 years ago |
Liana Husikyan
|
71c2c7da45
|
fixed the test
|
10 years ago |
Liana Husikyan
|
91b7f87c56
|
implemented cleanup of duplication in resolver
|
10 years ago |
Liana Husikyan
|
328d40450f
|
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
|
10 years ago |
Liana Husikyan
|
260125a5d3
|
added test
|
10 years ago |
yann300
|
0e7d6d77e5
|
small changes
|
10 years ago |
Lefteris Karapetsas
|
23163f6e99
|
Merge branch 'develop' into ethash_reloaded
|
10 years ago |
yann300
|
7802a9e00c
|
bug fix
|
10 years ago |
Lefteris Karapetsas
|
ab7b092b47
|
Fix EthashAux eval(). Dagger tests now pass
|
10 years ago |
arkpar
|
faaae8654a
|
Merge commit 'refs/pull/1831/head' of https://github.com/ethereum/cpp-ethereum into mix_abi
|
10 years ago |
chriseth
|
37440f3a01
|
New ABI encoding for dynamic types.
|
10 years ago |
Lefteris Karapetsas
|
4134160f9a
|
Remove unneeded function for ethash to our h256 conversion
|
10 years ago |
arkpar
|
1a37c58c9e
|
default gas settings fixed in web3 server
|
10 years ago |
arkpar
|
d24b48853d
|
new abi
|
10 years ago |
chriseth
|
137d812cd3
|
Merge pull request #1824 from LianaHus/sol_ConverterFunctionForMix
Interface function for SourceLocation/position convertion
|
10 years ago |
Lefteris Karapetsas
|
6b28fbe4a6
|
Further fixes in Ethash integration and testing
|
10 years ago |
arkpar
|
6cec14026c
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
core_perf
Conflicts:
libp2p/NodeTable.cpp
libp2p/NodeTable.h
|
10 years ago |
yann300
|
5fe68b07c1
|
small changes
|
10 years ago |
Gav Wood
|
cd64adc541
|
Basic key manager.
|
10 years ago |
Paweł Bylica
|
446abc57e5
|
testeth: fix --singletest option
|
10 years ago |
yann300
|
4482ca02cf
|
Merge remote-tracking branch 'up/develop' into bugFix
Conflicts:
mix/ClientModel.cpp
|
10 years ago |
yann300
|
40cf37dbb8
|
- basic transaction creation.
|
10 years ago |
Gav Wood
|
2f5eb4e2ea
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
6aa6265989
|
Fix #1826
|
10 years ago |
Gav Wood
|
1a84450e44
|
Merge pull request #1827 from subtly/netFix
Fix mutex when evicting node from node table.
|
10 years ago |
subtly
|
e2c21916ef
|
Fix mutex when evicting node from node table.
|
10 years ago |