web3data-js icon indicating copy to clipboard operation
web3data-js copied to clipboard

Audit methods that contain array indexing and ensure that index out of bounds errors are thrown

Open taylorjdawson opened this issue 6 years ago • 0 comments

Use Case:

Users want to know if they are bounds issues when using a method that get's a specific index of a piece of data. Like transaction index.

Requirements:

  • Go through methods getTransactionFromBlock & getUncle (any others that require index) throw 'Index out of bounds error'

taylorjdawson avatar Nov 27 '19 23:11 taylorjdawson