AVM: Implement lsig size pooling #13574
Annotations
3 errors
reviewdog-golangci-lint:
data/transactions/logicsig.go#L28
[Lint Errors] reported by reviewdog 🐶
exported: comment on exported const MaxLogicSigArgSize should be of the form "MaxLogicSigArgSize ..." (revive)
Raw Output:
data/transactions/logicsig.go:28:1: exported: comment on exported const MaxLogicSigArgSize should be of the form "MaxLogicSigArgSize ..." (revive)
// MaxLsigArgSize is the maximum size of an argument to an LSig
^
|
reviewdog-golangci-lint:
test/e2e-go/features/transactions/logicsig_test.go#L163
[Lint Errors] reported by reviewdog 🐶
var-naming: var txn2SuccessId should be txn2SuccessID (revive)
Raw Output:
test/e2e-go/features/transactions/logicsig_test.go:163:2: var-naming: var txn2SuccessId should be txn2SuccessID (revive)
txn2SuccessId := txn2Success.ID().String()
^
|
reviewdog-golangci-lint
reviewdog exited with status code: 1
|
Loading