obscuren
82beaabf6a
Fixed consensus issue
10 years ago
obscuren
e3cad04dec
Fixed whisper messages
...
* Whisper protocol wasn't properly suppling envelope slices
* Message history wasn't properly propagated
* Added 'Messages' method, filtering any current envelope with the
supplied filter.
10 years ago
obscuren
1e5353824a
updated tests
10 years ago
obscuren
4704a0a288
remove pre compiled for tests
10 years ago
Taylor Gerring
b2112729fa
cleanup
10 years ago
Taylor Gerring
32bed50ba1
begin conversion to rpc over http
...
Per specification at
https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
10 years ago
Jeffrey Wilcke
5b561f434d
Merge pull request #254 from chfast/pr/jitvm_stub
...
JitVm struct stub. Forwards calls to DebugVm.
10 years ago
obscuren
750d70c202
updated tests
10 years ago
obscuren
34689cb3f3
Added manual triggering of filters
10 years ago
Paweł Bylica
ba225017c4
JitVm struct stub. Forwards calls to DebugVm.
10 years ago
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
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
obscuren
35f4bb96f3
Limit hashes. Closes #249
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
obscuren
c9f566269b
merged
10 years ago
obscuren
bfa12d75f8
new switch
10 years ago
obscuren
18d8bf4b9c
updated ethereum.js
10 years ago
obscuren
aee82d3196
removed
10 years ago
obscuren
012a1c2533
Updated ethereum.js
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
zelig
f72cb28b0f
adapt unit tests to spec
...
- AddBlockHashes ignores the first hash (just used to match getBlockHashes query) sends the rest as blocksMsg
- new test TestPeerWithKnownParentBlock
- new test TestChainConnectingWithParentHash
- adapt all other tests to the new scheme
10 years ago
zelig
43ed0ed1ae
no need to call AddBlockHashes when receiving new block
10 years ago
zelig
69dfca2feb
minor changes in integration tests
10 years ago
zelig
3bdf28c1fe
GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT of hash
10 years ago
obscuren
c8a4c04b36
err
10 years ago
obscuren
26f066f0c7
just enable by default
10 years ago
obscuren
4a0ade4788
Fixed some whisper issues
10 years ago
obscuren
5f958a582d
fixed other tests to use hashes as well
10 years ago
obscuren
e27237a03a
Changed to use hash for comparison
...
DeepReflect would fail on TD since TD isn't included in the original
block and thus the test would fail.
10 years ago
obscuren
ee84b20247
Reworking GUI interaction. Fixed javascript inject. Closes #132
10 years ago
obscuren
b25126a277
Minor fixed and additions for block proc
...
* Path check length
* Genesis include TD
* Output TD on last block
10 years ago
obscuren
db4aaedcbd
Moved ptrie => trie. Removed old trie
10 years ago
obscuren
982c812e81
Read directly from stdin
10 years ago
obscuren
c1908c7d91
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
59c5a2f519
Merge pull request #244 from fjl/license-tool
...
Generated License Headers
10 years ago