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
Paweł Bylica
85f765a533
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Taylor Gerring
4142708d9d
Convert gas values to integers
...
Fixes #370
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
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
Taylor Gerring
6fd894aae0
Allow zero and negative block numbers
...
0 is genesis block. Xeth recognises -1 as current
10 years ago
Maran
40adb7feb6
Implement OS sensitive dataDirs
10 years ago
Jeffrey Wilcke
dd086791ac
Merge pull request #360 from Gustav-Simonsson/add_stack_size_checks
...
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKH...
10 years ago
obscuren
20aa6dde06
Merge branch 'develop'
10 years ago
obscuren
eec4345a7c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
Jeffrey Wilcke
59a86d3171
Merge pull request #359 from fjl/p2p-identity
...
Persistent Node Key
10 years ago
obscuren
98202e626c
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
1be7e5048c
Merge branch 'release/0.8.5' into develop
10 years ago
obscuren
8cc6647ebf
Merge branch 'release/0.8.5'
10 years ago
obscuren
321dce1f47
Bump
10 years ago
obscuren
bba85a2074
Added Number to logs
10 years ago
obscuren
483d96a89d
Added eth_logs & fixed issue with manual log filtering
...
* Implemented `eth_logs`
* Fixed issue with `filter.Find()` where logs were appended to an
incorrect, non-returned slice resulting in no logs found
10 years ago
Taylor Gerring
8620dc05de
Merge pull request #364 from ethereum/travis
...
Don't print per-function testing results
10 years ago
Taylor Gerring
d8f7cb2f55
Don't print per-function testing results
10 years ago
Gustav Simonsson
fd3793b8cf
Correct stack size validation for MUL, CALLDATACOPY, EXTCODESIZE, BLOCKHASH
10 years ago
obscuren
bba7ccb07f
Merge branch 'hotfix/0.8.4-1' into develop
10 years ago
obscuren
5912f0a849
Merge branch 'hotfix/0.8.4-1'
10 years ago
obscuren
cb7cd03919
unlock mutex
10 years ago
obscuren
bc541b918c
Merge branch 'release/0.8.4' into develop
10 years ago