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

Fix: Inputs/Outputs in isolation #72

Merged
merged 1 commit into from
Oct 15, 2021
Merged

Conversation

tigh-latte
Copy link
Contributor

Resolves #47

Move towards the removal/unexportation of any function which builds and returns an input or output, in order to prevent accidental misuse. Currently, the last ones left (that I could find) are NewInputFromBytes and NewOutputFromBytes.

@mergify mergify bot added the enhancement New feature or request label Oct 12, 2021
@tigh-latte tigh-latte changed the title unexport newinput/newoutput funcs and update tests Fix: Inputs/Outputs in isolation Oct 12, 2021
@mergify mergify bot merged commit 403c379 into master Oct 15, 2021
@mergify mergify bot deleted the enhancement/io-isolation branch October 15, 2021 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid Inputs or Outputs used in insolation
2 participants