Skip to content

Add sideloading functionality to neutrino #199

Add sideloading functionality to neutrino

Add sideloading functionality to neutrino #199

Triggered via pull request March 13, 2024 06:38
Status Failure
Total duration 1m 53s
Artifacts

main.yml

on: pull_request
RPC and mobile compilation check
19s
RPC and mobile compilation check
lint code
1m 28s
lint code
Matrix: run unit tests
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 8 warnings
RPC and mobile compilation check: neutrino.go#L839
undefined: newBlkHdrVerifier
RPC and mobile compilation check: neutrino.go#L840
undefined: newCfHeaderVerifier
RPC and mobile compilation check: neutrino.go#L841
undefined: newFilterHeaderWriter
RPC and mobile compilation check: neutrino.go#L1648
s.cfg undefined (type *ChainService has no field or method cfg)
RPC and mobile compilation check: neutrino.go#L1650
undefined: MaxSideloadFeatchSize
RPC and mobile compilation check: neutrino.go#L1655
no new variables on left side of :=
RPC and mobile compilation check: neutrino.go#L1657
s.cfg undefined (type *ChainService has no field or method cfg)
RPC and mobile compilation check: neutrino.go#L1658
cannot use s.chainParams.Checkpoints (variable of type []chaincfg.Checkpoint) as type map[uint32]*chainhash.Hash in argument to newfilterHdrCheckpoints
RPC and mobile compilation check: neutrino.go#L1659
undefined: MaxSideloadFeatchSize
RPC and mobile compilation check
Process completed with exit code 2.
run unit tests (unit-cover): chaindataloader/binary_test.go#L112
undefined: newBinaryChainDataLoader
run unit tests (unit-cover): chaindataloader/binary_test.go#L156
undefined: newBinaryChainDataLoader
run unit tests (unit-cover)
Process completed with exit code 2.
lint code: neutrino.go#L839
undeclared name: `newBlkHdrVerifier` (typecheck)
lint code: neutrino.go#L840
undeclared name: `newCfHeaderVerifier` (typecheck)
lint code: neutrino.go#L841
undeclared name: `newFilterHeaderWriter` (typecheck)
lint code: neutrino.go#L1648
s.cfg undefined (type *ChainService has no field or method cfg) (typecheck)
lint code: neutrino.go#L1650
undeclared name: `MaxSideloadFeatchSize` (typecheck)
lint code: neutrino.go#L1657
s.cfg undefined (type *ChainService has no field or method cfg) (typecheck)
lint code: neutrino.go#L1658
cannot use s.chainParams.Checkpoints (variable of type []chaincfg.Checkpoint) as map[uint32]*chainhash.Hash value in argument to newfilterHdrCheckpoints (typecheck)
lint code: neutrino.go#L1659
undeclared name: `MaxSideloadFeatchSize` (typecheck)
lint code: neutrino.go#L1655
no new variables on left side of := (typecheck)
lint code: chaindataloader/binary_test.go#L112
undeclared name: `newBinaryChainDataLoader` (typecheck)
run unit tests (unit-race): chaindataloader/binary_test.go#L112
undefined: newBinaryChainDataLoader
run unit tests (unit-race): chaindataloader/binary_test.go#L156
undefined: newBinaryChainDataLoader
run unit tests (unit-race): neutrino.go#L839
undefined: newBlkHdrVerifier
run unit tests (unit-race): neutrino.go#L840
undefined: newCfHeaderVerifier
run unit tests (unit-race): neutrino.go#L841
undefined: newFilterHeaderWriter
run unit tests (unit-race): neutrino.go#L1648
s.cfg undefined (type *ChainService has no field or method cfg)
run unit tests (unit-race): neutrino.go#L1650
undefined: MaxSideloadFeatchSize
run unit tests (unit-race): neutrino.go#L1655
no new variables on left side of :=
run unit tests (unit-race): neutrino.go#L1657
s.cfg undefined (type *ChainService has no field or method cfg)
run unit tests (unit-race): neutrino.go#L1658
cannot use s.chainParams.Checkpoints (variable of type []chaincfg.Checkpoint) as type map[uint32]*chainhash.Hash in argument to newfilterHdrCheckpoints
RPC and mobile compilation check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
RPC and mobile compilation check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run unit tests (unit-cover)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (unit-cover)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@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 code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint code
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run unit tests (unit-race)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run unit tests (unit-race)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/