Ian Pun
Ian Pun
we currently are following a pattern where we use `ctxzap` from `https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v1.3.0/logging/zap/ctxzap/context.go#L24-L30` where we are able to add additional zap fields into the context logger so that when the function...
Closes #1465 ## Description example: ``` Flow Package Dependencies: github.com/onflow/atree: v0.6.0 github.com/onflow/cadence: v0.42.9 github.com/onflow/cadence-tools/languageserver: v0.33.3 github.com/onflow/cadence-tools/lint: v0.14.1 github.com/onflow/cadence-tools/test: v0.14.6 github.com/onflow/crypto: v0.25.0 github.com/onflow/fcl-dev-wallet: v0.7.4 github.com/onflow/flixkit-go: v1.1.2 github.com/onflow/flow-cli: (devel) github.com/onflow/flow-cli/flowkit: v1.11.0 github.com/onflow/flow-core-contracts/lib/go/contracts:...
Closes #??? ## Description ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted design OR link...
Closes #??? ## Description ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted design OR link...
- Command: **`flow stage-contract --network --signer `** - Description: Stages the specified contract code for migration. If the contract is already staged, its code will be replaced. - Output: Success...
- Command: **`flow unstage-contract --signer ` `--network `** - Description: Removes the staged contract code from the staging environment. - Output: Success message confirming the contract has been unstaged.
make sure all downward dependecies have the stable cadence updates done, so that our `feature/stable-cadence` branch is updated appropriately. As discussed, we're going to move `flow-cli` to `v2` for this...