geekberryonekey
geekberryonekey
这个 issue 和以下问题是同一个问题吗? ``` import { createRequestParamDecorator } from '@midwayjs/core'; // 实现装饰器 export const Token = () => { return createRequestParamDecorator(ctx => { throw new MidwayValidationError('Token params error', 422, null);...
Oh! it is the same propose with `klepto commented on Feb 27` --- ## how about new Call struct with gas limit. We often use multicall to query balances in...
1.1 For some contracts, they perform checks on the caller (msg.sender), such as supporting only whitelisted callers. In such cases, using call may result in incorrect readings, while using delegatecall...
> For those use cases, you want to delegatecall to the Multicall contract. This way your contract (say, a Safe wallet) executes some arbitrary sequence of calls and is the...
Revise the point in requirement 2. I think the method name should not be called `isContract`, it should be named according to the underlying operation itself. Here my example code:...