juno icon indicating copy to clipboard operation
juno copied to clipboard

Some RPC methods panic when called without arguments

Open tshakalekholoane opened this issue 3 years ago • 0 comments

The following RPC starknet_ methods panic when called without supplying the appropriate arguments. This includes methods that do not take any arguments.

  • getBlockWithTxHashes
  • getBlockWithTxs
  • getTransactionByBlockAndIndex
  • getClass
  • getClassHashAt
  • call
  • estimateFee
  • blockNumber
  • blockHashAndNumber
  • chainId
  • pendingTransactions
  • syncing

tshakalekholoane avatar Aug 12 '22 12:08 tshakalekholoane