Skip to content

extractSigners does not work properly with stable cadence #140

@austinkline

Description

@austinkline

Problem

When submitting a transaction using stable cadence syntax, the method extractSigners incorrectly flags something as having more signers than it really does

Steps to Reproduce

transaction {
  prepare(acct: auth(Storage, Capabilities) &Account) { 
    // ...
  }
}

Acceptance Criteria

The correct number of signers is pulled for stable cadence syntax

Context

I was trying to ensure my transactions worked on the emerald city script runner and it doesn't support multi-sig transactions. It uses flow-cadut to pull how many signers there are

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions