Skip to content

Support passing custom Web3 transaction parameters #2

@aiman

Description

@aiman

When building a Web3 transaction, currently Web3 transactions parameters are automatically filled in by deferring to web3.py's built-in logic, which ultimately calls web3.utils._.transactions.fill_transaction_defaults(). But this is not sufficient for some important use cases.

Support passing custom Web3 transaction parameters in order to:

  • enable a user who wants to override the defaults to use preferred Web3 parameter values
  • enable offline signing of Web3 transactions, where all the Web3 parameters will need to be provided

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions