Janez Podhostnik

Results 62 issues of Janez Podhostnik

## Problem Definition It would be great to get TPS measurements for the cadence 1.0 branch even before we merge into master. To do this we first need to update...

every-time `getCatalog` is called this fetches the entire catalog from storage and copies it. This is terrible, especially since the catalog is growing. If a specific element is needed just...

### Current Behavior When trying to use the RLP builtin functions I got really confused. This does not work: ```cadence import RLP //.... RLP.decodeString("...".utf8) //.... ``` This also does not...

Feedback

ref: https://github.com/onflow/flow-go/issues/5858 This is intended to work together with this FVM PR https://github.com/onflow/flow-go/pull/5908 which is already deployed on testnet, so this can be deployed when it is ready. This imports...

closes: https://github.com/onflow/flow-go/issues/5745 Added `evm-batch-transfer` load to do multiple EVM transfers within one FVM transaction

## Problem Definition In the following situation: - there is a contract **B0** that depends on contract **A0** - we want to update contract **A0** and **B0** to **A1** and...

## Why Execution effort needs to accurately map to actual resources used on transaction execution, otherwise we are not charging fees correctly. ## How will we measure success ? [Computation...

Epic

https://github.com/onflow/flips/blob/main/governance/20221005-dynamic-inclusion-fee.md

flip: governance

> [!CAUTION] > DO NOT MERGE