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

refactor update stackstransaction constructor to options object #1751

Open
wants to merge 5 commits into
base: 10-23-refactor_remove_unneeded_deserialize_overloads
Choose a base branch
from

Conversation

janniks
Copy link
Collaborator

@janniks janniks commented Oct 23, 2024

This PR was published to npm with the version 6.14.1-pr.87+5ed8a666
e.g. npm install @stacks/[email protected]+5ed8a666 --save-exact

  • Rename StacksTransaction, so we can use the name for a better more human readable alternative in the future
  • Update to accept an options object instead

Copy link

vercel bot commented Oct 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stacksjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 3:15pm

Copy link

codecov bot commented Oct 23, 2024

@@ -40,3 +40,5 @@ export type NonFungiblePostCondition = {
};

export type PostCondition = StxPostCondition | FungiblePostCondition | NonFungiblePostCondition;

export type PostConditionModeName = 'allow' | 'deny';
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@janniks janniks force-pushed the 10-23-refactor_remove_unneeded_deserialize_overloads branch from 4db76a6 to 8a72ccb Compare October 24, 2024 15:12
@janniks janniks force-pushed the 10-23-refactor_update_stackstransaction_constructor_to_options_object branch from 7144c1b to 5ed8a66 Compare October 24, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

2 participants