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 14, 2024
1 parent a043e44 commit 8fa8902
Show file tree
Hide file tree
Showing 55 changed files with 10,158 additions and 2,501 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
10 changes: 9 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 @@ -8,19 +9,26 @@
"cbor",
"decentralisation",
"delegators",
"drep",
"dreps",
"IPFS",
"libc",
"Lovelaces",
"Milkomeda",
"mirs",
"nutlink",
"Ogmios",
"openapi",
"overusage",
"redoc",
"redocly",
"tbody",
"timelock",
"UTXO",
"utxos",
"xpub"
"xpub",
"drep",
"dreps",
"ipfs"
]
}
14 changes: 13 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
compressionLevel: mixed

supportedArchitectures:
os:
- current
- darwin
- linux
cpu:
- current
- x64
- arm64
libc:
- current
- glibc
- musl
enableGlobalCache: false

nodeLinker: node-modules
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,28 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

## [0.1.63] - 2024-03-14

### Changed

- `/epochs/{number}/parameters` and `/epochs/latest/parameters`
- `min_utxo` field deprecated, prefer `coins_per_utxo_size` for Alonzo and later eras

## [0.1.62] - 2024-03-05

### Added

- Parsing version 2 of `CIP68` metadata

### Fixed

- `tx_metadata_label_json` and `script_json` compatibility with fast-json-stringify for non-object/primitive types (eg. string)

## [0.1.61] - 2024-02-06

### Added

- `/txs/{hash}/required_signers` endpoint
- rust models definitions

### Changed
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion json-schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8fa8902

Please sign in to comment.