We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug It is not possible to call a function in the explorer that contains a parameter of trait_reference type
What version of Blockstack.js are you using? stacks.js 1.0.0-beta.12 and master branch
Is the bug present in the Blockstack CLI, Gaia hub, Connect or Blockstack Browser? Testnet explorer
To Reproduce Steps to reproduce the behavior:
Expected behavior Contract call should be executed
Additional context Contract interface: https://stacks-node-api.blockstack.org/v2/contracts/interface/ST3YPJ6BBCZCMH71TV8BK50YC6QJTWEGCNDFWEQ15/advent-calendar
Relevant code: https://github.com/blockstack/blockstack.js/blob/86829fe5eadbbe3fe1345234567b1d10e88c1b5b/packages%2Ftransactions%2Fsrc%2Fcontract-abi.ts#L53
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
It is not possible to call a function in the explorer that contains a parameter of trait_reference type
What version of Blockstack.js are you using?
stacks.js 1.0.0-beta.12
and master branch
Is the bug present in the Blockstack CLI, Gaia hub, Connect or Blockstack Browser?
Testnet explorer
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Contract call should be executed
Additional context
Contract interface:
https://stacks-node-api.blockstack.org/v2/contracts/interface/ST3YPJ6BBCZCMH71TV8BK50YC6QJTWEGCNDFWEQ15/advent-calendar
Relevant code:
https://github.com/blockstack/blockstack.js/blob/86829fe5eadbbe3fe1345234567b1d10e88c1b5b/packages%2Ftransactions%2Fsrc%2Fcontract-abi.ts#L53
The text was updated successfully, but these errors were encountered: