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

Diskcache implementation #59

Open
wants to merge 60 commits into
base: rosen-wip2
Choose a base branch
from

Commits on Jun 10, 2021

  1. Add BTG unit dict define

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b5fdf62 View commit details
    Browse the repository at this point in the history
  2. Add BTG equihash algo impl

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    70a57d1 View commit details
    Browse the repository at this point in the history
  3. Add BTG checkpoints and servers infomation

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e140c4b View commit details
    Browse the repository at this point in the history
  4. Replace network definition with BTG

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    659388b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5812ab4 View commit details
    Browse the repository at this point in the history
  6. Fix typo errors

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e645112 View commit details
    Browse the repository at this point in the history
  7. Fix runtime error

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    dd80cb8 View commit details
    Browse the repository at this point in the history
  8. Support BTG transaction signature

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9ddf358 View commit details
    Browse the repository at this point in the history
  9. Update testnet checkpoints

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    356def8 View commit details
    Browse the repository at this point in the history
  10. 1) Portting BTG blockchain class implementation

    2) Add leveldb header storage implementation
    3) Add new leveldb header storage unit test
    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    498e7a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93b89d9 View commit details
    Browse the repository at this point in the history
  12. Fix function definition typo issue

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    fe9eb9f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e609147 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f32bb0 View commit details
    Browse the repository at this point in the history
  15. Update BTG testnet checkpoints

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    af6fb41 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    65d34e3 View commit details
    Browse the repository at this point in the history
  17. Add new testnet checkpoint

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e0af9ea View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8f1e200 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    068b8ee View commit details
    Browse the repository at this point in the history
  20. BTG transaction signing support

    王文峰 authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    ce3f8e0 View commit details
    Browse the repository at this point in the history
  21. Add missing functions

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    5350f15 View commit details
    Browse the repository at this point in the history
  22. Delete unnecessary loging information

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9fa9a5f View commit details
    Browse the repository at this point in the history
  23. 1) Hardcode max checkpoint header into constants.py

    2) Fix known target computing issues
    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f863d10 View commit details
    Browse the repository at this point in the history
  24. Add logging infomation

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    cd20265 View commit details
    Browse the repository at this point in the history
  25. Update checkpoints

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    4c26727 View commit details
    Browse the repository at this point in the history
  26. Add available server url

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c74df50 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    488461b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9862a5e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7dfc7fe View commit details
    Browse the repository at this point in the history
  30. Fix ElectrumG binary build issues

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    8238b05 View commit details
    Browse the repository at this point in the history
  31. Replace header storage with shelve

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3dfa834 View commit details
    Browse the repository at this point in the history
  32. Fix bytes encode issue

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    82e87b4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    43b4a90 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    11d47b9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a86242d View commit details
    Browse the repository at this point in the history
  36. Update header path config options

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a38c745 View commit details
    Browse the repository at this point in the history
  37. Replace icons

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    70bbbc3 View commit details
    Browse the repository at this point in the history
  38. Fix package base name on wine

    tolak authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    7db237e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    df7fb69 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bbf27ec View commit details
    Browse the repository at this point in the history
  41. Fix .exe and .ico names

    R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b7755b7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    689fe8e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f7f2d68 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1c72e57 View commit details
    Browse the repository at this point in the history
  45. Change the mainnet explorers

    R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    8d9499c View commit details
    Browse the repository at this point in the history
  46. Fixing file names and paths

    R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9396878 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f82cd0e View commit details
    Browse the repository at this point in the history
  48. Fix some namings

    R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    47c7186 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f71a5ac View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0c9911c View commit details
    Browse the repository at this point in the history
  51. Change testnet checkpoints

    R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    1b8c308 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    d27ad32 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    9aaccd4 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e132202 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    4ab5035 View commit details
    Browse the repository at this point in the history
  56. WIP Exchange rates

    martin-key authored and R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    70dcda8 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f1ba564 View commit details
    Browse the repository at this point in the history
  58. Apply the changes requested by H4

    Change the PRODUCT_PUBLISHER name to "The BTG Organization"
    Change one of the registry values in the electrum.nsi file
    Remove the aliyun file
    Stick the requirements-hw.txt file to the upstream version
    Move the dnspython to the bottom of the requirements file and add the comments from the upstream
    Add "TODO" for the 2FA in the base_wizard.py file
    Remove trailing spaces in the blockchain.py file
    Replace "GIT_ISSUE_URL" with "GIT_REPO_ISSUES_URL"
    Remove "self.requests_screen = None" and "self.address_screen = None" because they are not used
    Roll back a part of a function in the lnaddr.py file to the upstream
    Roll back a variable value to the upstream in the transaction.py file
    Remove "self" from the "fork" function arguments in the blockchain.py file
    R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    85b6c44 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    59da43f View commit details
    Browse the repository at this point in the history
  60. Apply the changes requested by H4 (2)

    Remove trailing spaces in the lnaddr.py file
    Switch back to the original implementation and add  a constants.net.SIGHASH_FORK_BTG to the sighash flag in the transaction.py file
    R-Santev committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9476648 View commit details
    Browse the repository at this point in the history