- 28 Feb, 2015 6 commits
- 26 Feb, 2015 18 commits
-
-
Taylor Gerring authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
* Refund should _always_ go to the origin
-
-
obscuren authored
-
obscuren authored
-
obscuren authored
Conflicts: accounts/account_manager.go
-
obscuren authored
-
Jeffrey Wilcke authored
Stub defaultBlock RPC methods
-
Jeffrey Wilcke authored
Cleanup DefaultAssetPath
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
- 25 Feb, 2015 13 commits
-
-
Jeffrey Wilcke authored
Add automatic locking / unlocking of accounts
-
Jeffrey Wilcke authored
Validate block header gas limit
-
Gustav Simonsson authored
* 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.
-
Gustav Simonsson authored
-
Gustav Simonsson authored
* Use RWMutex instead of Mutex * Use time.Duration instead of int for unlock time * Use time.After with select instead of time.Sleep
-
Gustav Simonsson authored
* 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
-
zelig authored
- remove blockpool code - remove blockpool integration test (kinda embarrassing) - remove errors.go
-
zelig authored
-
zelig authored
- 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
-
zelig authored
-
Taylor Gerring authored
Update Go and Qt versions in Travis
-
Taylor Gerring authored
-
Taylor Gerring authored
-
- 24 Feb, 2015 3 commits
-
-
Jeffrey Wilcke authored
RPC cleanup
-
Jeffrey Wilcke authored
Fix key store address hex decoding and accounts test
-
Taylor Gerring authored
-