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
Vlad Gluhovsky
c47fe49f80
Fixed warning: unused parameter
10 years ago
Gav Wood
68714c59f8
Integrate KeyManager.
10 years ago
Paweł Bylica
3323ebbd1d
Create symlink to old testeth location to make bildbot happy
10 years ago
Vlad Gluhovsky
23d4ac1adb
Coding Standards fix
10 years ago
Liana Husikyan
d3e0b74f0c
Update SolidityABIJSON.cpp
10 years ago
Liana Husikyan
6cc7bb915a
updated unit test
10 years ago
Liana Husikyan
ef6c158805
bug in abi. fixed external type for return parameters
10 years ago
chriseth
579d6f4e32
Compute state intersection.
10 years ago
CJentzsch
8523e9cce5
add identity contract tests
10 years ago
Paweł Bylica
5b4a3e1f60
Remove gas counter from interpreter VM. OnOp callback signature changed.
10 years ago
CJentzsch
be75f4872b
reorganize inout Limits tests
10 years ago
Paweł Bylica
6cf5976515
Remove gas counter from VM interface (VMFace)
10 years ago
chriseth
12f3446bf9
Tests.
10 years ago
Vlad Gluhovsky
faee123b4a
Coding Standards fix
10 years ago
CJentzsch
fa69d6a529
optional wallet blockChain tests, beacuse it takes a while
10 years ago
Marek Kotewicz
13a7445597
Squashed 'libjsqrc/ethereumjs/' changes from 3b799d1..e908439
e908439 version 0.3.6
091c8e5 Merge branch 'develop' into tcoulter
272837e cleaned up param.js
38a13bc removed unused functions from coder.js
8e3158f Merge pull request #196 from debris/new_abi
c6a57b3 cleanup and documentation
6e60e1f new solidity abi decoding
3f0d1c8 new abi proposal implementation of encoding
39d70e8 Merge pull request #195 from debris/fixed_abi
f963855 removed unused functions from abi.js
c59419e added new "dave" example
860ad2c fixed #194
22ca9b0 Merge branch 'develop' of https://github.com/ethereum/ethereum.js into develop
6739a1b "dave" example
08f3aae add optional nonce property to sendTransaction
2ca4240 Add error handling to synchronous methods (obligatory warning against using synchronous calls at all).
4690130 version 0.3.5
7949f6a Merge pull request #187 from debris/encoding
944c5cc removed unused test files
8a9c9c5 Merge branch 'develop' into encoding
330b0da more tests for encoding and decoding solidity params
b064eab Handle this error properly. For instance, without this, if we cannot connect to the RPC client, JSON won't be able to parse the result (there is none), in which case would cause a RuntimeException.
7989607 version 0.3.4
afb61d5 Merge branch 'master' into develop
97f6e7d build files again
539ef7b Merge pull request #186 from ethereum/eventFilterFix
ec0dc44 Merge pull request #188 from ethereum/develop
bd73ccc added eth_hashrate
baed4c8 fixed old encoding
e9ec708 fixed event from and toBlock
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: e90843973f3ae554069347b61cb5b393091c34d1
10 years ago
Vlad Gluhovsky
dc7df3cc07
Test for Capability class
Basic configuration for sending and receiving messgaes.
10 years ago
Liana Husikyan
ce64ea610c
added one more test
10 years ago
Liana Husikyan
71c2c7da45
fixed the test
10 years ago
Liana Husikyan
260125a5d3
added test
10 years ago
chriseth
37440f3a01
New ABI encoding for dynamic types.
10 years ago
Lefteris Karapetsas
6b28fbe4a6
Further fixes in Ethash integration and testing
10 years ago
Gav Wood
cd64adc541
Basic key manager.
10 years ago
Paweł Bylica
446abc57e5
testeth: fix --singletest option
10 years ago
winsvega
69eaeb4830
Total Difficulty: last block hash fix
10 years ago
winsvega
1a5d03c2ac
Total Difficulty: bug fix
10 years ago
winsvega
8413971fac
Total Difficulty: lastblockhash check
10 years ago
winsvega
fb8bc00691
Total Difficulty: style + rebase
10 years ago
winsvega
1177f971d9
Total Difficulty: new tests
10 years ago
winsvega
b635a4929b
Total Difficulty: test filler
10 years ago
winsvega
ee71caac67
Total Difficulty: blockweight test filler
10 years ago
winsvega
649c476168
Total Difficulty: merge revert
10 years ago
winsvega
9e13963d5f
Total Difficulty
test
10 years ago
Lefteris Karapetsas
165c374fd4
New ethash API integration part 1
- cpp-ethereum now compiles with the new API
- Proper integration with testing will come with the next commits
10 years ago
arkpar
cc5a617aa6
set and map to hash tables
10 years ago
CJentzsch
306ab65669
gasPrice 0 test
10 years ago
Gav Wood
61cfa1517d
Initial stab at KeyManager.
10 years ago
Paweł Bylica
346770def9
SmartVM: initial implementation
10 years ago