-
Notifications
You must be signed in to change notification settings - Fork 10
feat: stash tokens #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: stash tokens #308
Changes from 9 commits
58c4dec
48d36e3
39d7a4a
5795ab9
a6866cb
353ede8
448771c
41e3fca
3649c4f
e22567b
4fbc444
c0d6a8e
c88af6e
18e1eef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| // Copyright 2022-2024 Protocol Labs | ||
| // Copyright 2022-2024 Protocol Labs | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. double copyright
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right. Removed.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. twice as nice |
||
| // SPDX-License-Identifier: Apache-2.0, MIT | ||
| use anyhow::{anyhow, Context}; | ||
| use base64::Engine; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe good to add a comment stating the unit of "value received" so it is easy to understand this expression.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok.