chain: use batch rpc client in mempool poller #449
Annotations
10 errors and 1 warning
chain/mempool.go#L482
invalid operation: len(txids) / m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L544
invalid operation: len(respReceivers) % m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L546
invalid operation: i / m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L482
invalid operation: len(txids) / m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L544
invalid operation: len(respReceivers) % m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L546
invalid operation: i / m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L482
invalid operation: len(txids) / m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L544
invalid operation: len(respReceivers) % m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L546
invalid operation: i / m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
chain/mempool.go#L482
invalid operation: len(txids) / m.cfg.getRawTxBatchSize (mismatched types int and uint32)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, 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/
|
The logs for this run have expired and are no longer available.
Loading