Releases: LayerTwo-Labs/coinshift-rs
Releases · LayerTwo-Labs/coinshift-rs
Release list
v.0.1.6
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
Merge pull request #19 from rsantacroce/main Fixing merge
v0.1.4
- parentchain integration
- coin swap working with regtest
- bitcoin compatible rpc for parentcnain implemented
v0.1.3
Merge pull request #12 from rsantacroce/fix/l1-txid-hex-validation Fix/l1 txid hex validation
v0.1.2
ci: fix bad artifact name matching on release
v0.1.1
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
integration tests: fix build, lint errors