Skip to content

Commit 5c68372

Browse files
committed
Bump to v1.0.6
1 parent fd216eb commit 5c68372

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
conan export secp256k1/all --version=0.7.0
4343
conan export snappy/all --version=1.1.10
4444
conan export soci/all --version=4.0.3
45-
conan export wasmi/all --version=1.0.4
45+
conan export wasmi/all --version=1.0.6
4646
conan export wasm-xrplf/all --version=2.4.1-xrplf
4747
- name: Add Conan remote
4848
run: |

recipes/wasmi/all/conandata.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Do not update. Maintained by programmability team.
22

33
sources:
4-
"1.0.4":
5-
url: https://github.com/wasmi-labs/wasmi/archive/refs/tags/v1.0.4.tar.gz
6-
sha256: 90bfdd6d43930958c0f3eabe82e90800a7df4204b673c22f6966f94c6a5452e0
4+
"1.0.6":
5+
url: https://github.com/wasmi-labs/wasmi/archive/refs/tags/v1.0.6.tar.gz
6+
sha256: dae2da33bba478deab23947407fe1f28422fd2f6756502d0eb7f065ca3224e91
77
patches:
8-
"1.0.4":
9-
- patch_file: "patches/0002-xrplf-1.0.4.patch"
8+
"1.0.6":
9+
- patch_file: "patches/0002-xrplf-1.0.6.patch"
1010
patch_description: Integrate wasmi lib into smart-escrow.
1111
patch_type: conan

recipes/wasmi/all/patches/0002-xrplf-1.0.4.patch renamed to recipes/wasmi/all/patches/0002-xrplf-1.0.6.patch

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/crates/c_api/CMakeLists.txt b/crates/c_api/CMakeLists.txt
2-
index b15c787..54eaed2 100644
2+
index b15c787a..54eaed2d 100644
33
--- a/crates/c_api/CMakeLists.txt
44
+++ b/crates/c_api/CMakeLists.txt
55
@@ -6,6 +6,8 @@ option(BUILD_SHARED_LIBS "Build using shared libraries" OFF)
@@ -67,7 +67,7 @@ index b15c787..54eaed2 100644
6767
- COMMENT "clang-format: Apply formatting rules for Wasmi C-API header files"
6868
-)
6969
diff --git a/crates/c_api/include/wasm.h b/crates/c_api/include/wasm.h
70-
index 5ee617f..a76f10e 100644
70+
index 5ee617ff..a76f10e0 100644
7171
--- a/crates/c_api/include/wasm.h
7272
+++ b/crates/c_api/include/wasm.h
7373
@@ -13,11 +13,17 @@
@@ -104,15 +104,15 @@ index 5ee617f..a76f10e 100644
104104
///////////////////////////////////////////////////////////////////////////////
105105
// Type Representations
106106
diff --git a/crates/c_api/include/wasmi.h b/crates/c_api/include/wasmi.h
107-
index 2caffa3..8f0f0ed 100644
107+
index 2caffa37..560ab307 100644
108108
--- a/crates/c_api/include/wasmi.h
109109
+++ b/crates/c_api/include/wasmi.h
110110
@@ -10,18 +10,18 @@
111111
/**
112112
* \brief Wasmi version string.
113113
*/
114114
-#define WASMI_VERSION "0.35.0"
115-
+#define WASMI_VERSION "1.0.4"
115+
+#define WASMI_VERSION "1.0.6"
116116
/**
117117
* \brief Wasmi major version number.
118118
*/
@@ -127,11 +127,11 @@ index 2caffa3..8f0f0ed 100644
127127
* \brief Wasmi patch version number.
128128
*/
129129
-#define WASMI_VERSION_PATCH 0
130-
+#define WASMI_VERSION_PATCH 4
130+
+#define WASMI_VERSION_PATCH 6
131131

132132
#endif // WASMI_H
133133
diff --git a/crates/c_api/include/wasmi/config.h b/crates/c_api/include/wasmi/config.h
134-
index 67baa75..491a1cc 100644
134+
index 67baa751..491a1cc7 100644
135135
--- a/crates/c_api/include/wasmi/config.h
136136
+++ b/crates/c_api/include/wasmi/config.h
137137
@@ -35,6 +35,40 @@ WASMI_CONFIG_PROP(void, consume_fuel, bool)
@@ -288,7 +288,7 @@ index 67baa75..491a1cc 100644
288288
} // extern "C"
289289
#endif
290290
diff --git a/crates/c_api/src/config.rs b/crates/c_api/src/config.rs
291-
index 6a1c1aa..cc69342 100644
291+
index 6a1c1aa2..cc693429 100644
292292
--- a/crates/c_api/src/config.rs
293293
+++ b/crates/c_api/src/config.rs
294294
@@ -1,5 +1,5 @@
@@ -480,7 +480,7 @@ index 6a1c1aa..cc69342 100644
480480
+ config.inner.enforced_limits(limits.inner);
481481
+}
482482
diff --git a/crates/c_api/src/error.rs b/crates/c_api/src/error.rs
483-
index f51aff8..dc85727 100644
483+
index f51aff8a..dc85727b 100644
484484
--- a/crates/c_api/src/error.rs
485485
+++ b/crates/c_api/src/error.rs
486486
@@ -1,4 +1,5 @@
@@ -508,7 +508,7 @@ index f51aff8..dc85727 100644
508508
+ out.set_buffer(buffer.into());
509509
+}
510510
diff --git a/crates/c_api/src/store.rs b/crates/c_api/src/store.rs
511-
index 56d4898..9abda8e 100644
511+
index 56d4898f..9abda8e7 100644
512512
--- a/crates/c_api/src/store.rs
513513
+++ b/crates/c_api/src/store.rs
514514
@@ -1,7 +1,7 @@

recipes/wasmi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
versions:
2-
"1.0.4":
2+
"1.0.6":
33
folder: all

0 commit comments

Comments
 (0)