-
Merge pull request #2444 from NebulousLabs/gateway-save-nodes
requestNodes: only save if new nodes were added
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
This commit was signed with a verified signature.
lukechampine Luke Champine
GPG key ID: A5C1CE074CBF1D60 Learn about signing commits -
lukechampine committed
Nov 8, 2017 This commit was signed with a verified signature.lukechampine Luke Champine
GPG key ID: A5C1CE074CBF1D60 Learn about signing commits -
Merge pull request #2462 from tbenz9/templates
Implement GitHub template files
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
-
Implement computeProcessedTransactionsFromBlock
Changes applyHistoryFromBlock to computeProcessedTransactionsFromBlock, which calculates the ProcessedTransaction slice for a block so that applyHistory can actually apply the transactions.
-
Merge pull request #2463 from tbenz9/docstring-fixes
added, or fixed docstring for godoc documentation
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
-
-
-
Implements GitHub template files
tbenz9 committedNov 7, 2017 This commit implements very basic contributing and issue template files. Template files are displayed in a banner when a user tries to perform an action such as create a new issue. More details can be found here: https://github.com/blog/2111-issue-and-pull-request-templates Fixes #2460
-
Split applyHistory into applyHistoryFromBlock
Following #2456, this further refactors the Wallet.applyHistory function by splitting the body of the giant loop it contains into a separate method. This reduces the 176 LOC method to 170 LOC and reduces the control flow nesting depth by 1.
-
Merge pull request #2456 from mtlynch/refactor-apply-history
Refactor Wallet.applyHistory
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #2397 from NebulousLabs/siac-set-hosts
add ability to set number of hosts in siac
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2396 from petabytestorage/rudi-split-routes
split api into routes.go issue #2391
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #2434 from NebulousLabs/price-volatility
make renter prices estimation less volatile
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2455 from mtlynch/spelling-police3
Fix spelling error: particulary -> particularly
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
At 189 LOC, the applyHistory() function is perilously long. This refactors some of the logic out of the function into helper functions to bring its LOC down to 176 (7% reduction).
-
-
This commit was signed with a verified signature.
lukechampine Luke Champine
GPG key ID: A5C1CE074CBF1D60 Learn about signing commits -
This commit was signed with a verified signature.
lukechampine Luke Champine
GPG key ID: A5C1CE074CBF1D60 Learn about signing commits -
This commit was signed with a verified signature.
lukechampine Luke Champine
GPG key ID: A5C1CE074CBF1D60 Learn about signing commits -
This commit was signed with a verified signature.
lukechampine Luke Champine
GPG key ID: A5C1CE074CBF1D60 Learn about signing commits -
Merge pull request #2429 from NebulousLabs/upload-percentages
modify uploadProgress to report at most 100%
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2439 from starius/sf-doc-fix
fix docs of ClaimUnlockHash
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #2446 from NebulousLabs/api-initialization-ux
better error message when api is loading
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
This commit was signed with a verified signature.
avahowell Ava Howell
GPG key ID: 257E910444A65B1A Learn about signing commits
-
This commit was signed with a verified signature.
avahowell Ava Howell
GPG key ID: 257E910444A65B1A Learn about signing commits
-
This commit was signed with a verified signature.
avahowell Ava Howell
GPG key ID: 257E910444A65B1A Learn about signing commits
-
Merge pull request #2403 from aiorla/fix-dust
fix DustThreshold usage
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #2449 from NebulousLabs/obligation-test
add TestHostObligationAcceptingContracts
-
Merge pull request #2450 from NebulousLabs/hostsettings-resetbug
fix host settings reset bug