Skip to content

Feature: integrate token swap logic into WZCN burn command #902

Feature: integrate token swap logic into WZCN burn command

Feature: integrate token swap logic into WZCN burn command #902

Triggered via pull request October 26, 2023 20:55
Status Failure
Total duration 1m 47s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
unit-test: cmd/bridge-burn-eth.go#L29
b.GetTokenBalance undefined (type *zcnbridge.BridgeClient has no field or method GetTokenBalance)
unit-test: cmd/bridge-burn-eth.go#L46
b.Swap undefined (type *zcnbridge.BridgeClient has no field or method Swap)
unit-test: cmd/bridge-burn-eth.go#L65
cannot use amount (variable of type uint64) as zcnbridge.Wei value in argument to b.IncreaseBurnerAllowance
unit-test
Process completed with exit code 2.
unit-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/