Skip to content

Releases: runtimeverification/komet

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>

v0.1.66: Update dependency: deps/kwasm_release (#80)

23 May 04:28
a3ccbd6

Choose a tag to compare

* deps/kwasm_release: Set Version 0.1.128

* Set Version: 0.1.66

* Sync Poetry files 0.1.128

* deps/k_release: sync release file version 7.1.257

* flake.{nix,lock}: update Nix derivations

* deps/soroban-examples: update submodule

* Sync Poetry files 0.1.128

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>

v0.1.65: Update dependency: deps/kwasm_release (#79)

13 May 19:54
28d90a4

Choose a tag to compare

* deps/kwasm_release: Set Version 0.1.127

* Set Version: 0.1.65

* Sync Poetry files 0.1.127

* deps/k_release: sync release file version 7.1.253

* flake.{nix,lock}: update Nix derivations

* src/komet: adjust imports

* .github/Dockerfile: add wasm32v1-none rust target

* .github/Dockerfile: adjust how we install rust targets

* .github/Dockerfile: non-interactive rustup install

* .github/Dockerfile: another attepmt

* .github/Dockerfile: another attempt

* .github/Dockerfile: another attempt

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Everett Hildenbrandt <everett.hildenbrandt@gmail.com>

v0.1.64: Update dependency: deps/kwasm_release (#76)

17 Apr 18:29
638565f

Choose a tag to compare

* deps/kwasm_release: Set Version 0.1.125

* Set Version: 0.1.64

* Sync Poetry files 0.1.125

* deps/k_release: sync release file version 7.1.240

* flake.{nix,lock}: update Nix derivations

* deps/kwasm_release: Set Version 0.1.126

* Sync Poetry files 0.1.126

* deps/k_release: sync release file version 7.1.241

* flake.{nix,lock}: update Nix derivations

---------

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

v0.1.63: Add `U256` arithmetic functions (#73)

15 Apr 12:30
5ba0798

Choose a tag to compare

* refactor integer.md using hostCallAux

* implement u256 arithmetic

* implement noop `authorize_as_curr_contract`

* Set Version: 0.1.62

* Set Version: 0.1.63

* add comments for max/min int helpers

---------

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