Riu

Results 3 issues of Riu

**Is your feature request related to a problem? Please describe.** if an event contains dynamic types, zkgraph developers need to manually decode and personally calculate the offset and length for...

feature

The "eventHandlers" field in the current configuration file only supports two fields: "event define" and "handle function". ```yaml eventHandlers: - event: OrderFulfilled(bytes32,address,address,address,tuple[],tuple[]) handler: handleEvents ``` If the event contains dynamic...

good first issue
feature

### Intro .transfer only forwards 2300 gas. If the destination is a contract, e.g. a multisig wallet, the gas is not enough to execute the receive or fallback function, making...