Gavin Harris

Results 8 issues of Gavin Harris

**Is your feature request related to a problem? Please describe.** Currently the authorization methods `withAuthUserTokenSSR` and `withAuthUserSSR` allow us to validate if a request for page is Authenticated or not....

enhancement
RFC

Blockfrost ( provides a way to 'evaluate' a transaction that utilizes a Plutus Script, this evaluation returns the correct ExUnits that should be provided for each Redeemer. I'm just wondering...

Perhaps we can use the Nami Implementation as a basis for this? https://github.com/berry-pool/nami/blob/main/src/lib/coinSelection.js

I've got it working but I really do not know if this is a good way to handle!

When the UTxO set available to a Wallet has no 'clean' UTxO's the `Tx::balanceLovelace` method fails. I am working on a test replication now and will post up ASAP

I really do not know if this is even possible, however it would be amazing if there was a way to get test coverage reports from the `Tx::finalize` method some...

Added the method `verifyAddress`; this method takes the provided Public Key and Address (supplied by the signing process `signData`) and we attempt to recreate the address. To recreate the address...

Does the code currently verify the authenticity of the signed message in any way? I can see that we are ensuring that the token is correctly formed but are we...