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

Feat/stacks signer fee estimate #4583

Merged
merged 13 commits into from
Apr 5, 2024
Merged

Commits on Apr 2, 2024

  1. Remove unnecessary retries throughout code

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ee5c726 View commit details
    Browse the repository at this point in the history
  2. Add get_medium_estimated_fee_ustx to get estimated fee from stacks node

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7a970ac View commit details
    Browse the repository at this point in the history
  3. Seperate unsigned and signed transaction building and update tests

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    abfc68a View commit details
    Browse the repository at this point in the history
  4. Update stacks-signer to attempt to estimate the transaction fee if a …

    …user sets max_tx_fee_ustx in the config
    
    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    00fd7db View commit details
    Browse the repository at this point in the history
  5. CRC: remove dead path and update debug message to a warn

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a112bf5 View commit details
    Browse the repository at this point in the history
  6. CRC: add config tests and remove config log

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    110d04e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'next' of https://github.com/stacks-network/stacks-core

    …into feat/stacks-signer-fee-estimate
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d29dde3 View commit details
    Browse the repository at this point in the history
  8. Fix bad merge

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3c4e124 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge branch 'next' of https://github.com/stacks-network/stacks-core

    …into feat/stacks-signer-fee-estimate
    jferrant committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    21368aa View commit details
    Browse the repository at this point in the history
  2. CRC: change debug to info for pre epoch 3.0 cycles requiring a fee

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1028135 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge branch 'next' of https://github.com/stacks-network/stacks-core

    …into feat/stacks-signer-fee-estimate
    jferrant committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    972b631 View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    85eb351 View commit details
    Browse the repository at this point in the history
  3. Fix bad merge 2

    Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
    jferrant committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    76b610b View commit details
    Browse the repository at this point in the history