Wade Barnes
Wade Barnes
:rotating_light: ACTION REQUIRED: Confirm Repository Status for Migration by Dec 20 :rotating_light:
@MonicaG, Reminder about the following forks of this repo that SHOULD NOT exist in the BCGov org. - https://github.com/bcgov/backup-container-pg-duty - https://github.com/bcgov/backup-container - With this one being the biggest issue. -...
Hi @dolly1997, The real error here is `IPv4 forwarding is disabled. Networking will not work.`. It appears you have IPv4 forwarding disabled on your machine. If you google that error...
@dolly1997, This, https://github.com/bcgov/von-network/issues/278#issuecomment-1770882279, fixed similar issues.
Can you provide some details on your use case? `von-network` was designed as a provisional ledger for development and testing purposes. It is not designed to be used in a...
A workaround would be to run von-network instance on different machines.
Process to get an up-to-date genesis file for any network: - Spin up an instance of [indy-node-monitor](https://github.com/hyperledger/indy-node-monitor) using `./manage build`, `./manage start indy-node-monitor`. This will start and instance of the...
From the descriptions from @andrewwhitehead, @jleach, and @TimoGlastra, it sounds like AFJ may not be initializing the pool completely/correctly. If it's trying to communicate with nodes that no long exist...
You're understanding seems correct to me. @jleach comment about the 28 - 36 connections is more about the efficiency of the communications following the connection to the ledger. The fewer...
Some history on the genesis files and network operations that may provide some better insight into some aspects of this issue: - Traditionally published genesis files ONLY contain the list...
Info regarding functionality that could use tests, https://github.com/bcgov/von-network/pull/275#issuecomment-1938663597 Comments on project structure here, https://github.com/bcgov/von-network/pull/275#issuecomment-1938678626