[WIP] Add permit2 for Aggregation and Orderbook #153
Annotations
6 errors and 1 warning
internal/transaction-builder/transaction_builder_test.go#L17
cannot use w (variable of type *MyWallet) as "github.com/1inch/1inch-sdk-go/common".Wallet value in argument to NewFactory: *MyWallet does not implement "github.com/1inch/1inch-sdk-go/common".Wallet (missing method GenerateApproveCallData)
|
sdk-clients/aggregation/client_test.go#L25
cannot use mockWallet (variable of type *MyWallet) as "github.com/1inch/1inch-sdk-go/common".Wallet value in argument to transaction_builder.NewFactory: *MyWallet does not implement "github.com/1inch/1inch-sdk-go/common".Wallet (missing method GenerateApproveCallData)
|
sdk-clients/aggregation/client_test.go#L32
cannot use mockWallet (variable of type *MyWallet) as "github.com/1inch/1inch-sdk-go/common".Wallet value in struct literal: *MyWallet does not implement "github.com/1inch/1inch-sdk-go/common".Wallet (missing method GenerateApproveCallData)
|
sdk-clients/aggregation/client_test.go#L67
cannot use mockWallet (variable of type *MyWallet) as "github.com/1inch/1inch-sdk-go/common".Wallet value in argument to transaction_builder.NewFactory: *MyWallet does not implement "github.com/1inch/1inch-sdk-go/common".Wallet (missing method GenerateApproveCallData)
|
sdk-clients/aggregation/client_test.go#L74
cannot use mockWallet (variable of type *MyWallet) as "github.com/1inch/1inch-sdk-go/common".Wallet value in struct literal: *MyWallet does not implement "github.com/1inch/1inch-sdk-go/common".Wallet (missing method GenerateApproveCallData)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading