This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Builder Efficient reverts #365
Annotations
7 errors and 3 warnings
Lint:
core/state/multi_tx_snapshot_test.go#L280
S1005: unnecessary assignment to the blank identifier (gosimple)
|
Lint:
core/state/multi_tx_snapshot_test.go#L288
S1005: unnecessary assignment to the blank identifier (gosimple)
|
Lint:
core/state/multi_tx_snapshot_test.go#L72
S1004: should use !bytes.Equal(s.GetCode(state.address), state.code) instead (gosimple)
|
Lint:
miner/algo_common.go#L306
ineffectual assignment to orderFailed (ineffassign)
|
Lint:
core/state/multi_tx_snapshot_test.go#L105
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
|
Lint:
core/state/multi_tx_snapshot_test.go#L142
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (staticcheck)
|
Lint
Process completed with exit code 2.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
End to End
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|