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

Fetcher now required with all transaction building (it shouldn't) #374

Closed
twwu123 opened this issue Nov 10, 2024 · 1 comment · Fixed by #381
Closed

Fetcher now required with all transaction building (it shouldn't) #374

twwu123 opened this issue Nov 10, 2024 · 1 comment · Fixed by #381
Assignees

Comments

@twwu123
Copy link
Collaborator

twwu123 commented Nov 10, 2024

Describe the bug
Currently, the APIs don't make it possible to input ref script into TxIn. This is troublesome, because it is required for fee calculations, making it impossible for offline transaction building.

Additional context
Simply need to change TxIn to have an extra field for ref script size.

@twwu123 twwu123 self-assigned this Nov 10, 2024
@twwu123
Copy link
Collaborator Author

twwu123 commented Nov 10, 2024

Further changes might be needed with regards to inputting the UTxO type into transaction builders.

@twwu123 twwu123 linked a pull request Nov 12, 2024 that will close this issue
21 tasks
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 a pull request may close this issue.

1 participant