Atharva

Results 9 issues of Atharva

On using crate2nix to build the package, it sometimes is able to locate the package and then gives the error. [Link](https://github.com/wiredhikari/minimint/blob/crate2nix/log.txt) to logs. [Link](https://github.com/wiredhikari/minimint/blob/crate2nix/flake.nix) to the flake.

assigned
maintainer-needed
do not merge
no bug found

While compiling gammy spawns : ```src/utils.h:17:29: error: ‘size_t’ has not been declared``` I have added necessary header files to fix the problem and it compiles just fine. (Tested on Gentoo...

On using cargo2nix to build the package, it sometimes is unable to locate the package and leading the derivation to fail. [Link](https://github.com/wiredhikari/minimint/runs/6901993403?check_suite_focus=true#step:4:463) to error. [Link](https://github.com/wiredhikari/minimint/blob/flakify2/log.txt) to logs

I have been trying to sign and submit transactions using go wrapper but am unable to do so I have been using https://github.com/hyperledger/indy-vdr/blob/main/wrappers/golang/cmd/demo/demo.go for sign and submit of transactions but...

Fixes: #29 ,#30 Changes added: - Deleted unused docs folder - fixed the broken image path - added scorelab logo

On running `npm test` I get: ``` > [email protected] test > ts-mocha tests/*.spec.ts Error: Unknown/Unsupported currency at getCurrency (/home/hikari/dev/NFT-Toolbox/node_modules/@bundlr-network/client/src/node/currencies/index.ts:60:19) at new NodeBundlr (/home/hikari/dev/NFT-Toolbox/node_modules/@bundlr-network/client/src/node/bundlr.ts:24:42) at new Arweave (/home/hikari/dev/NFT-Toolbox/src/classes/Arweave.ts:17:21) at Object. (/home/hikari/dev/NFT-Toolbox/tests/Arweave.spec.ts:45:24)...