obscuren
fdf939a6f9
Fixed miner threads for ethereum CLI
10 years ago
Jeffrey Wilcke
cdb77f0ecd
Merge pull request #402 from tgerring/rpcupdates
...
Set RPC listening address via param
10 years ago
Jeffrey Wilcke
43b5777709
Merge pull request #398 from tgerring/assetpath
...
Check source directory for assets as last resort
10 years ago
obscuren
7ab13e0f17
Unused variable
10 years ago
obscuren
6c0b194382
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
7adf065b10
Simple effective VM optimisation
...
Added a debug flag to the VM which determines if VM output is shown
regardless of the log level set.
10 years ago
obscuren
6ea7aae29c
Removed some methods from the JS REPL
10 years ago
Taylor Gerring
ea0517b539
Report RPC listening address in logs
10 years ago
Taylor Gerring
f6e821fd33
Add flag to set RPC port
10 years ago
Taylor Gerring
ad3a21f260
Bump to latest versions for Docker
10 years ago
Taylor Gerring
a39c73672e
bump last resort check out of ifelse
10 years ago
Taylor Gerring
d90b71bc55
Check source directroy for assets as last resort
10 years ago
obscuren
cc5c8a444d
Report proper database directory. Closes #397
10 years ago
obscuren
3a7c8d7ae4
Merge branch 'hotfix/0.8.5-2' into develop
10 years ago
obscuren
3ab05ddd25
Bump
10 years ago
obscuren
76f6d75ef8
Merge branch 'master' into hotfix/0.8.5-2
10 years ago
obscuren
fa7deb10f6
Merge branch 'develop'
10 years ago
obscuren
e235b57234
Fixed consensus issue for refunding
...
* Refund should _always_ go to the origin
10 years ago
obscuren
a1c830cd3c
Defautl block
10 years ago
obscuren
49ded3aa77
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
...
Conflicts:
accounts/account_manager.go
10 years ago
obscuren
5ab0eaa06d
wip
10 years ago
Jeffrey Wilcke
9884eed0cf
Merge pull request #392 from tgerring/rpcdefaultblock
...
Stub defaultBlock RPC methods
10 years ago
Jeffrey Wilcke
5b202a158a
Merge pull request #391 from tgerring/osext
...
Cleanup DefaultAssetPath
10 years ago
Taylor Gerring
57cea0c623
Update godeps
10 years ago
Taylor Gerring
739b7cc2ac
Cleanup imports
10 years ago
Taylor Gerring
d5aed82b11
DRY DefaultAssetPath()
10 years ago
Taylor Gerring
8eeab7ea3f
Update osext import path
10 years ago
Jeffrey Wilcke
46ce66a829
Merge pull request #385 from Gustav-Simonsson/account_manager_key_locking
...
Add automatic locking / unlocking of accounts
10 years ago
Jeffrey Wilcke
b155b9d80b
Merge pull request #388 from Gustav-Simonsson/validate_block_header_gas_limit
...
Validate block header gas limit
10 years ago
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.
10 years ago
Gustav Simonsson
23f2658091
Remove unneeded initialisation of mutex
10 years ago
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
10 years ago
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
10 years ago
Taylor Gerring
fe73023940
Merge pull request #382 from ethereum/travis
...
Update Go and Qt versions in Travis
10 years ago
Taylor Gerring
ce2b2422d6
Update Go and Qt versions
10 years ago
Taylor Gerring
9e0ab22dd0
Stub defaultBlock methods
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