Skip to content

Use big.Int instead of uint64s #25

Use big.Int instead of uint64s

Use big.Int instead of uint64s #25

Triggered via pull request November 25, 2024 22:29
@mj850mj850
opened #3
mj/bigint
Status Failure
Total duration 2m 52s
Artifacts

golangci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/zkproofs/ciphertext_ciphertext_equality.go#L1
: # github.com/sei-protocol/sei-cryptography/pkg/zkproofs [github.com/sei-protocol/sei-cryptography/pkg/zkproofs.test]
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L74
cannot use tt.sourceAmount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L78
cannot use tt.destinationAmount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L124
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L127
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L166
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L169
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L208
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L209
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt
lint: pkg/zkproofs/ciphertext_ciphertext_equality_test.go#L256
cannot use amount (variable of type uint64) as *big.Int value in argument to eg.Encrypt