Cashmaney
Cashmaney
## Description Looking at the time it takes to handle the crisis invariant check when starting a node, the vast majority of time taken by the invariant check is due...
Having to set SGX_MODE=SW and having it affect anything for secretcli is stupid. The only reason it's there is to know how to parse the certificates that contain the enclave's...
``` ./secretcli-linux-amd64 tx compute instantiate 128 '{}' --label yo --from t1 ERROR: unexpected end of JSON input ``` 🙄
Adding this here rather than the secret toolkit repo, though it would probably be more fitting there - Would be interesting to be able to validate Ethereum EIP-712 signed messages...
It's about time we start supporting the iterator flag - this will bring us up to par with most of the Cosmwasm v1 feature set (excluding raw queries), and support...
The rust_decimal lib is great for doing calculations on funds where you need precision. This could be integrated with the secret toolkit, so contract writers don't have to go through...
> Add checking of "required features" like they do in cosmwasm_vm @reuvenpo could you elaborate on this?
We don't implement "db_scan", so usage of iterator functions will fail cosmwasm-std = { git = "https://github.com/enigmampc/SecretNetwork", tag = "v1.0.0", features = ["iterator"] } Should be not be allowed
Since raw queries only return encrypted keys, it's pointless and will break implementations coming from other networks without letting anyone know. We should remove it from the next version