CJentzsch
e8003daa8b
update and expand wallet tests
10 years ago
CJentzsch
d37cca694d
update wallet tests
10 years ago
chriseth
9e2e73da3a
Functional gas estimator.
10 years ago
chriseth
02717e8b0c
Path gas meter.
10 years ago
Paweł Bylica
33dd3f2e2b
Fix code duplication in Executive::call overloadings.
10 years ago
Paweł Bylica
0cee9e6a6a
One more unit test for base64 encoding.
10 years ago
Liana Husikyan
378341ce60
Update SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
050883805b
Update SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
f3b89a9677
style fix
10 years ago
Paweł Bylica
259dc9a63b
testeth: let expected be expected.
10 years ago
Liana Husikyan
4268174af7
Update SolidityEndToEndTest.cpp
10 years ago
Liana Husikyan
c16ee526d5
added tests to check references to struct type.
10 years ago
CJentzsch
8b7ec057f4
remove eth_solidity dependency for statetests
10 years ago
Gav Wood
846de9acea
Pregenerate DAG when mining on AZ/eth/ethminer.
Use regeneratable key for decrets by default.
10 years ago
chriseth
31c6ee40f6
Gas estimation taking known state into account.
10 years ago
Gav Wood
715a63620b
Move OverlayDB (leveldb dependent) back into libdevcrypto.
10 years ago
Gav Wood
05ea9941c9
Move non-cryptopp dependent stuff into devcore.
10 years ago
Gav Wood
9adde95145
SHA3, RIPEMD160 and SHA256 are now not cryptopp impls.
10 years ago
CJentzsch
bb7ca7a6b4
handle output larger than 4069 bytes in test
10 years ago
arkpar
4e358001ac
orderedTrieRoot testing
10 years ago
arkpar
e19ac5054c
use TrieHash for transactions and receipts roots
10 years ago
yann300
352ec11536
add list of second errorannotation instead of single item.
10 years ago
CJentzsch
4e4f899745
add create retrun value tests
10 years ago
winsvega
55186b689a
Blocktests: SimpleTx3
10 years ago
winsvega
670b4e1e72
New Tests
validBlockTestFix
Solidity Contract Inheritance
singletest for blockchain
10 years ago
Martin Holst Swende
4d2c292c7c
Fixed error introduced in 953be7886b
10 years ago
Paweł Bylica
83a0b93797
Little improved base64 implementation.
Global variable type changed from dynamic constructed std::string to constant char array.
Truncating conversion eliminated (no MSVC warning).
Unit tests added.
10 years ago
Gav Wood
ac60b992c6
Parallelised BlockQueue.
Setup for using TrieRoot.
10 years ago
chriseth
4c69ecf16b
Bare callcode for addresses and contracts.
10 years ago
chriseth
ca7df0afa3
Store copied assembly items in test. Fixes OSX issues.
10 years ago
chriseth
32f57c6c25
Disable test.
10 years ago
CJentzsch
c1d40c2814
update gas Pricer tests
10 years ago
CJentzsch
38bf18de81
fix in chain uncle tests
10 years ago
Lefteris Karapetsas
648a83f0fc
Stricter interface for EthashAux::light()
10 years ago
arkpar
a4efee3f05
style
10 years ago
arkpar
b50d44b8ac
Trie optimizations
10 years ago
Paweł Bylica
4409bc5d7d
Tests: SMOD edge case test.
10 years ago
CJentzsch
3802e4110e
correct expext value for in chain uncle tests
10 years ago
CJentzsch
5b678eca8a
add in chain uncle test for every generation
10 years ago
Marek Kotewicz
89dbcca30b
Squashed 'libjsqrc/ethereumjs/' changes from e908439..16861fc
16861fc version 0.4.2
e4f7dde fixed failing lint
69e7d9d fixed #133
55553d7 add async error test
d02a375 Merge branch 'develop' of github.com:ethereum/web3.js into develop
ff48da1 fixed callback error issue
471bce1 #133 in progress
dc69085 version 0.4.1
2ae0afa critical bugfix
09f2a92 updated examples
a0a36e5 Merge branch 'develop' of https://github.com/ethereum/ethereum.js into develop
2b179a8 updated node install test
8f63640 Merge pull request #203 from frozeman/develop
22ef4a1 added estimateGas method
cd2e462 version 0.4.0
ae7762a Merge pull request #198 from ethereum/minerMethods
d1e1206 removed byte formatter methods
6fd17d9 merged develop
373fd1b Merge pull request #201 from debris/batch
274fc29 Merge pull request #200 from debris/contract_overhaul
b2ff2ff Merge branch 'contract_overhaul' into batch
99a3bda removed redundant lines
7cafac9 Merge branch 'develop' into contract_overhaul
fa8db32 Merge pull request #202 from debris/async_properties
5f9272c asyncGet -> getAsync
cd0df61 gulp
80c0792 async getting properties, remove property setters
744bb9e batch for requests with calls/transacts
8636077 initial support for batch requests
a0b9cfb contract async call && transact
1272780 sendTransaction && call async
6afb1f9 Merge branch 'async-contract-calls' of https://github.com/niran/web3.js into contract_overhaul
611f640 asynchronous contract creation, breaking changes
e3796bf merged develop
edf808a add getWork and submitWork functions and toXBytes utils
9812b01 Merge branch 'blockFilterProposal' of https://github.com/ethereum/ethereum.js into develop
6f466f6 add miner functions
3af8e27 add newblockfilter Proposal
e86552f Use async contract calls when a callback is passed
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 16861fc1944cca721672bb8faa81909d69be2b99
10 years ago
Paweł Bylica
6b0007d98e
Add support for --singletest filter in VM tests.
Add & correct arithmetic VM tests.
10 years ago
chriseth
09bc520f7b
Known state: store tags on stack as unions.
10 years ago
Gav Wood
d638df83ae
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
10 years ago
CJentzsch
13898c57e7
style
10 years ago
Gav Wood
368532c107
Extra diagnostics, assertions and fail-safes for tracking BadRoot bug.
10 years ago
chriseth
18e223e945
Reverse if and else body.
10 years ago
chriseth
212a01136b
Unify blocks with shared code.
10 years ago
Paweł Bylica
0315689bb3
Ping buildbot
10 years ago
Paweł Bylica
03a82e401c
testeth: support for --singletest option with only test name param.
10 years ago
subtly
fc34ceb83f
Guard m_node.endpoint access and updates.
10 years ago