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

sign_with_frame + lattice fails with large transactions #18

Open
shrugs opened this issue Nov 10, 2021 · 0 comments
Open

sign_with_frame + lattice fails with large transactions #18

shrugs opened this issue Nov 10, 2021 · 0 comments

Comments

@shrugs
Copy link

shrugs commented Nov 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant