Feature: add gas price estimation feature to zcnbridge #5862
tests.yml
on: pull_request
go-test
1m 0s
lint
1m 23s
wasm-test
1m 19s
system-test
0s
Annotations
7 errors and 5 warnings
go-test
Process completed with exit code 2.
|
wasm-test:
zcnbridge/bridge.go#L1034
gasAmountInt.Float64 undefined (type *big.Int has no field or method Float64)
|
wasm-test:
zcnbridge/bridge.go#L1054
gasPriceInt.Float64 undefined (type *big.Int has no field or method Float64)
|
wasm-test
Process completed with exit code 2.
|
lint:
zcnbridge/bridge.go#L1034
gasAmountInt.Float64 undefined (type *big.Int has no field or method Float64) (typecheck)
|
lint:
zcnbridge/bridge.go#L1054
gasPriceInt.Float64 undefined (type *big.Int has no field or method Float64) (typecheck)
|
lint
issues found
|
go-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-test
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/
|
wasm-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
wasm-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@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/.
|