feat: implement paymaster #2741
Annotations
4 errors and 1 warning
golangci-lint:
x/storage/keeper/bucket_rate_limit.go#L232
S1008: should use 'return !isPaymentAccountOwner' instead of 'if isPaymentAccountOwner { return false }; return true' (gosimple)
|
golangci-lint:
e2e/tests/storage_rate_limit_test.go#L162
ineffectual assignment to err (ineffassign)
|
golangci-lint:
e2e/tests/storage_rate_limit_test.go#L172
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading