Cardinal

Results 41 issues of Cardinal

It is nice that crond service is added, but I wish to add more cron jobs to it. I was unable to add them and make them work, I was...

Wondering are there any plans to add other EVM networks to the JS library. So far there is only ``` Network["Main"] = "main"; Network["Rinkeby"] = "rinkeby"; ``` Would like to...

Noob here. I have this error `ImportError: cannot import name 'generate_crud' ` when I try to run example code for sanic_crud I have this installed, should be ok, but seems...

With this code here https://github.com/0xacme/ERC404/blob/14c1362ca6cd3b0d0a65febc0f9cb1418b4b56e6/src/ERC404.sol#L215 you enforce that if **amountOrId** in transferFrom is smaller than **minted** it will try to transfer NFT. But what if I want to transfer less...

#### Summary When smart contracts have their value set as Paused, all operations other than serving data should be stopped on nodes. Nodes need to operate in that state as...

issue

I don't know what current testing modes are. In docs there are stated these modes https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/basic/testing-modes.md but in the default config I see different options to use https://github.com/crytic/echidna/blob/master/tests/solidity/basic/default.yaml

I would like to know if is it possible to use hardhat tests written with chai in combination with Ethno ?

Having problems with `cd scripts && ./circuits.sh ` it just gives me ./circuits.sh: 13: circom: not found

{ "name": "Tooling", "slug": "tooling", "description": "List of all blockchain-based tools." },

Currently, when we upload new data there is no record of our data and how it connects to stamp. Would be nice if there is a simple JSON file that...

issue