Skip to content

Commit

Permalink
Enhance xUDT owner mode (#67)
Browse files Browse the repository at this point in the history
* Enhanced owner mode

* add xudt enhance owner mode tests (#69)

* add test for xudt owner mode for output type (#73)

---------

Co-authored-by: contrun <[email protected]>
  • Loading branch information
XuJiandong and contrun authored Mar 1, 2023
1 parent 716433e commit abdcb11
Show file tree
Hide file tree
Showing 16 changed files with 1,968 additions and 747 deletions.
988 changes: 615 additions & 373 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ fmt:
mol:
rm -f c/xudt_rce_mol.h
rm -f c/xudt_rce_mol2.h
rm -f xudt/src/xudt_rce_mol.rs
rm -f tests/xudt_rce_rust/src/xudt_rce_mol.rs
make c/xudt_rce_mol.h
make c/xudt_rce_mol2.h
make xudt/src/xudt_rce_mol.rs
make tests/xudt_rce_rust/src/xudt_rce_mol.rs
make omni_lock_mol

xudt/src/xudt_rce_mol.rs: c/xudt_rce.mol
tests/xudt_rce_rust/src/xudt_rce_mol.rs: c/xudt_rce.mol
${MOLC} --language rust --schema-file $< | rustfmt > $@

c/xudt_rce_mol.h: c/xudt_rce.mol
Expand Down
8 changes: 4 additions & 4 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ const BINARIES: &[(&str, &str)] = &[
),
(
"xudt_rce",
"022b3f6ad414bb3877d5618a417b06b7e306ce2c4f4bcbf68f617a16fb8ca697",
"50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95",
),
(
"rce_validator",
"fe951ccda3ada53ccb65e29fa4577d41030fa2b76cce7f24c5f114743bbcd66a"
"d9476d96e0f5d41eca88bbc5e8c819ac38592a33285a4828a58d17873f278b3c",
),
(
"omni_lock",
"635f78eba450cb2f73f113022ff62e4bbfb5a39b7368c375c6a731ba4c85c59e"
)
"86ea7ee58a0ecacfb1f7f2675a06d96223e0597dfe06a2474f9c06a72a7ccabc",
),
];

fn main() {
Expand Down
Loading

0 comments on commit abdcb11

Please sign in to comment.