You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the design document, a new BytecodeAnalyzer service class is needed to handle analyzing smart contract bytecode and perform ERC signature matching.
Solution
Implement a BytecodeAnalyzer service class under tools/erc-repository-indexer/src/services/bytecodeAnalyzer.ts. The class should include:
A bytecodeAnalyzer() method to analyze bytecode and perform ERC signature matching
The BytecodeAnalyzer class should also be tested using the Jest testing framework.
The text was updated successfully, but these errors were encountered:
quiet-node
changed the title
[ERC Registry] Add ErcInterfaceMatcher service class to perform interface signature matching for ERC contracts
[ERC Registry] Add BytecodeAnalyzer service class to perform interface signature matching for ERC contracts
Dec 4, 2024
Problem
According to the design document, a new
BytecodeAnalyzer
service class is needed to handle analyzing smart contract bytecode and perform ERC signature matching.Solution
Implement a
BytecodeAnalyzer
service class undertools/erc-repository-indexer/src/services/bytecodeAnalyzer.ts
. The class should include:bytecodeAnalyzer()
method to analyze bytecode and perform ERC signature matchingThe
BytecodeAnalyzer
class should also be tested using the Jest testing framework.The text was updated successfully, but these errors were encountered: