Fabian Bormann
Fabian Bormann
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug If you're connected with NuFi and reload the page, the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Task description 🔨🔧 The calculations of the pool, member and owner rewards are...
### 🚀 The feature and your motivation The reserves pot calculation is currently still missing and needs to be implemented for all epochs, to implement eventually all ada pots calculations....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Task description 🔨🔧 Currently we only provide a report for the treasury calculation,...
I don't know if the Koios API has changed, but unfortunately I was unable to get an inline datum from the [utxo_info call](https://preprod.koios.rest/#post-/utxo_info). It turned out, that the call does...
I migrated to the latest Aiken version and now with Plutus v3 it seems that there is an issue that appears if multiple mint validators are in one file: ```...
**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [X] Other, please explain:...
_We are adding this as a draft PR first. The draft status will be removed after internal alignments._ ## Description This PR adds the exact schema for Cardano to allow...
I am using the `CIP30DataSigner` like this: ```java CIP30DataSigner.INSTANCE.signData(userAccount.baseAddress().getBytes(), message.getBytes(), userAccount); ``` However, when I use the same user account with Eternl to sign the exact same message using the...