obscuren
76c9c8d653
Compress data on db level. Closes #174
10 years ago
obscuren
bd4f51ff3c
Use new iterator
10 years ago
obscuren
5dcf59bdf4
Forgot to put in regular bytes during decompression
10 years ago
obscuren
9f8bcf3abc
Added RLE compression. Closes #171
10 years ago
obscuren
1bb398f4e2
Sign ext
10 years ago
obscuren
3f90f7c898
Signextend
10 years ago
obscuren
c8438979a9
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
141d3caabb
Re-org op codes
10 years ago
Felix Lange
394e0f60c2
chain, tests/helper, vm: make tests compile
...
They were broken by df5603de0a
, when vm.Log became ethstate.Log.
10 years ago
Felix Lange
b95d9e005d
.gitignore: ignore .ethtest
10 years ago
Felix Lange
f3473312ba
all: fix rename breakage
10 years ago
obscuren
5af4ff985d
ethminer => miner
10 years ago
obscuren
4914a78c8c
ethwire => wire
10 years ago
obscuren
af34749a6b
ethtrie => trie
10 years ago
obscuren
af8f5f0b69
ethstate => state
10 years ago
obscuren
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
10 years ago
obscuren
8826e9694c
Moved utils to cmd
10 years ago
Marek Kotewicz
c8307a9e44
license
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
obscuren
fd9da72536
ethcrypto => crypto
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
obscuren
8e0a39f33f
Updated to use ethereum.js
10 years ago
Jeffrey Wilcke
e84fa8d4e6
transacton => transaction
10 years ago
Jeffrey Wilcke
f11b5f3e40
Added account prop
10 years ago
Jeffrey Wilcke
5538ff7252
Fixed Qt provider
...
* postData => postMessage
* JSON.parse parsed wrong data on 'onmessage'
10 years ago
Jeffrey Wilcke
aca9a41fcf
Merge pull request #1 from debris/master
...
Http JSON-RPC provider, http polling, little refactor, whisper
10 years ago
obscuren
df5603de0a
Moved logging to state, proper structured block
...
* Moved logs to state so it's subject to snapshotting
* Split up block header
* Removed logs from transactions and made them receipts only
10 years ago
Christoph Jentzsch
014d370b5d
New SIGNEXTEND tets
10 years ago
Jeffrey Wilcke
fa890c8c01
Merge pull request #167 from fjl/feature/split-tx-event
...
Split TxEvent type for tx pre/post
10 years ago
Jeffrey Wilcke
ce2ec1980b
Merge pull request #166 from fjl/fix/mist-quit
...
Fix Mist Shutdown
10 years ago
Christoph Jentzsch
155d449be2
New tests for BNOT and SIGNEXTEND
10 years ago
Felix Lange
f05d422a97
ethchain: fix dependency
10 years ago
obscuren
2ef044edfc
Use new bloom when filtering for topics
10 years ago
obscuren
cc67a84e94
Added bloom 9 point lookup and bloom test
10 years ago
Jeffrey Wilcke
81ec564ef6
Merge pull request #168 from fjl/feature/working-tests
...
Fix the tests
10 years ago
Felix Lange
4cf69d7cd3
vm: fix basic VM tests
...
The tests now compile and won't panic for unexpected return values.
We need a recent-enough version of the mutan compiler because of
the new JUMPDEST requirements. Skip some tests if the installed mutan
version is too old. The debug VM test still fails, probably because
of an implementation bug.
10 years ago
Felix Lange
38034c3066
ethwire: fix ClientIdentity test
10 years ago
Felix Lange
56014844a9
ethpipe: delete useless test
...
It didn't compile and wouldn't have checked any results if it ever ran.
10 years ago
Felix Lange
d9bccdde23
ethchain: fix tests
...
Adapted to recent BlockChain -> ChainManager rename.
10 years ago
Felix Lange
051af604e2
ethcrypto: fix the tests
...
The Sha3 test contained the wrong expected result. Note that the
implementation hasn't changed, the test simply contained an outdated
expected value that was valid for the previous implementation.
10 years ago
Marek Kotewicz
cb607b4911
changes to make whisper working
10 years ago
Marek Kotewicz
31c6159019
filters refactored
10 years ago
obscuren
9e2f071d26
Removed events from the state manager
10 years ago
Marek Kotewicz
9adb625846
polling whisper in progress
10 years ago
obscuren
fb4113dab4
PoC 7 updates
...
* Bloom
* Block restructure
* Receipts
10 years ago
obscuren
665a44646e
Generic hashing method
10 years ago
Felix Lange
6b3f5fb82b
cmd/mist, ethchain, ethminer: split TxEvent ( #165 )
10 years ago
Felix Lange
e252dbf989
eth: stop eventMux first
...
This fixes the hang in Ethereum.Stop.
10 years ago
Felix Lange
8170f96ded
javascript: remove unused quit channel
...
This fixes the hang in JSRE.Stop.
10 years ago
Marek Kotewicz
0b10cbd713
http renamed to httprpc
10 years ago