Jan Bernatik
Jan Bernatik
merge after secure cadence release
good to go once we verify there are no security implications, might need adding more test cases.
To do this we need to add some mechanism to make the interpreter stoppable.
would make exec state smaller, purely effort on Cadence side, non-breaking
Pending mainnet spork to complete grafana config.
We still need to add a panel for this to a grafana dashboard and configure the alert
In progress by DevEx team
Closing after short chat with Dete
CLI config: ~/flow.json { "emulators": { "default": { "port": 3569, "serviceAccount": "emulator-account" } }, "contracts": { "FungibleToken": { "source": "cadence/contracts/FungibleToken.cdc", "aliases": { "localnet": "0xee82856bf20e2aa6", "emulator": "0xee82856bf20e2aa6", "testnet": "0x9a0766d93b6608b7" } },...
Update https://github.com/onflow/flow-go/tree/master/integration/localnet#running-a-cadence-script to use the config source once this is resolved.