Skip to content

Releases: runtimeverification/komet

v0.1.76: Add telemetry functionality (#104)

02 Mar 07:00
6b80c6b

Choose a tag to compare

* add telemetry functionality

* Set Version: 0.1.76

---------

Co-authored-by: devops <devops@runtimeverification.com>

v0.1.75: Update README.md (#100)

24 Feb 14:04
608c569

Choose a tag to compare

* Update README.md

* Set Version: 0.1.73

* delete broken links

* tool => framework

* add fuzzing gif

* add recommended workflow

* fix code example

* Set Version: 0.1.74

* Set Version: 0.1.75

---------

Co-authored-by: devops <devops@runtimeverification.com>

v0.1.74: Optimize fuzzing using targeted substitution (#77)

13 Feb 10:31
3528eef

Choose a tag to compare

* apply substitutions only to `<program>` cell in fuzzer

* Set Version: 0.1.65

* setup python before code quality checks

* Set Version: 0.1.72

* Update Dockerfile

* Set Version: 0.1.73

* Set Version: 0.1.74

---------

Co-authored-by: devops <devops@runtimeverification.com>

v0.1.73: Migrate from poetry package manager to uv (#78)

13 Feb 09:46
1eea51a

Choose a tag to compare

* Makefile, pyproject.toml: migrate to uv

* poetry.lock, uv.lock: update to new lock file

* .github/{Dockerfile,test.yml,update.yml}: switch to UV

* Set Version: 0.1.65

* Set Version: 0.1.73

* .github/workflows/{test.yml,update.yml}: switch to uv

* Dockerfile: fix PATH for cargo

* pyproject.toml, uv.lock: Update pykwasm version 0.1.128

* fix flake8 error: Exception class with `__init__` should pass all args to `super().__init__()`

* update.yml: fix 'Update UV files' sed command

* update.yml: update version tags for `pyproject-build-systems`, `uv_release`  nad`uv2nix`

* apply cruft update (excluding `flake.nix`)

* add `./nix` files

* migrate `flake.nix` to uv

* update kwasm

* add `hatchling` build dependency for pykwasm

* make `stellar-cli` follow `nixpkgs-unstable` for rust 2024

* fix `komet/default.nix`

* run `cruft update`

* install specific version of uv in docker image

* update version of nix in CI

* add uv nix develop shell

* remove second `build-systems-overlay.nix` file

* fix stellar rust build

* fix typos

* add `darwin.apple_sdk.frameworks.AppKit` to stellar-cli nix derivation

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Burak Bilge Yalcinkaya <bbyalcinkaya@gmail.com>
Co-authored-by: Julian Kuners <julian.kuners@gmail.com>

v0.1.72: Add module interface for CLI (#93)

26 Sep 08:29
42d24e6

Choose a tag to compare

* add module interface for CLI

* Set Version: 0.1.72

* Update test.yml

* format: double quotes to single

* fix type error: `main()` returns `None`, not exit code

* Dockerfile: no `--features opt` when installing stellar cli

---------

Co-authored-by: Alex Olieman <alex@olieman.net>
Co-authored-by: devops <devops@runtimeverification.com>

v0.1.71

06 Jun 15:43
9211c58

Choose a tag to compare

Update nix flake inputs structure and add `rv-nix-tools` to dependenc…

v0.1.70: Add nix smoke test in CI (#85)

30 May 17:26
69b0b9d

Choose a tag to compare

* add nix smoke test in CI

* change `komet.rust-soroban` to `komet.rust-stellar`

* Set Version: 0.1.70

---------

Co-authored-by: devops <devops@runtimeverification.com>

v0.1.69

30 May 15:43
44a4f91

Choose a tag to compare

Add `komet.rust-stellar` derivation that provides `cargo` and `stella…

v0.1.68: Use `stellar` binary instead of `soroban` binary (#83)

30 May 13:10
122f4d3

Choose a tag to compare

* use `stellar` binary instead of `soroban` binary

* Set Version: 0.1.67

* Set Version: 0.1.68

---------

Co-authored-by: devops <devops@runtimeverification.com>

v0.1.67: Make cachix builds from CI/CD match CLI/flake inputs (#81)

30 May 12:30
f87cabf

Choose a tag to compare

* make cachix builds from CI/CD match CLI/flake inputs

* Set Version: 0.1.67

---------

Co-authored-by: devops <devops@runtimeverification.com>