obscuren
8a1b51c716
updated tests
10 years ago
obscuren
75cd9cd2de
updated tests
10 years ago
obscuren
00348756bc
updated tests
10 years ago
obscuren
35fe4313d5
pre-pow
10 years ago
Gav Wood
9a9987aeed
Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop
...
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.js.map
10 years ago
Gav Wood
5582901ca5
Various fixes to ethereum.js and client web API stuff.
10 years ago
Gav Wood
ded221fba2
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
obscuren
7e6b72cb5c
removed accidental qt dep
10 years ago
obscuren
e3da85faed
Implemented filter for ws + fixes
...
* proper 0xhex
* filters fixed
* start of filter manager
* accounts for ws. Closes #246
10 years ago
obscuren
491c23a728
Moved the TD method from block processor.
10 years ago
obscuren
351516c57c
Cast to string for hashable type
10 years ago
obscuren
8c7b764d47
updated tests
10 years ago
obscuren
905b8cc82f
mem fixes for vm. Changed uncle inclusion tests
10 years ago
Marek Kotewicz
47687cf085
default padding changed to 0
10 years ago
Marek Kotewicz
29c60c000a
Merge branch 'develop' into tests
10 years ago
obscuren
35f4bb96f3
Limit hashes. Closes #249
10 years ago
Marek Kotewicz
92f171ec99
rerun gulp
10 years ago
Marek Kotewicz
0933a79ab8
missing fromAscii
10 years ago
obscuren
b136b387a7
Merge branch 'ethersphere-develop' into develop
10 years ago
obscuren
6eb455032c
recover
10 years ago
obscuren
5c8c0ae04e
Fixed size 0 bug
10 years ago
obscuren
a35be3a12a
Merge branch 'develop' of https://github.com/ethersphere/go-ethereum into ethersphere-develop
10 years ago
obscuren
f9b0d1a8e7
Updated to new ethereum.js api
10 years ago
Marek Kotewicz
543a87c63f
method signature length defined
10 years ago
obscuren
c9f566269b
merged
10 years ago
obscuren
bfa12d75f8
new switch
10 years ago
Marek Kotewicz
b3eda29f41
Merge branch 'master' into tests
10 years ago
obscuren
18d8bf4b9c
updated ethereum.js
10 years ago
obscuren
aee82d3196
removed
10 years ago
Marek Kotewicz
a5907a8239
Merge branch 'master' of https://github.com/ethereum/ethereum.js
10 years ago
Marek Kotewicz
2a6c84984a
version upgraded
10 years ago
Marek Kotewicz
0538c11576
sha3 method signature
10 years ago
obscuren
012a1c2533
Updated ethereum.js
10 years ago
Jeffrey Wilcke
c9015e2e04
module var fix
10 years ago
Jeffrey Wilcke
07fba274b1
module var fix
10 years ago
obscuren
585f259b63
Support input from args
10 years ago
zelig
b3161f5803
Merge remote-tracking branch 'upstream/develop' into develop
10 years ago
zelig
5a9952c7b4
major blockpool change
...
- the spec says response to getBlockHashes(from, max) should return all hashes starting from PARENT of from. This required major changes and results in much hackier code.
- Introduced a first round block request after peer introduces with current head, so that hashes can be linked to the head
- peerInfo records currentBlockHash, currentBlock, parentHash and headSection
- AddBlockHashes checks header section and creates the top node from the peerInfo of the best peer
- AddBlock checks peerInfo and updates the block there rather than in a node
- request further hashes once a section is created but then no more until the root block is found (so that we know when to stop asking)
- in processSection, when root node is checked and receives a block, we need to check if the section has a parent known to blockchain or blockPool
- when peers are switched, new peer launches a new requestHeadSection loop or activates its actual head section, i.e., the section for it currentBlockHash
- all tests pass
10 years ago
zelig
8ecc9509b3
add ErrInsufficientChainInfo error
10 years ago