Skip to content

sign_with_frame + lattice fails with large transactions #18

@shrugs

Description

@shrugs

Testing out the new version 0.3.0 (eth-brownie 1.17.1) with Frame + GridPlus Lattice, but getting an issue signing a large multisend tx (4x disperse.app txs). Works just fine signing smaller payloads that the Lattice can fully display.

(worth nothing, my estimate_gas call is failing most likely due to #3, but most likely not relevant here)

    safe_tx = safe.multisend_from_receipts()
    # safe.estimate_gas(safe_tx)
    # safe.preview(safe_tx)
    # safe.post_transaction(safe_tx)
    signature = safe.sign_with_frame(safe_tx)

I think that this is an issue with frame + lattice, specifically, so i've opened an issue here: floating/frame#628 but wanted to link it to ape-safe for those that run into the issue here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions