Assaf Morami

Results 146 comments of Assaf Morami

Cc @ethanfrey @webmaster128 @syrusakbary We would love to but let me check if we have the capacity right now. :blush:

To identify the Cosmos SDK version you can use the `/cosmos/base/tendermint/v1beta1/node_info` endpoint, e.g.: ```bash curl https://secret-4.api.trivium.network:1317/cosmos/base/tendermint/v1beta1/node_info -s | jq '.application_version.cosmos_sdk_version' ```

Does `no-legacy-stdTx` means that the chain has no Amino support?

@lacabra Do we need to add the CORS header on the server for this?

Cool, thanks. No plans to change the code for now. @cmalfesi Sorry so I don't get it... Why and where you are seeing CORS errors?

Hi @FishmanL, we can only use `no_std`-enabled crates inside the enclave, so please use a GSL library with `no_std` support and make sure the project compiles on your machine. :blush:

@alaaltoros can you resolve the conflicts? Also waiting for @cmalfesi CORS fixes in order to merge this.

Still seeing conflicts in `UIcode/client/package-lock.json` and `UIcode/client/yarn.lock`. You can remove the one you don't use and rebuild the one you use.

In Enigma :muscle: we're running wasmi inside SGX with your SDK, in order to implement smart contracts over encrypted data in the Secret Network blockchain: https://github.com/enigmampc/SecretNetwork