- Mar 02, 2015
-
-
Viktor Trón authored
- TLDR for godep install - update executable section - cleanup - add several links to wiki
-
- Feb 28, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Set RPC listening address via param
-
Jeffrey Wilcke authored
Check source directory for assets as last resort
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Added a debug flag to the VM which determines if VM output is shown regardless of the log level set.
-
Jeffrey Wilcke authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
- Feb 26, 2015
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* Refund should _always_ go to the origin
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Conflicts: accounts/account_manager.go
-
Jeffrey Wilcke 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
-
- Feb 25, 2015
-
-
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
-
Taylor Gerring authored
Update Go and Qt versions in Travis
-
Taylor Gerring authored
-
Taylor Gerring authored
-
- Feb 24, 2015
-
-
Jeffrey Wilcke authored
RPC cleanup
-
Jeffrey Wilcke authored
Fix key store address hex decoding and accounts test
-