Jan Bernatik
Jan Bernatik
extend the error message for this case (https://github.com/onflow/cadence/blob/56e99979e110584457c0ea0c0b03d9582a6d16c8/runtime/runtime.go#L238), indicating that we recovered an unexpected panic, then set up an alert for it
Seems like we are skewing interaction limit by counting contract imports multiple times if the same contract is imported via multiple branches in the dependency tree. We need to fix...
Folowing APIs were marked as deprecated addPublicKey removePublicKey on Mar 15th 2021 ([commit](https://github.com/onflow/cadence/commit/58d613f90b0c4a343325bbf1e691db0374b4b35f#diff-922d8e6ca000c087b0eba7a1886b7bccde23a0457bf3412dda16121293a372ae)) 1. Announce removal of these APIs 2. Remove from code
Contract removal remains permissioned with deployment of secure cadence, because it would be possible to circumvent the [safety checks performed during contract upgrades](https://docs.onflow.org/cadence/language/contract-updatability/). Scope: Propose and implement solution that would...
Draft: https://docs.google.com/document/d/17MEcG6dIBYcL3GW1Hwy9oJxkrNmIRTdKPjeiVgKTi7U/edit
### Problem Executing simple script like this: import FungibleToken from "cadence/contracts/FungibleToken.cdc" import FlowToken from "cadence/contracts/FlowToken.cdc" pub fun main(address: Address): UFix64 { let acct = getAccount(address) let vaultRef = acct.getCapability(/public/flowTokenBalance)!.borrow() ??...
In order to synchronise EN version switchover, as described in a [design document](https://www.notion.so/dapperlabs/Execution-Nodes-rolling-updates-4a3984b868c24e3fb00e1c0d40857d8e?d=02e6681621724dd3a543ad9b1568a680#98da50ac701346e6b105f85ca5f95767) height to version map is to be stored as part of service account, and thus available to...
## Description Adding section to the docs on why should devs use Cadence. The 4th top-level tile is added in https://github.com/onflow/cadence/pull/2040. ______ - [x] Targeted PR against `master` branch -...
This epic tracks tasks/stories related to Cadence Elaboration optimizations, such as finding a better representation, as well as making it serializable so it can be stored on-chain.