Releases: runtimeverification/komet
Releases · runtimeverification/komet
v0.1.72: Add module interface for CLI (#93)
* 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
Update nix flake inputs structure and add `rv-nix-tools` to dependenc…
v0.1.70: Add nix smoke test in CI (#85)
* 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
Add `komet.rust-stellar` derivation that provides `cargo` and `stella…
v0.1.68: Use `stellar` binary instead of `soroban` binary (#83)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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>