-
**Reported by:** Brian Doyle ()
**Issue Description:**
This may be related to the log issue I created: Attempt the tutorial here: https://cadence-lang.org/docs/tutorial/capabilities
The Create L…
-
The exception below is thrown when reading a script result message with _**getJsonCadence()**_ method.
FlowScriptResponse string value returns a readable json but getJsonCadence() method cannot be …
-
```[tasklist]
### 🚨 Testnet Upgrade blockers
- [x] Release new Emulator with https://github.com/onflow/flow-go/pull/6422
```
```[tasklist]
### Features
```
```[tasklist]
### Tech Debts / Chor…
-
### Issue to be solved
# Review cadence docs
## Language Reference
```[tasklist]
### Tasks
- [ ] https://cadence-lang.org/docs/1.0/language/interfaces#types-and-event-definitions still uses…
-
https://github.com/uber/cadence-java-client/blob/dca853aaa047071caab8b16a345474aa3708d162/src/main/java/com/uber/cadence/internal/sync/SyncDecisionContext.java#L134
Related to https://github.com/ub…
-
Various topics should be added or improved:
Tasks:
- [ ] onflow/cadence-lang.org#162
- [x] onflow/cadence#2267
- [ ] onflow/cadence-lang.org#162
- [ ] onflow/cadence-lang.org#163
- [x] onfl…
-
### 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…
-
```
qlong@~: $cadence wf query ....
Error: Query workflow failed.
Error Details: QueryFailedError{Message: java.lang.IllegalStateException: Signal received after workflow is closed.
at com.uber.…
-
`com.uber.cadence.internal.external.ManualActivityCompletionClientImpl#fail` method does not set activityId on the instance of `RespondActivityTaskFailedByIDRequest`, which causes `com.uber.cadence.in…
-
### Issue to be solved
Either add a page for this in our dev docs or link to https://cadence-lang.org/docs/cadence_migration_guide. Maybe we could include a little snippet/callout in existing Flow…