Janez Podhostnik

Results 62 issues of Janez Podhostnik

When creating a `Tx` object a reference block ID must be specified. Introduce an optional way for the Tx object to fetch the reference block ID behind the scenes.

enhancement

Add an easy way to subscribe to flow events.

enhancement

Right now the create account TX template definition looks like this: ```py def create_account_template( *, keys: list[AccountKey], reference_block_id: bytes = None, payer: cadence.Address = None, proposal_key: ProposalKey = None, contracts:...

enhancement

It would be cool if I could click the address in the import (or alternatively the contract in the import). ![image](https://user-images.githubusercontent.com/67895329/106783576-b9c1d380-664b-11eb-8b0a-a5749d4610fa.png)

### Problem Clicking on `Accounts (AuthAccount / PublicAccount)` in the `Composite Type Fields` chapter here https://docs.onflow.org/cadence/language/composite-types#composite-type-fields leads to a 404. ### Acceptance Criteria It probably should lead here: https://docs.onflow.org/cadence/language/accounts/

bug

## Description A lot times I find myself using commands like this: ```sh flow scripts execute

Feature
Feedback

### Issue To Be Solved Enable install/update using go toolchain: ``` go install github.com/onflow/flow-cli/cmd/flow@latest ``` ### (Optional): Suggest A Solution I opened a draft PR to demonstrate what wold need...

Feedback
Help wanted

### Current Behavior Problem was discussed [here]( https://discord.com/channels/613813861610684416/1108479699732152503/1111755892644384819) This cadence code ```cadence let oldToken

Bug
Feedback