Matthew Wampler-Doty
ba1f4bbe91
Exposing stuff for ethash
2015-02-27 20:56:24 -05:00
Matthew Wampler-Doty
3820a65299
Merge branch 'publictests' of github.com:ebuchman/go-ethereum into ethash_pow
2015-02-27 16:13:31 -05:00
Ethan Buchman
0efd6a881a
public functions for making chains on the fly
2015-02-27 16:05:03 -05:00
Matthew Wampler-Doty
8653db6df0
Introducign MixDigest and SeedHash
2015-02-27 15:59:33 -05:00
Ethan Buchman
5a827417d9
Merge branch 'develop' of https://github.com/ethereum/go-ethereum into develop
2015-02-26 17:54:57 -05:00
obscuren
cc5c8a444d
Report proper database directory. Closes #397
2015-02-26 20:36:54 +01:00
obscuren
3a7c8d7ae4
Merge branch 'hotfix/0.8.5-2' into develop
2015-02-26 20:27:16 +01:00
obscuren
3ab05ddd25
Bump
2015-02-26 20:26:37 +01:00
obscuren
76f6d75ef8
Merge branch 'master' into hotfix/0.8.5-2
2015-02-26 20:21:41 +01:00
obscuren
fa7deb10f6
Merge branch 'develop'
2015-02-26 20:21:16 +01:00
obscuren
e235b57234
Fixed consensus issue for refunding
...
* Refund should _always_ go to the origin
2015-02-26 20:08:35 +01:00
obscuren
a1c830cd3c
Defautl block
2015-02-26 12:06:10 +01:00
obscuren
49ded3aa77
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
...
Conflicts:
accounts/account_manager.go
2015-02-26 12:06:01 +01:00
obscuren
5ab0eaa06d
wip
2015-02-26 11:14:54 +01:00
Jeffrey Wilcke
9884eed0cf
Merge pull request #392 from tgerring/rpcdefaultblock
...
Stub defaultBlock RPC methods
2015-02-26 11:14:33 +01:00
Jeffrey Wilcke
5b202a158a
Merge pull request #391 from tgerring/osext
...
Cleanup DefaultAssetPath
2015-02-26 10:59:07 +01:00
Taylor Gerring
57cea0c623
Update godeps
2015-02-26 02:48:55 +01:00
Taylor Gerring
739b7cc2ac
Cleanup imports
2015-02-26 02:36:06 +01:00
Taylor Gerring
d5aed82b11
DRY DefaultAssetPath()
2015-02-26 02:32:27 +01:00
Taylor Gerring
8eeab7ea3f
Update osext import path
2015-02-26 02:24:20 +01:00
Jeffrey Wilcke
46ce66a829
Merge pull request #385 from Gustav-Simonsson/account_manager_key_locking
...
Add automatic locking / unlocking of accounts
2015-02-25 23:58:30 +01:00
Jeffrey Wilcke
b155b9d80b
Merge pull request #388 from Gustav-Simonsson/validate_block_header_gas_limit
...
Validate block header gas limit
2015-02-25 23:58:01 +01:00
Gustav Simonsson
260ab73969
Validate block header gas limit
...
* Add block header gas limit validation in ValidateBlock function,
see eq 39 and 45 in yellow paper. Before it was calculated _for_
the block instead of validated.
* Use the block header gas limit when setting the gas pool instead
of calculating the value for the block.
2015-02-25 20:00:32 +01:00
Gustav Simonsson
23f2658091
Remove unneeded initialisation of mutex
2015-02-25 19:30:57 +01:00
Gustav Simonsson
d1311c53ee
Address pull request comments
...
* Use RWMutex instead of Mutex
* Use time.Duration instead of int for unlock time
* Use time.After with select instead of time.Sleep
2015-02-25 18:40:59 +01:00
Gustav Simonsson
b296b36d2b
Add automatic locking / unlocking of accounts
...
* Change account signing API to two sign functions;
Sign without passphrase - works if account is unlocked
Sign with passphrase - always works and unlocks the account
* Account stays unlocked for X ms and is then automatically locked
2015-02-25 17:37:12 +01:00
Taylor Gerring
fe73023940
Merge pull request #382 from ethereum/travis
...
Update Go and Qt versions in Travis
2015-02-25 13:00:35 +01:00
Taylor Gerring
ce2b2422d6
Update Go and Qt versions
2015-02-25 11:40:52 +01:00
Taylor Gerring
9e0ab22dd0
Stub defaultBlock methods
2015-02-25 09:57:49 +01:00
Jeffrey Wilcke
52ccaa605e
Merge pull request #379 from tgerring/rpcupdates
...
RPC cleanup
2015-02-24 22:00:39 +01:00
Jeffrey Wilcke
ed90efb05b
Merge pull request #378 from Gustav-Simonsson/fix_account_manager_tests
...
Fix key store address hex decoding and accounts test
2015-02-24 21:58:42 +01:00
Taylor Gerring
2e3a6e2559
Consolidate related items
2015-02-24 19:54:18 +01:00
Taylor Gerring
c8e9abff53
Remove errParseRequest
2015-02-24 19:22:08 +01:00
Taylor Gerring
43acad81b3
Rename files
2015-02-24 19:11:01 +01:00
Taylor Gerring
21becb0feb
Cleanup RPC packcage
2015-02-24 19:05:03 +01:00
Gustav Simonsson
923950ccaa
Fix key store address hex decoding and accounts test
...
Thanks to https://github.com/jaekwon for original fix!
2015-02-24 18:05:10 +01:00
Taylor Gerring
5a43173e55
Merge pull request #373 from tgerring/issue370
...
Convert gas values to integers
2015-02-24 17:49:14 +01:00
Taylor Gerring
1e919a5e97
Move amounts to global vars
2015-02-24 17:32:11 +01:00
Jeffrey Wilcke
91a8c08f03
Merge pull request #368 from maran/feature/changeDataDir
...
Implement OS sensitive dataDirs
2015-02-24 17:30:44 +01:00
Jeffrey Wilcke
0b757ad12f
Merge pull request #369 from tgerring/issue367
...
Allow zero and negative block numbers
2015-02-24 17:29:08 +01:00
Jeffrey Wilcke
0adff214c3
Merge pull request #376 from frozeman/topicsFix
...
topics fix
2015-02-24 17:27:14 +01:00
Taylor Gerring
2a7ca69a82
Fix duplicate leading 0x
2015-02-24 16:46:43 +01:00
Fabian Vogelsteller
3fcdafebc2
topics fix
2015-02-24 16:18:27 +01:00
Taylor Gerring
4142708d9d
Convert gas values to integers
...
Fixes #370
2015-02-24 08:51:58 +01:00
obscuren
7c510109cd
skipping test
2015-02-23 20:27:00 +01:00
obscuren
359677b673
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-02-23 19:25:59 +01:00
obscuren
747647e02a
Merge branch 'master' into develop
2015-02-23 19:25:50 +01:00
obscuren
0b57bad2de
removed log
2015-02-23 19:25:41 +01:00
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
2015-02-23 15:43:41 +01:00
Taylor Gerring
6fd894aae0
Allow zero and negative block numbers
...
0 is genesis block. Xeth recognises -1 as current
2015-02-23 11:54:23 +01:00