nightfall-sdk icon indicating copy to clipboard operation
nightfall-sdk copied to clipboard

Software Development Kit for interacting with Polygon Nightfall

Results 6 nightfall-sdk issues
Sort by recently updated
recently updated
newest added

As part of L2 tokenisation, new error messages were added to the Client API. ### Tasks - [ ] Update `Client` class accordingly - [transfer](https://github.com/EYBlockchain/nightfall_3/pull/1216/files#diff-a4ad0c3b1077367b4618e94a134b38d5b835da26072b2123f3153603217b84f9), [withdrawal](https://github.com/EYBlockchain/nightfall_3/pull/1216/files#diff-09326605ee2a3097340f84aeaf9e240ffa049cf39355730f78800391716de0b8) - [ ] Review...

Currently, at most one onchain transaction can be sent to blockchain at a time. The reason is I believe ``` txReceipt = await submitTransaction( ownerEthAddress, ownerEthPrivateKey, shieldContractAddress, unsignedTx, web3, fee,...

Final look at User SDK tests. - [ ] Client tests: interceptor, balances, `saveCommitments` - [ ] Take a look at commitments tests in general - [ ] MetaMask changes...

Follow `checkPendingDeposits` implementation. Take the opportunity to think about the return - is the format meaningful/useful for end users?

Follow `checkPendingDeposits` implementation. Take the opportunity to understand the returns from the endpoint - old `nf3` docs refer to transfers but also withdrawals.