Skip to content

Releases: Anastasia-Labs/lucid-evolution

@lucid-evolution/wallet@0.1.68

21 Dec 20:46
9aeda08
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [59b51f9]:
    • @lucid-evolution/utils@0.1.62

@lucid-evolution/utils@0.1.62

21 Dec 20:46
9aeda08
Compare
Choose a tag to compare

Patch Changes

  • #459 59b51f9 Thanks @solidsnakedev! - UTXO handling to normalize entries containing both a datum and datumHash.
    The datum field is now removed when a datumHash is present to ensure consistency and avoid errors during transaction evaluation.

@lucid-evolution/provider@0.1.84

21 Dec 20:46
9aeda08
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [59b51f9]:
    • @lucid-evolution/utils@0.1.62
    • @lucid-evolution/wallet@0.1.68

@lucid-evolution/lucid@0.4.18

21 Dec 20:46
9aeda08
Compare
Choose a tag to compare

Patch Changes

  • #459 59b51f9 Thanks @solidsnakedev! - UTXO handling to normalize entries containing both a datum and datumHash.
    The datum field is now removed when a datumHash is present to ensure consistency and avoid errors during transaction evaluation.
  • Updated dependencies [59b51f9]:
    • @lucid-evolution/utils@0.1.62
    • @lucid-evolution/provider@0.1.84
    • @lucid-evolution/wallet@0.1.68

@lucid-evolution/provider@0.1.83

18 Dec 22:21
4a3db6b
Compare
Choose a tag to compare

Patch Changes

  • #455 855cc2a Thanks @solidsnakedev! - Upgrade kupmios and koios provider

    Koios

    Before

    const koios = new KoiosProvider("<api-url>");

    After

    const koios = new KoiosProvider("<koios-api-url>");

    or

    const koios = new KoiosProvider("<koios-api-url>", "<koios-bearer-token>");

    Kupmios

    Before

    const kupmios = new Kupmios("<kupo-api-url>", "<ogmios-api-url>");

    After

    const kupmios = new Kupmios("<kupo-api-url>", "<ogmios-api-url>", {
      kupoHeader: { "dmtr-api-key": "<kupo-api-key>" },
      ogmiosHeader: { "dmtr-api-key": "<ogmios-api-key>" },
    });

@lucid-evolution/lucid@0.4.17

18 Dec 22:21
4a3db6b
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [855cc2a]:
    • @lucid-evolution/provider@0.1.83

@lucid-evolution/wallet@0.1.67

16 Dec 22:22
76cdb3f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [9e8cfc6]:
    • @lucid-evolution/utils@0.1.61

@lucid-evolution/utils@0.1.61

16 Dec 22:22
76cdb3f
Compare
Choose a tag to compare

Patch Changes

@lucid-evolution/provider@0.1.82

16 Dec 22:21
76cdb3f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [9e8cfc6]:
    • @lucid-evolution/utils@0.1.61
    • @lucid-evolution/wallet@0.1.67

@lucid-evolution/lucid@0.4.16

16 Dec 22:22
76cdb3f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [9e8cfc6]:
    • @lucid-evolution/utils@0.1.61
    • @lucid-evolution/provider@0.1.82
    • @lucid-evolution/wallet@0.1.67