-
`asyncFlow` itself is a low-level helper. For smooth integration with orchestration API, we'll need additional wrappers and helper functions to use with exos and allow injecting closed-over state in t…
-
It's important to have a test to nail down the interface between the contract and clients such as the UI.
I'm pretty sure the contract requires offerArgs of the form `{ chainName }` and the UI supp…
-
Unable to link makeaccount.html with /register in app.py
When pressing submit button following message would appear
"Method Not Allowed
The method is not allowed for the requested URL."
-
Currently we implement two times the same class: `KibbleDatabase`:
https://github.com/apache/kibble/blob/2abfcc871dd35ddc727317267a4595f8230b53eb/kibble/setup/makeaccount.py#L27
https://github.c…
-
## Context
In our call with @Jovonni on 2024-07-30, he mentioned this idea.
## Problem Definition
Currently, the frontend sends toy tokens (BLD, IST) to Osmosis by executing the IBC transfer insi…
-
```Traceback (most recent call last):
File "C:\Users\(REDACTED)\(REDACTED)\munity\main.py", line 1, in
from app import app
File "C:\Users\(REDACTED)\(REDACTED)\munity\app.py", line 2, in
…
-
## What is the Problem Being Solved?
`orchestrator.makeLocalAccount` is basically a shortcut for `orchestrator.getChain("agoric").makeAccount()`. While potentially helpful, this helper/shortcut can c…
-
# Objective
Extend the Agoric-sdk to support the `NFT` cosmos module while taking advantage of the Agoric `Orchestration` package.
# Tasks
- [x] Research and document results
- [x] Build the…
-
```js
function testStealingFundsCuzOfArbDeposit() public {
Account memory attacker = makeAccount("attacker");
vm.startPrank(tokenBridge.owner());
token.transfer(user, 1…
-
Before we ship Orchestration API we want functional integration tests of its capabilities. This requires the multichain-testing environment.