The Wayback Machine - https://web.archive.org/web/20220105223250/https://github.com/input-output-hk/cardano-wallet/tags
Skip to content
Tags

v2021-12-15

v2021-11-11

v2021-09-29

v2021-09-09

v2021-08-27

v2021-08-25

v2021-08-23

Merge #2837
      2837: Bump to cardano-node 1.29.0-rc2 r=Anviking a=Anviking



- [x] Bump from cardano-node 1.29.0-rc1 to rc2

### Issue Number

ADP-1089

### Comments


Only ouroboros-network (and cardano-node) changed:

```bash
~/I/cardano-node $ git diff 1.29.0-rc1 1.29.0-rc2 -- cabal.project                                                                                      (141) (27s 925ms)
diff --git a/cabal.project b/cabal.project
index 76ce66227..f7e57604a 100644
--- a/cabal.project
+++ b/cabal.project
@@ -220,8 +220,8 @@ source-repository-package
 source-repository-package
   type: git
   location: https://github.com/input-output-hk/ouroboros-network
-  tag: d070bad7ce389a4b2ff7fb4fcb7937fdeca80f3a
-  --sha256: 0jzdwjgqcj06b0rvwyh61cgf23dlh62lcn8z7dbm7wxwjjgpkjb1
+  tag: 877ce057ff6fb086474c8eaad53f2b7f0e0fce6b
+  --sha256: 1kp0qysfy3hl96a3a61rijascq36f1imh3z4jy0vyiygb6qrv47z
   subdir:
     io-sim
     io-classes
```

Co-authored-by: Johannes Lund <[email protected]>
Co-authored-by: Rodney Lorrimar <[email protected]>

cardano-node-1.29.0-rc2

Merge #2837
      2837: Bump to cardano-node 1.29.0-rc2 r=Anviking a=Anviking



- [x] Bump from cardano-node 1.29.0-rc1 to rc2

### Issue Number

ADP-1089

### Comments


Only ouroboros-network (and cardano-node) changed:

```bash
~/I/cardano-node $ git diff 1.29.0-rc1 1.29.0-rc2 -- cabal.project                                                                                      (141) (27s 925ms)
diff --git a/cabal.project b/cabal.project
index 76ce66227..f7e57604a 100644
--- a/cabal.project
+++ b/cabal.project
@@ -220,8 +220,8 @@ source-repository-package
 source-repository-package
   type: git
   location: https://github.com/input-output-hk/ouroboros-network
-  tag: d070bad7ce389a4b2ff7fb4fcb7937fdeca80f3a
-  --sha256: 0jzdwjgqcj06b0rvwyh61cgf23dlh62lcn8z7dbm7wxwjjgpkjb1
+  tag: 877ce057ff6fb086474c8eaad53f2b7f0e0fce6b
+  --sha256: 1kp0qysfy3hl96a3a61rijascq36f1imh3z4jy0vyiygb6qrv47z
   subdir:
     io-sim
     io-classes
```

Co-authored-by: Johannes Lund <[email protected]>
Co-authored-by: Rodney Lorrimar <[email protected]>

v2021-08-11

Merge #2798 #2807 #2816
      2798: Remove unused Arbitrary instance r=jonathanknowles a=sevanspowell

## Overview

- Removed an Arbitrary instance that isn't used.


2807: Identify UTxOs suitable for use as collateral r=jonathanknowles a=sevanspowell

# Issue Number

ADP-1053


# Overview

- Added a function `asCollateral` to identify UTxOs suitable as collateral inputs.
- Clarified the meaning of a "VK input".
- Thoroughly tested the collateral functions.
- Added a property test to test the behaviour of `TokenBundle.toCoin`.

# Comments
[
I've clarified with the ledger team](https://input-output-rnd.slack.com/archives/CCRB7BU8Y/p1628060541075300) that a UTxO is to be considered suitable for collateral iff the payment credential associated with the output address of the UTxO is of type "key hash".

See the "Binary Address Format" heading of this spec: https://hydra.iohk.io/build/6752483/download/1/ledger-spec.pdf


2816: Bump version to v2021-08-11 r=Anviking a=Anviking

- [x] Bump wallet version to v2021-08-10 in preparation for release

### Issue Number

Release.

### Comments

Dependent on #2811 

<!-- Additional comments or screenshots to attach if any -->


Co-authored-by: Samuel Evans-Powell <[email protected]>
Co-authored-by: Jonathan Knowles <[email protected]>
Co-authored-by: Johannes Lund <[email protected]>

v2021-07-30