Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start Bitcoin Core with Wasabi #2495

Merged
merged 66 commits into from
Nov 12, 2019
Merged

Commits on Oct 30, 2019

  1. Save progress

    nopara73 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8ff8ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    177d96d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. save progress

    nopara73 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    bd065d9 View commit details
    Browse the repository at this point in the history
  2. Add CoreConfigLine

    nopara73 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    748df50 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Add more tests

    nopara73 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    0f51399 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Finish CoreConfig

    nopara73 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    6b6a480 View commit details
    Browse the repository at this point in the history
  2. Integrate CoreConfig

    nopara73 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    d15143b View commit details
    Browse the repository at this point in the history
  3. save progress

    nopara73 committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    2519cb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e82acf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f345bb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa323e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    93f1686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf50bc View commit details
    Browse the repository at this point in the history
  3. fix off by one

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    2e8d4f0 View commit details
    Browse the repository at this point in the history
  4. Add sectionComment

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    439ec3b View commit details
    Browse the repository at this point in the history
  5. Improve stopasync

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b14c977 View commit details
    Browse the repository at this point in the history
  6. Add pid file

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    353ffb8 View commit details
    Browse the repository at this point in the history
  7. perf improvement

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    ddde219 View commit details
    Browse the repository at this point in the history
  8. delete pid file

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    145ace9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bebb1dd View commit details
    Browse the repository at this point in the history
  10. Uncomment ui stuff.

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    56edd93 View commit details
    Browse the repository at this point in the history
  11. Improve configurability

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    c50d8cc View commit details
    Browse the repository at this point in the history
  12. Add configs

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    0fa7244 View commit details
    Browse the repository at this point in the history
  13. fix build error

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    28ef422 View commit details
    Browse the repository at this point in the history
  14. Rename data folders.

    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    080ae6b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    318b46c View commit details
    Browse the repository at this point in the history
  16. Remove RPC stop if we don't have the pid, because that means we didn'…

    …t launch Core in the first place.
    nopara73 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    05f64e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    273a9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed9842 View commit details
    Browse the repository at this point in the history
  3. Add more settings

    nopara73 committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    429e357 View commit details
    Browse the repository at this point in the history
  4. Add status monitor

    nopara73 committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9ad4602 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Add one more testcase

    nopara73 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    b7efa4f View commit details
    Browse the repository at this point in the history
  2. Handle null

    nopara73 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    d19e363 View commit details
    Browse the repository at this point in the history
  3. Fix type

    nopara73 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    d1b915c View commit details
    Browse the repository at this point in the history
  4. Fix property name

    nopara73 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    9b811ae View commit details
    Browse the repository at this point in the history
  5. Only stop nodes that I own.

    nopara73 committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    02a4a11 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Remove code duplication

    nopara73 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    d90201a View commit details
    Browse the repository at this point in the history
  2. Cleanup code

    nopara73 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    f5f15b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53b3e4c View commit details
    Browse the repository at this point in the history
  4. Handle sections

    nopara73 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    c58c7d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15dc29f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0588f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    72a218d View commit details
    Browse the repository at this point in the history
  2. Use RxStream variable

    nopara73 committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a899779 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Use Bitcoin Core for primary fee estimation and only fall back to Was…

    …abi's backend if it fails.
    nopara73 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    1df9170 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Remove code duplication.

    nopara73 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    b8d4b81 View commit details
    Browse the repository at this point in the history
  2. batch

    nopara73 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    52bef00 View commit details
    Browse the repository at this point in the history
  3. Add feeestimate accurracy.

    nopara73 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    dd855b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d68056a View commit details
    Browse the repository at this point in the history
  5. Update WalletWasabi/BitcoinCore/Monitoring/RpcFeeProvider.cs

    Co-Authored-By: yahiheb <52379387+yahiheb@users.noreply.github.com>
    nopara73 and yahiheb committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    dd15d2d View commit details
    Browse the repository at this point in the history
  6. fix namespace

    nopara73 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    bd651b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22920d7 View commit details
    Browse the repository at this point in the history
  8. Use nameof.

    nopara73 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    0a6bf28 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Remove toleratefailure

    nopara73 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ccc1f5f View commit details
    Browse the repository at this point in the history
  2. Use <T>

    nopara73 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    68b3199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83565b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    770681b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19df53e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea70970 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b10010 View commit details
    Browse the repository at this point in the history
  8. logtrace

    nopara73 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    82547de View commit details
    Browse the repository at this point in the history
  9. Handle unobserved exception.

    nopara73 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    39b4bdf View commit details
    Browse the repository at this point in the history
  10. Reduce property duplication.

    nopara73 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    e68a25c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Add broadcastting with RPC

    nopara73 committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    acfcff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e4bf4 View commit details
    Browse the repository at this point in the history
  3. Handle NRE

    nopara73 committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    09ca47b View commit details
    Browse the repository at this point in the history