Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
npm ci
npm run build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: 'ui-dist'
path: ui/dist
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.tag }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: 'ui-dist'
path: ui/dist
Expand Down
14 changes: 7 additions & 7 deletions desk/app/reel.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -157,22 +157,22 @@
?> =(civ src.bowl)
=+ !<(confirmation:reel vase)
=. open-describes (~(del in open-describes) nonce)
?~ md=(~(get by our-metadata) nonce)
:_ this :_ ~
%^ tell:log %crit
~[leaf+"failed to receive metadata for nonce {<nonce>}"]
~['event'^s+'Invite Creation Failed' 'flow'^s+'lure']
=/ ids=(list [id=cord =token:reel])
%+ skim
~(tap by stable-id)
|= [key=cord =token:reel]
=(nonce token)
?~ ids
:_ this :_ ~
%^ tell:log %crit
%^ tell:log %warn
~[leaf+"no stable id found for nonce {<nonce>}"]
~['event'^s+'Invite Creation Failed' 'flow'^s+'lure']
~['event'^s+'Nonce Revoked' 'flow'^s+'lure']
=* id -<.ids
?~ md=(~(get by our-metadata) nonce)
:_ this :_ ~
%^ tell:log %crit
~[leaf+"no metadata for nonce {<nonce>}"]
~['event'^s+'Invite Creation Failed' 'flow'^s+'lure']
:: update the token the id points to
=. stable-id (~(put by stable-id) id token)
:: swap out the nonce for the token in our-metadata
Expand Down
2 changes: 1 addition & 1 deletion desk/desk.docket-0
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
glob-http+['https://bootstrap.urbit.org/glob-0v7.the2a.smdhg.89k09.6ar0t.gb5te.glob' 0v7.the2a.smdhg.89k09.6ar0t.gb5te]
::glob-ames+~zod^0v0
base+'landscape'
version+[1 28 0]
version+[1 29 0]
website+'https://tlon.io'
license+'MIT'
==
2 changes: 1 addition & 1 deletion desk/mar/reel/describe.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
++ grad %noun
++ grab
|%
++ noun (pair cord cord)
++ noun [token:reel metadata:reel]
++ json (ot:dejs:format ~[token+so:dejs:format metadata+dejs-metadata])
--
++ grow
Expand Down
Loading