obscuren
|
3cf51d5479
|
tmp
|
10 years ago |
obscuren
|
b523441361
|
Moved ethutil => common
|
10 years ago |
obscuren
|
0b8f66ed9e
|
updated godep ethash
|
10 years ago |
obscuren
|
22fa59f131
|
moved to detail
|
10 years ago |
obscuren
|
d2e75cc957
|
cleaning up unused code
|
10 years ago |
obscuren
|
c87cc59bdf
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Conflicts:
README.md
|
10 years ago |
obscuren
|
8f84ddbbec
|
Linux build links
|
10 years ago |
obscuren
|
0f26a62334
|
Linux build links
|
10 years ago |
obscuren
|
2a5fbced7f
|
removed seed hash
|
10 years ago |
obscuren
|
282d8c20fd
|
Merge branch 'fjl-block-tests' into develop
|
10 years ago |
obscuren
|
d9966d6158
|
merge
|
10 years ago |
obscuren
|
12cee1377f
|
Increased filter ticker time to 5 minutes
|
10 years ago |
obscuren
|
95711bc2dd
|
Updated ethash
|
10 years ago |
obscuren
|
387f6bba3e
|
POW fixes
|
10 years ago |
obscuren
|
44636e5b82
|
typo
|
10 years ago |
obscuren
|
35bc7b0d8a
|
Merge branch 'rpcfrontier' into develop
|
10 years ago |
obscuren
|
532a74f50e
|
Improved errors. Closes #475
|
10 years ago |
Jeffrey Wilcke
|
51df765e38
|
Merge pull request #481 from maran/feature/fromHexDry
DRY-up the use of fromHex in the project
|
10 years ago |
Maran
|
9754e7aca7
|
Support for addresses with or without 0x. Fixes #472
|
10 years ago |
Maran
|
991993357c
|
DRY up the use of fromHex and put it in ethutil
|
10 years ago |
Taylor Gerring
|
f49e17eb39
|
Return null coinbase when accounts not created
Was previously returning nonsensical “0x”
|
10 years ago |
Felix Lange
|
67f8f83a1b
|
cmd/ethereum: add blocktest command
|
10 years ago |
Felix Lange
|
e463479b6c
|
eth: add ResetWithGenesisBlock
This depends on a change in ethash which exposes UpdateCache.
|
10 years ago |
Felix Lange
|
6f8a2d6b84
|
eth: add hook for database creation
|
10 years ago |
Felix Lange
|
58d9d98daf
|
cmd/utils: GetEthereum -> MakeEthConfig
This allows changing the config before starting Ethereum
with it.
|
10 years ago |
Felix Lange
|
a80be98f31
|
tests: add helper functions for block tests
|
10 years ago |
Felix Lange
|
9326541820
|
core/types: make Block.{ParentHash,SeedHash,MixDigest} []byte
There is no reason to keep them as ethutil.Bytes.
|
10 years ago |
obscuren
|
b927c29469
|
GetBlockByNumber now properly looks for a number in the database
|
10 years ago |
obscuren
|
fee9aecfb2
|
more tests for remote update
|
10 years ago |
obscuren
|
ccda1aacb4
|
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
|
10 years ago |
obscuren
|
03403399fc
|
Return proper error
|
10 years ago |
obscuren
|
a0266489b4
|
Make remote dominant
|
10 years ago |
Jeffrey Wilcke
|
a76d55c83a
|
Merge pull request #467 from ethersphere/frontier/natspec
NatSpec integration
|
10 years ago |
obscuren
|
b663e8b29a
|
Merge branch 'rpcfrontier' into develop
|
10 years ago |
obscuren
|
f1fcda4f2f
|
Implemented managed state
* Reimplemented nonce management for known accounts.
|
10 years ago |
Taylor Gerring
|
e3b64d70c2
|
Rename db_put db_get
|
10 years ago |
Taylor Gerring
|
d3f96dc720
|
Consolidate error type switch
|
10 years ago |
Taylor Gerring
|
0932f84383
|
Fix eth_newBlockFilter
|
10 years ago |
obscuren
|
cda88ce31a
|
Implemented a manage state for keeping track of nonces
|
10 years ago |
obscuren
|
aa9f981d5f
|
Bump protocol version 58
|
10 years ago |
obscuren
|
e69d5b32e8
|
Increased genesis gas & gas floor limit to 3141592
|
10 years ago |
obscuren
|
f76cc6699e
|
Changed context and ADDMOD, MULMOD
* Cleaned up VM execution. VM run now takes a context
* ADDMOD/MULMOD - removed incorrect cast
|
10 years ago |
Taylor Gerring
|
d4ed66c83d
|
Add web3_clientVersion
|
10 years ago |
Taylor Gerring
|
094f921e50
|
Convert to proper errors
Allow returning different JSON RPC error codes depending on error type
|
10 years ago |
obscuren
|
80592f244d
|
more obvious failure for ethtest
|
10 years ago |
obscuren
|
3a88da578f
|
Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop
|
10 years ago |
obscuren
|
6051345bc9
|
Squashed 'tests/files/' changes from d6c987f..0749546
0749546 random fails
a153865 random fails
git-subtree-dir: tests/files
git-subtree-split: 074954630f43e97f0769997d175511a00a47cc9d
|
10 years ago |
obscuren
|
fa917387e4
|
Merge branch 'rpcfrontier' into develop
|
10 years ago |
obscuren
|
310ca62285
|
Removed some of that gas pre pay magic
|
10 years ago |
obscuren
|
3ff7a627d1
|
Squashed 'tests/files/' changes from 9e19ff9..d6c987f
d6c987f go failure
git-subtree-dir: tests/files
git-subtree-split: d6c987feed635976ce26b14b9be88289d0ef50d4
|
10 years ago |