Skip to content

Snake case remaining main API methods and properties #2598

@wolovim

Description

@wolovim

What was wrong?

In web3/main.py there are a few properties and methods that have managed to avoid snake casing so far.

How can it be fixed?

  • encoding/decoding: toBytes, etc.
  • currency utilities: toWei, fromWei
  • address utilities: isAddress, etc.
  • clientVersion
  • solidityKeccak
  • isConnected
  • ENS fromWeb3
  • contract.py:
    • BaseContractEvent: processReceipt, processLog, createFilter + kwargs in createFilter
    • ContractEvent + AsyncContractEvent: getLogs

Metadata

Metadata

Assignees

No one assigned

    Labels

    v6Breaking changes that were considered for v6 (old)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions