Skip to content

Releases: LayerTwo-Labs/coinshift-rs

v.0.1.6

Choose a tag to compare

@rsantacroce rsantacroce released this 30 Mar 17:09
74f7ea6

What's Changed

  • Clean up docs and scripts: move regtest scripts to scripts/regtest, c… by @rsantacroce in #20
  • Fix clippy lints: remove unused hex import, needless borrows, clone_o… by @rsantacroce in #21
  • Claude/jovial dijkstra by @rsantacroce in #22
  • Fix wallet balance updates, swap expiration, and improve UI by @rsantacroce in #25

Full Changelog: v0.1.5...v.0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 05 Mar 17:28
4b06896
Merge pull request #19 from rsantacroce/main

Fixing merge

v0.1.4

Choose a tag to compare

@rsantacroce rsantacroce released this 19 Feb 18:50
0b908eb
  • parentchain integration
  • coin swap working with regtest
  • bitcoin compatible rpc for parentcnain implemented

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Feb 21:28
c767312
Merge pull request #12 from rsantacroce/fix/l1-txid-hex-validation

Fix/l1 txid hex validation

v0.1.2

Choose a tag to compare

@torkelrogstad torkelrogstad released this 02 Feb 12:36
ci: fix bad artifact name matching on release

v0.1.1

Choose a tag to compare

@torkelrogstad torkelrogstad released this 02 Feb 12:24
ci: drop integration test dependency for release upload

If a new version is tagged, we want to upload it to the release server
regardless of the result of the integration test.

v0.1

Choose a tag to compare

@torkelrogstad torkelrogstad released this 02 Feb 12:04
integration tests: fix build, lint errors