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

SWAP Code from @bubafistah #243

Merged
merged 55 commits into from
Jul 14, 2023
Merged

SWAP Code from @bubafistah #243

merged 55 commits into from
Jul 14, 2023

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    1b7900d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b31bc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    5f24b29 View commit details
    Browse the repository at this point in the history
  2. Hash func correction

    bubafistah committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0da7519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46a1ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c85518 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    aa3cca8 View commit details
    Browse the repository at this point in the history
  2. Add test swap keys

    bubafistah committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    956fd06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8d4596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaab4f9 View commit details
    Browse the repository at this point in the history
  5. Remove log

    bubafistah committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b57d134 View commit details
    Browse the repository at this point in the history
  6. Swap tx build test

    bubafistah committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    2710ecc View commit details
    Browse the repository at this point in the history
  7. Fix typo

    bubafistah committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    7685c19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c94870 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #237 from bubafistah/swap

    Swap TXs WIP
    Snider authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    2cde206 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    7d5af6c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Swap addr parsing

    bubafistah committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    548604b View commit details
    Browse the repository at this point in the history
  2. Update unittests

    bubafistah committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    66c9387 View commit details
    Browse the repository at this point in the history
  3. Send swap txs to null addr

    bubafistah committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e4a2146 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dcf37f View commit details
    Browse the repository at this point in the history
  5. Add missing func def

    bubafistah committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a845f2f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Merge pull request #238 from bubafistah/swap

    More swap wip
    bubafistah authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b3f28db View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Short testnet hf windows

    bubafistah committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    47858d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d47181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eb18ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e734992 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd3b808 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    ebd77ce View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    c5cd038 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    beb165c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ec0f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    995532c View commit details
    Browse the repository at this point in the history
  4. Bump rpc version

    bubafistah committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    cd85407 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #240 from bubafistah/swap_rpc

    Swap mvp
    bubafistah authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    01b5fa7 View commit details
    Browse the repository at this point in the history
  6. Change testnet seednode

    bubafistah committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2c8c847 View commit details
    Browse the repository at this point in the history
  7. Change swap wallet addr

    bubafistah committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0baad27 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Merge pull request #241 from bubafistah/swap_rpc

    Add testnet seednode
    bubafistah authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    556c0a3 View commit details
    Browse the repository at this point in the history
  2. Check for zero div

    bubafistah committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2711a37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #242 from bubafistah/zero_div

    Check for zero div
    Snider authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f0c9228 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. add manual gha trigger

    Snider authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    4e8e587 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. gitignore

    Snider committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9e017d9 View commit details
    Browse the repository at this point in the history
  2. version 5.x.x Smile

    Snider committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    bba10ab View commit details
    Browse the repository at this point in the history
  3. gui updates

    Snider committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    316dc84 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. removes compile dependencies.

    Snider committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1e3bef9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Revert "removes compile dependencies."

    This reverts commit 1e3bef9.
    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a78deed View commit details
    Browse the repository at this point in the history
  2. adds swap wallet pub data

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6b02ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c322142 View commit details
    Browse the repository at this point in the history
  4. windows compile fix

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    56640e9 View commit details
    Browse the repository at this point in the history
  5. remove failing extra build

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    23dd104 View commit details
    Browse the repository at this point in the history
  6. fixes macos compile

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fc784c7 View commit details
    Browse the repository at this point in the history
  7. renames build assets

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8edaec6 View commit details
    Browse the repository at this point in the history
  8. linux CI fix

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    93404a4 View commit details
    Browse the repository at this point in the history
  9. linux CI fix

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9a6423b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcb9b1a View commit details
    Browse the repository at this point in the history
  11. Checkpoint block 1480026

    Snider committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cdb9642 View commit details
    Browse the repository at this point in the history