oura icon indicating copy to clipboard operation
oura copied to clipboard

The tail of Cardano

Results 93 oura issues
Sort by recently updated
recently updated
newest added

Requirements from @bakon11: - [x] https://github.com/txpipe/oura/issues/97 - [ ] https://github.com/txpipe/oura/issues/94 - [ ] https://github.com/txpipe/oura/issues/92 - [x] https://github.com/txpipe/oura/issues/93 - [x] https://github.com/txpipe/oura/issues/86

documentation
enhancement

Is there an internal technical reason why oura is always 1 block behind the current one?

Fix https://github.com/txpipe/oura/issues/111

enhancement
automation

Blockfrost support is already in the roadmap, but [there are several alternatives to Blockfrost](https://github.com/txpipe/oura/issues/92), additional ones should be added... - [ ] Implement required abstraction level to enable multiple data...

enhancement

Integrate Oura into [Open Build Service using GitHub Automation](https://linuxkamarada.com/en/2019/03/19/integrating-the-open-build-service-with-github/). # Additional resources - https://en.opensuse.org/Packaging_Rust_Software

automation

[Cardano Rust Ouroboros Network](https://github.com/2nd-Layer/rust-cardano-ouroboros-network) is an attemp to write Ouroboros Networking protocols using Tokio Rust ecosystem, it would be nice to have a diversity of netwokring subsystems. [Cardano Rust Ouroboros...

enhancement

- Add GitHub Action to validate [dependabot.yml](https://github.com/txpipe/oura/blob/main/.github/dependabot.yml)

enhancement
automation

Blocked by: - [ ] https://github.com/txpipe/oura/issues/94

enhancement

Fetching transactions from mempool would be a great feature to have, these transactions should have a separate processing pipeline, as mempool is not a globally shared unlike the chain, it...

enhancement

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...

enhancement