winsvega
afb72dc795
Block Tests
...
Block Rlps with invalid transactions
10 years ago
zelig
16ecda951b
integrate blockpool into eth
...
- remove blockpool code
- remove blockpool integration test (kinda embarrassing)
- remove errors.go
10 years ago
zelig
cdc86965cb
export Sendln/Sendf in logger
10 years ago
zelig
422490d75c
major rewrite, reorg of blockpool + new features
...
- blockpool moves to its own package
- uses errs pkg for its own coded errors
- publicly settable config of params (time intervals and batchsizes)
- test helpers in subpackage
- optional TD in blocks used now to update peers chain info
- major improvement in algorithm
- fix fragility and sync/parallelisation bugs
- implement status for reporting on sync status (peers/hashes/blocks etc)
- several tests added and further corner cases covered
10 years ago
zelig
d46c7bcaf9
errs pkg for error code based errors
10 years ago
CJentzsch
cfb120d179
more Pawel tests
10 years ago
Taylor Gerring
fe73023940
Merge pull request #382 from ethereum/travis
...
Update Go and Qt versions in Travis
10 years ago
CJentzsch
86b14058fd
add memory tests
10 years ago
Taylor Gerring
ce2b2422d6
Update Go and Qt versions
10 years ago
Taylor Gerring
9e0ab22dd0
Stub defaultBlock methods
10 years ago
CJentzsch
978a29ab72
use 50000 bytes for CALLDATACOPY
10 years ago
CJentzsch
36e862c989
add Pawels tests
10 years ago
CJentzsch
33c8c2bd7e
add quadratic complexity tests
10 years ago
Jeffrey Wilcke
52ccaa605e
Merge pull request #379 from tgerring/rpcupdates
...
RPC cleanup
10 years ago
Jeffrey Wilcke
ed90efb05b
Merge pull request #378 from Gustav-Simonsson/fix_account_manager_tests
...
Fix key store address hex decoding and accounts test
10 years ago
Taylor Gerring
2e3a6e2559
Consolidate related items
10 years ago
Taylor Gerring
c8e9abff53
Remove errParseRequest
10 years ago
Taylor Gerring
43acad81b3
Rename files
10 years ago
Taylor Gerring
21becb0feb
Cleanup RPC packcage
10 years ago
Gustav Simonsson
923950ccaa
Fix key store address hex decoding and accounts test
...
Thanks to https://github.com/jaekwon for original fix!
10 years ago
Taylor Gerring
5a43173e55
Merge pull request #373 from tgerring/issue370
...
Convert gas values to integers
10 years ago
Taylor Gerring
1e919a5e97
Move amounts to global vars
10 years ago
Jeffrey Wilcke
91a8c08f03
Merge pull request #368 from maran/feature/changeDataDir
...
Implement OS sensitive dataDirs
10 years ago
Jeffrey Wilcke
0b757ad12f
Merge pull request #369 from tgerring/issue367
...
Allow zero and negative block numbers
10 years ago
Jeffrey Wilcke
0adff214c3
Merge pull request #376 from frozeman/topicsFix
...
topics fix
10 years ago
Taylor Gerring
2a7ca69a82
Fix duplicate leading 0x
10 years ago
Fabian Vogelsteller
3fcdafebc2
topics fix
10 years ago
Paweł Bylica
85f765a533
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
CJentzsch
e8c84bdf56
Merge remote-tracking branch 'origin/develop' into develop
10 years ago
CJentzsch
e48576ada3
remove impossible tests, add create hash collision test
10 years ago
Taylor Gerring
4142708d9d
Convert gas values to integers
...
Fixes #370
10 years ago
wanderer
6e2d856d85
spelling error
10 years ago
wanderer
9315ad3d2c
spelling error
10 years ago
wanderer
13b4ab10ae
added genesis info
10 years ago
martin becze
c72e2588f3
Update crypto.json
10 years ago
obscuren
7c510109cd
skipping test
10 years ago
obscuren
359677b673
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
747647e02a
Merge branch 'master' into develop
10 years ago
obscuren
0b57bad2de
removed log
10 years ago
Paweł Bylica
114c3b4efe
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Christoph Jentzsch
e4f44139a1
Merge pull request #65 from romanman/develop
...
Introduce cryptography testing
10 years ago
romanman
f23aeb44e2
Introduce cryptography testing
...
+ First test case will check the interoperability
for all clients to decrypt the cipher with AES in
CTR mode.
10 years ago
obscuren
b2a225a52e
Properly uninstall filters. Mining issue fixed #closes #365
...
* Added an additional tx state which is used to get the current nonce
* Refresh transient state each time a new canonical block is found
* Properly uninstall filters. Fixes a possible crash in RPC
10 years ago
Alexandre Van de Sande
dea6584018
Merge branch 'develop' into ui
10 years ago
Alexandre Van de Sande
bb3338df63
changes to sidebar sizes
10 years ago
Taylor Gerring
6fd894aae0
Allow zero and negative block numbers
...
0 is genesis block. Xeth recognises -1 as current
10 years ago
CJentzsch
cb52754e6c
Merge remote-tracking branch 'origin/develop' into develop
10 years ago
Maran
40adb7feb6
Implement OS sensitive dataDirs
10 years ago
CJentzsch
48606e05c1
fix transaction tests
10 years ago
Christoph Jentzsch
8b79ae6695
Update trieanyorder.json
...
In correct anyorder trie tests, where all permuations should have the same root, one can not have 2 keys with the same value.
10 years ago