web3data-js
web3data-js copied to clipboard
Audit methods that contain array indexing and ensure that index out of bounds errors are thrown
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'