Skip to content

Commit a633534

Browse files
ArvolearLesterEvSeikripaka
authored
Dev (#106)
* Imports Support (#95) * feat: add imports support * feat: filter files with `fn main` * fix: apply linting suggestions from review * feat: add dependency installation. Refactor code a bit * fix: `ArtifactsResolver::contains_main` function, refactor docstring * chore: format code with `cargo fmt` * refactor: delete redundant files in `fixtures` * fix: apply linting suggestions from review * fix: linter * upd readme * refactor: separate `collector.rs` from the `resolver.rs` and apply linter suggestions --------- Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com> * deps: bump `minreq` version to `3.0.0` according to recent audits (#98) * some fixes (#100) * deps: change electrsd::bitcoind dependency into bitcoincore_rpc im smplx-sdk (#102) * Add support for unstable features (#103) * feat: update Simplex with unstable features * fix version --------- Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com> * deps: bump simplicityhl version to `0.6.0` (#105) * changelog * versions --------- Co-authored-by: Yevhenii Sekhin <evgenii.nikolaevichfgh@gmail.com> Co-authored-by: Illia Kripaka <30872146+ikripaka@users.noreply.github.com>
1 parent d707a6b commit a633534

52 files changed

Lines changed: 1343 additions & 318 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.7]
4+
5+
- Added support for SimplicityHL modules and multifile programs.
6+
- Added `simplex install` command to install external SimplicityHL dependencies.
7+
- Either via `git clone` or directly as a local dependency.
8+
- Extended the config to specify the required dependencies.
9+
- Fixed `simplexup` backward compatibility issues.
10+
311
## [0.0.6]
412

513
### Simplex

0 commit comments

Comments
 (0)