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

Implement Stake Pre-Splitting #444

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Implement Stake Pre-Splitting #444

wants to merge 9 commits into from

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    c9476ce View commit details
    Browse the repository at this point in the history
  2. fix: use TxBuilder's valueOut instead of the user's value input

    This was causing change to be computed incorrectly if the actual `valueOut` differed from the user's `value` due to automated differences (i.e: Stake Split remainders)
    JSKitty committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d096447 View commit details
    Browse the repository at this point in the history
  3. Prettier

    JSKitty committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    aca0134 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 4, 2024

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

Commits on Nov 8, 2024

  1. fix: eqeqeq linting error

    JSKitty committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8a69f52 View commit details
    Browse the repository at this point in the history
  2. fix: avoid delegating dust

    JSKitty committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ab3a1a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7e05a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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