Skip to content

Commit

Permalink
Bump new mithril version for breaking changes (#1766)
Browse files Browse the repository at this point in the history
Need to bump Mithril to support new release.

---

<!-- Consider each and tick it off one way or the other -->
* [x] CHANGELOG updated or not needed
* [ ] Documentation updated or not needed
* [ ] Haddocks updated or not needed
* [ ] No new TODOs introduced or explained herafter
  • Loading branch information
noonio authored Dec 17, 2024
2 parents 26241c9 + 85a1fab commit d85f526
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ changes.

- Add `inlineDatumRaw` to transaction outputs on the `hydra-node` API.

- Use different versions of mithril depending on the network (Sanchonet/Preview: Unstable, Mainnet/Preproduction: 2445.0)
- Use different versions of mithril depending on the network (Sanchonet/Preview: Unstable, Mainnet/Preproduction: 2450.0)

- New websocket URL parameter `?address=...` to filter `SnapshotConfirmed`, `TxValid` and `TxInvalid` server outputs by address.

Expand Down
40 changes: 20 additions & 20 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
nix-npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";


mithril.url = "github:input-output-hk/mithril/2445.0";
mithril.url = "github:input-output-hk/mithril/2450.0";
mithril-unstable.url = "github:input-output-hk/mithril/unstable";
};

Expand Down

0 comments on commit d85f526

Please sign in to comment.