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

feature: do not use inputs already on babyon #67

Merged
merged 7 commits into from
Oct 16, 2024

Conversation

KonradStaniec
Copy link
Collaborator

  • Do not use inputs which are already on babylon in new staking transactions when using pre-approval flow. This enables concurrent sending of pre-approvals

Copy link
Member

@Lazar955 Lazar955 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work

@@ -1694,6 +1729,20 @@ func (app *StakerApp) WatchStaking(
}
}

func (app *StakerApp) filteUtxoFnGen() walletcontroller.UseUtxoFn {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
func (app *StakerApp) filteUtxoFnGen() walletcontroller.UseUtxoFn {
func (app *StakerApp) filterUtxoFnGen() walletcontroller.UseUtxoFn {

@KonradStaniec KonradStaniec merged commit 7dd2055 into main Oct 16, 2024
12 checks passed
@KonradStaniec KonradStaniec deleted the konradstaniec/do-not-use-inputs-already-on-babyon branch October 16, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants