Skip to content

Commit

Permalink
feat: CIP-1694
Browse files Browse the repository at this point in the history
  • Loading branch information
1000101 committed Jul 20, 2024
1 parent e3b2472 commit e89875d
Show file tree
Hide file tree
Showing 42 changed files with 20,421 additions and 8,991 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"printWidth": 80,
"arrowParens": "avoid",
"bracketSpacing": true,
"singleQuote": true,
"singleQuote": false,
"semi": true,
"trailingComma": "all",
"tabWidth": 2,
Expand Down
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"autobanned",
"Bdatum",
"Bech",
"blockfrost",
Expand All @@ -18,12 +19,16 @@
"nutlink",
"Ogmios",
"openapi",
"overusage",
"redoc",
"redocly",
"tbody",
"timelock",
"UTXO",
"utxos",
"xpub"
"xpub",
"drep",
"dreps",
"ipfs"
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

## [0.1.6%] - XXXX-XX-XX

### Added

- CIP-1964 support

## [0.1.64] - 2024-06-27

### Added
Expand Down
Loading

0 comments on commit e89875d

Please sign in to comment.