sierkov
sierkov
@lematt1991, I've created a simple pull request to show how this issue can be solved. I'm just starting to work with fairseq, so not sure if this patch is good...
Here are the links to the dataset: - [The dataset’s README file](https://github.com/sierkov/daedalus-turbo/tree/main/experiment/plutus-benchmark) with further details and download links. - [The reference benchmarking code](https://github.com/sierkov/daedalus-turbo/blob/main/lib/dt/cli/plutus-benchmark.cpp). - [The raw outputs of the benchmarking...
@kwxm, looks great. Thank you!
@KtorZ, @WhatisRT, @ch1bo, thank you very much for the additional context and ideas. Given the many points raised, I’ve structured my response into the following sections for clarity: - **Project...
@lehins, thank you for being direct about the resourcing situation on your end. This task does come with associated resources, though they are not explicitly outlined yet since the scope...
@KtorZ, have you had a chance to discuss the approach to testing ledger conformance with your team? My project has a draft implementation of the ledger supporting Conway governance actions,...
@KtorZ, thank you. I take note that you're primarily interested in negative and edge scenarios, ideally presented as a set of transactions. Would it be a problem if such sets...
@KtorZ, I fully agree. The ideal input is a sequence of zero or more blocks, like a volatileDB chunk file, but without guarantees on block order. This allows us to...