Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Fix alchemy endpoint json rpc parameters #257

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

Commits on Feb 4, 2022

  1. Changing w3.eth.get_block_receipts block_number to hex value

    It appears that some json-rpc endpoints, from my testing it appears
    that alchemy is one of them require the get_block_receipts json-rpc
    to have receive the block number as a hex value.
    IdoBn committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    bf58418 View commit details
    Browse the repository at this point in the history
  2. Chainging w3.eth.fee_history parameter so that the default is not None

    It appears that fee_history must receive an array as the third parameter
    and it's default None value does not work with some json-rpc nodes.
    IdoBn committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    9d89582 View commit details
    Browse the repository at this point in the history