Permalink
Commits on Nov 8, 2017
  1. Merge pull request #2444 from NebulousLabs/gateway-save-nodes

    DavidVorick committed Nov 8, 2017
    requestNodes: only save if new nodes were added
  2. Merge branch 'mtlynch-refactor-apply-history2'

    lukechampine committed Nov 8, 2017
  3. style tweaks

    lukechampine committed Nov 8, 2017
  4. Merge pull request #2462 from tbenz9/templates

    lukechampine committed Nov 8, 2017
    Implement GitHub template files
  5. testing revealed my keyword did not work as expected.

    tbenz9 committed Nov 8, 2017
  6. Fixing go vet error

    mtlynch committed Nov 8, 2017
  7. Implement computeProcessedTransactionsFromBlock

    mtlynch committed Nov 8, 2017
    Changes applyHistoryFromBlock to computeProcessedTransactionsFromBlock, which
    calculates the ProcessedTransaction slice for a block so that applyHistory can
    actually apply the transactions.
  8. Merge pull request #2463 from tbenz9/docstring-fixes

    lukechampine committed Nov 8, 2017
    added, or fixed docstring for godoc documentation
Commits on Nov 7, 2017
  1. added, or fixed docstring for godoc documentation

    tbenz9 committed Nov 7, 2017
  2. fixed typo, added roadmap

    tbenz9 committed Nov 7, 2017
  3. fixed typo, added verbosity

    tbenz9 committed Nov 7, 2017
  4. Implements GitHub template files

    tbenz9 committed Nov 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
Commits on Nov 3, 2017
  1. Split applyHistory into applyHistoryFromBlock

    mtlynch committed Nov 3, 2017
    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.
  2. Merge pull request #2456 from mtlynch/refactor-apply-history

    lukechampine committed Nov 3, 2017
    Refactor Wallet.applyHistory
  3. Updating function names

    mtlynch committed Nov 3, 2017
Commits on Nov 2, 2017
  1. Merge pull request #2397 from NebulousLabs/siac-set-hosts

    lukechampine committed Nov 2, 2017
    add ability to set number of hosts in siac
  2. Merge pull request #2396 from petabytestorage/rudi-split-routes

    DavidVorick committed Nov 2, 2017
    split api into routes.go issue #2391
  3. apply taek comments

    petabytestorage committed Nov 2, 2017
  4. Merge pull request #2434 from NebulousLabs/price-volatility

    DavidVorick committed Nov 2, 2017
    make renter prices estimation less volatile
  5. Merge pull request #2455 from mtlynch/spelling-police3

    lukechampine committed Nov 2, 2017
    Fix spelling error: particulary -> particularly
  6. Refactor Wallet.applyHistory

    mtlynch committed Nov 2, 2017
    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).
  7. Fix spelling error: particulary -> particularly

    mtlynch committed Nov 2, 2017
  8. cleanup

    lukechampine committed Nov 2, 2017
  9. Merge pull request #2429 from NebulousLabs/upload-percentages

    lukechampine committed Nov 2, 2017
    modify uploadProgress to report at most 100%
  10. Merge pull request #2439 from starius/sf-doc-fix

    lukechampine committed Nov 2, 2017
    fix docs of ClaimUnlockHash
Commits on Nov 1, 2017
  1. Merge pull request #2446 from NebulousLabs/api-initialization-ux

    lukechampine committed Nov 1, 2017
    better error message when api is loading
  2. embed io.Closer

    avahowell committed Nov 1, 2017
Commits on Oct 31, 2017
  1. add moduleCloser, print name instead of reflect

    avahowell committed Oct 31, 2017
Commits on Oct 30, 2017
  1. remove reestimateFlag

    avahowell committed Oct 30, 2017
Commits on Oct 28, 2017
  1. Merge pull request #2403 from aiorla/fix-dust

    DavidVorick committed Oct 28, 2017
    fix DustThreshold usage
Commits on Oct 27, 2017
  1. Merge pull request #2449 from NebulousLabs/obligation-test

    DavidVorick committed Oct 27, 2017
    add TestHostObligationAcceptingContracts
  2. Merge pull request #2450 from NebulousLabs/hostsettings-resetbug

    DavidVorick committed Oct 27, 2017
    fix host settings reset bug