Piotr Napierala
Piotr Napierala
> Thank you for contributing to Mesh! We appreciate your effort and dedication to improving this project. To ensure that your contribution is in line with the project's guidelines and...
## Summary Check whether XMLHttpRequest is defined and if not use the Node.js built-in fetch method. This prevents an "XMLHttpRequest is not defined" error in Node.js environemnt. ## Affect components...
This is a fix for a util method used to turn PoolID into a key hash. The previous implementation was using a method that was working only with Cardano addresses....
### Describe the feature you'd like - Investigate the codebase and list all places where we currently rely on double-encoded plutus scripts - The output should be a list of...
### Data Parser - remove uneccessary utf8 string validation - fix returned type of `toBytes` func - clean up code by reuising `isHexString` & write test cover for every function...