DFST

Results 57 comments of DFST

See also the discussion on discord https://discord.com/channels/484437221055922177/1205086733121888266 I've encountered many issues with o1js and nodenext in my MinaNFT library, and after trying many ways to resolve it, I finally decided...

Given that market conditions can change fast, there should also be a way to resend the tx with an increased fee, something like: ```typescript const txSent = await tx.send(); const...

The same problem exists on the Berkeley testnet: https://github.com/o1-labs/o1js/issues/1426

> * Also not sure if this is specific to the archive node - Mina interaction on lightnet. For example, with what latency can we expect actions to arrive in...

I solved it by creating a tiny ZkProgram that verifies the signature and by providing the proof instead of the signature as an argument to the SmartContract method.

> I can not even deploy contract anymore, could you please link the code @dfstio The code I'm referring to is at the signature-error branch. Unfortunately, I was not able...

It is also reported in Discord: https://discord.com/channels/484437221055922177/1234393036264443967

This error can be reproduced with this repo: https://github.com/dfstio/minanft-lib/tree/signature-error The branch is signature-error, to reproduce the error you need to 1. Add env.json ``` { "DEPLOYER": "", "DEPLOYER_API": "", "PINATA_JWT":...

> Absolutely, but does it work with localBlockchain? > > It did not work for me even for localBlockchain, i am still on downgraded o1js, unfortunately My code works now...

It can be related to https://github.com/MinaProtocol/mina/pull/15503