Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Sanchonet #693

Open
crypto-titan opened this issue Sep 7, 2023 · 5 comments
Open

Support for Sanchonet #693

crypto-titan opened this issue Sep 7, 2023 · 5 comments

Comments

@crypto-titan
Copy link

Is it possible to somehow connect Oura to Sanchonet? Maybe as a custom network?

@crypto-titan
Copy link
Author

Does Oura would support the Conway era?

@crypto-titan
Copy link
Author

This seems like functioning for now.

[source]
type = "N2N"
address = ["Tcp", "sanchonet-node.world.dev.cardano.org:30004"]
magic = 4

[sink]
type = "Stdout"
format = "JSONL"
throttle_min_span_millis = 500
wrap = true

[source.mapper]
include_block_cbor = false
include_block_end_events = false
include_transaction_details = true
include_transaction_end_events = false
include_byron_ebb = false

[chain]
byron_epoch_length = 432000
byron_slot_length = 20
byron_known_slot = 0
byron_known_hash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa"
byron_known_time = 1686789000
shelley_epoch_length = 432000
shelley_slot_length = 20
shelley_known_slot = 0
shelley_known_hash = "6a7d97aae2a65ca790fd14802808b7fce00a3362bd7b21c4ed4ccb4296783b98"
shelley_known_time = 1686789020
address_hrp = "addr_test"
adahandle_policy = "8d18d786e92776c824607fd8e193ec535c79dc61ea2405ddf3b09fe3"

@crypto-titan
Copy link
Author

It just died for us.

image

@pedromtcosta
Copy link

It looks like there has been changes to the CBOR specification on sanchonet which Oura does not yet support. Is this in your pipeline?

@scarmuega
Copy link
Member

@pedromtcosta @crypto-titan the networking stack should work but as previously mentioned, sanchonet uses ledger primitives from the upcoming Conway era which are still under development (coming soon). The changes need to occur on Pallas side first. Once Pallas is ready, Oura can update dependencies and start consuming Conway blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants