Skip to content

feat: show decoded calldata on transaction signing #2655

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

antazoey
Copy link
Member

What I did

so now it does

In [2]: contract.getVaults.transact(0, "0x0123", sender=me)
DynamicFeeTransaction:
  chainId: 11155111
  to: 0x0f33cbCDCc47EF243fe6a77daBad98C1017A9462
  from: 0x111a95fC5359edE5d5dDc4f10A1F4B680694853E
  gas: 25293
  nonce: 78
  value: 0
  data: getVaults(fromIdx=0, user=0x0123)
  type: 2
  maxFeePerGas: 1827450838
  maxPriorityFeePerGas: 1000000
  accessList: []

Sign:  [y/N]: 

How I did it

How to verify it

Checklist

  • All changes are completed
  • Change is covered in tests
  • Documentation is complete

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

Successfully merging this pull request may close these issues.

1 participant