Closed sidvishnoi closed 1 month ago
Name | Link |
---|---|
Latest commit | 4f01b7cb3dfb3c878c37395705309d2f6263a9bc |
Latest job logs | Run #11161797214 |
Download | |
Download |
I would suggest adding the base URLs in environment variables. It would be easier to update them when the Test Wallet is going to move to the new domain.
I thought of doing that, until I found there's api.rafiki.money
too, then thought hard-coding is fine. Might revisit as I work on Fynbos one.
Simplifies KeyAutoAdd's step runner to let us get output of any step (that has been previously run), not just result of previous. Getting result of previous had limitation that any intermediate steps had to pass through data from previous steps. Now we store outputs in a Map and get those with the
output(fn)
helper (WeakMap not needed, as we store reference to function anyway in steps array).Also update signature of StepRun function.
Additionally, turn
skip
call to throw an instance ofSkipError
instead of object with symbol.