Skip to content

Commit

Permalink
feature[setler-cli]: bootstrap mode 0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Sep 2, 2023
1 parent 2b1bf8b commit 703bd5d
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 83 deletions.
10 changes: 10 additions & 0 deletions identity-wallet/setler-cli/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Subsections: (Added, Changed, Deprecated, Removed, Fixed, Security)

## [Unreleased]

## [0.0.23] - 2023-09-02

### Added

- Bootstrap mode to send unspent budget to the bootstrap address to support general kudos development, etc.

### Removed

- Removed the "thanks" method, as it's replaced by bootstrap mode.

## [0.0.22] - 2023-09-01

### Added
Expand Down
4 changes: 2 additions & 2 deletions identity-wallet/setler-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loremlabs/setler",
"version": "0.0.22",
"version": "0.0.23",
"description": "setler command-line tool, a non-custodial identity wallet with kudos support",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@dnslink/js": "^0.12.0",
"@iarna/toml": "^2.2.5",
"@kudos-protocol/short-id": "^0.0.1",
"@kudos-protocol/subject-hash": "^0.0.2",
"@kudos-protocol/subject-hash": "^0.0.3",
"@noble/hashes": "^1.2.0",
"@noble/secp256k1": "1.7.1",
"@scure/bip39": "1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions identity-wallet/setler-cli/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion identity-wallet/setler-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ You can also setle kudos from a URL containing an ndjson list of kudos with:

```
% npx @loremlabs/setler kudos send --url https://raw.githubusercontent.com/loremlabs/kudos/main/docs/example-kudos.ndjson
```
```
Loading

2 comments on commit 703bd5d

@vercel
Copy link

@vercel vercel bot commented on 703bd5d Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 703bd5d Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ident-agency-net-enola – ./ident-agency/packages/enola

ident-agency-net-enola.vercel.app
ident-agency-net-enola-loremlabs.vercel.app
ident-agency-net-enola-git-main-loremlabs.vercel.app

Please sign in to comment.