Skip to content

Commit 4e187a2

Browse files
authored
bump version to v0.1.2 (#31)
* feat(smt): add rocksdb support (#9) This commit introduces RocksDB as backend for the SMT. closes #5 * chore(smt): add rocksdb to main ci check * fix(smt): allow value replace (#13) * feat(smt): add rocksdb support (#9) (#10) * fix(smt): allow value replace This commit fixes the SMT behavior that will iterate over the bits of the key until depletion. It instead replaces the value upon depletion. It assumes the hash cannot produce more bits than [HASH_LEN] so a collision is necessarily the same data being inserted. related to #12 * improve docs * feat: add execution context * feat: add sp1 and wasmtime backends * feat: add context to wasm runtime * feat: add state proof to module program * feat: add abi http * chore: update github workflow matrix to no-std pkg * chore: update to stable dependencies * feat: add openapi service * chore: add wasm32 target * update deploy http test case * expose prove API * add readme * update CI to run main tests for all * add wasm target to main CI check * add SP1 tests to main merge * remove SP1 from CI * remove ignored tests from main ci * change url from base64 to hex * update version * notify vms of module update * fix register program breaking change * remove clippy check for main * change deref due to a compiler bug * bump version to v0.1.2
1 parent 684211a commit 4e187a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212
authors = ["Timewave Labs"]
1313
edition = "2021"
1414
license = "Apache-2.0"
15-
version = "0.1.1"
15+
version = "0.1.2"
1616
repository = "https://github.com/timewave-computer/valence-coprocessor"
1717

1818
[workspace.dependencies]

0 commit comments

Comments
 (0)