pedromtcosta

Results 13 issues of pedromtcosta

# Background See the confluence page describing the tech implementation for the content moderation in Yoroi: [[Yoroi]: NFT Content Moderation - Technical implementation](https://emurgo.atlassian.net/wiki/spaces/CARDANO/pages/686194693/Yoroi+NFT+Content+Moderation+-+Technical+implementation) # Implementation The main logic is contained...

Note this is a draft PR, raised mainly so anyone interested can keep following how the migration to [Yoroi Lib](https://github.com/Emurgo/yoroi-lib) is going. **IMPORTANT**: - this PR is based on the...

The transaction [a39d10dba7022fdbc4e324ef6234100308bd83e3470dea9d732519406bef268a](https://cardanoscan.io/transaction/a39d10dba7022fdbc4e324ef6234100308bd83e3470dea9d732519406bef268a) generates an output to the Byron address **Ae2tdPwUPEZAYZFzwHiWsMVR1i9Y9BusUNVN3EnqXJfa9FAEYkxJyTYnMn3**. Oura outputs it as a bech32 (**addr1stvpskppsdvpezdwv8wlnfqk4v60u7shmkurqls4v7plnqxss8gqeqw4tksqqx4jkr4tcrhewe7**) instead of base58. This can be verified by running the following Oura...

bug

This command will get the latest transaction from Byron-era in mainnet: ``` oura watch relays-new.cardano-mainnet.iohk.io:3001 --bearer tcp --since 4492794,5c196e7394ace0449ba5a51c919369699b13896e97432894b4f0354dce8670b6 ``` which produces the following output, where we can also see...

We recently started getting this error when running Oura on the preview network: > Invalid CBOR structure: 9223372036854775809 overflows target type at position 1065: when converting u64 to i64 We...

I am getting the following error when trying to use the SQS sink: ``` [2023-02-08T07:27:06Z ERROR oura::sinks::aws_sqs::run] unrecoverable error sending message to SQS: DispatchFailure(ConnectorError { err: hyper::Error(Connect, ConnectError("dns error", Custom...

This PR removes the `ws` package and the code currently using it, essentially removing the WebSockets connection from the backend

`src/index.ts` is very bloated right now. It contains both HTTP handler logic and route registration, as well as some other arbitrary logic. All handler logic should be in dedicated modules,...