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

add support for arweave transactions #171

Merged
merged 3 commits into from
Feb 28, 2025
Merged

add support for arweave transactions #171

merged 3 commits into from
Feb 28, 2025

Conversation

nikooo777
Copy link
Member

fix a bit of a mess
remove unused code

fix a bit of a mess
remove unused code
if err != nil {
return nil, errors.Err(err)
}
if response.StatusCode != http.StatusOK {
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably want to let through network errors/internal apis hiccups. Only hard fail on real missing tip

}
cents = lbc.ToUnit(btcutil.AmountSatoshi)
} else if args.PaymentIntentID != nil {
cents *= 100
Copy link
Contributor

Choose a reason for hiding this comment

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

what's this do? If it's dryrun, we shouldn't see a txids/payment intents. hmm

remove old code
stop returning signatures
populate more fields in the db for paid txs
@nikooo777 nikooo777 merged commit 7ea71da into master Feb 28, 2025
2 checks passed
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