Skip to content

New public function to DKG contract #1180

New public function to DKG contract

New public function to DKG contract #1180

Triggered via pull request November 9, 2023 16:45
Status Success
Total duration 4m 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
warning: ‘fp2_inv’ accessing 96 bytes in a region of size 48 [-Wstringop-overflow=]
build
note: referencing argument 1 of type ‘dig_t (*)[6]’ {aka ‘long unsigned int (*)[6]’}
build
warning: ‘fp2_inv’ accessing 96 bytes in a region of size 48 [-Wstringop-overflow=]
build
note: referencing argument 2 of type ‘const dig_t (*)[6]’ {aka ‘long unsigned int (*)[6]’}
build
note: in a call to function ‘fp2_inv’
build
warning: ‘fp2_inv’ accessing 96 bytes in a region of size 48 [-Wstringop-overflow=]
build
note: referencing argument 1 of type ‘dig_t (*)[6]’ {aka ‘long unsigned int (*)[6]’}
build
warning: ‘fp2_inv’ accessing 96 bytes in a region of size 48 [-Wstringop-overflow=]
build
note: referencing argument 2 of type ‘const dig_t (*)[6]’ {aka ‘long unsigned int (*)[6]’}
build
note: in a call to function ‘fp2_inv’
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/