Santiago Carmuega
Santiago Carmuega
When starting Oura, we can use the `--magic testnet` and `--magic mainnet` values as shortcuts for well-known network configurations. We need to add the new "pre-production" and "preview" networks in...
Not-yet-released Pallas v0.14 introduces several breaking changes in the primitives crate. This branch is a preliminary attempt to ensure downstream component have a clear migration path.
### Discussed in https://github.com/txpipe/oura/discussions/330 Originally posted by **CyberCyclone** June 14, 2022 I'm just wondering if there was a design decision to not add support for CIP-14? It would be useful...
Discussed in https://github.com/txpipe/oura/discussions/247 We need to expand the concept of "address" in N2N source stage so that it provides a list of candidate nodes (as opposed to a single address)....
For example, when dealing with a block decoding issue, N2N will log the error (if enabled) and continue; while N2C will stop the state-machine and finally panic. Ideally, we stick...