File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1212 "protobuf/6.32.1#f481fd276fc23a33b85a3ed1e898b693%1765850161.038",
1313 "openssl/3.5.5#05a4ac5b7323f7a329b2db1391d9941f%1770229825.601",
1414 "nudb/2.0.9#0432758a24204da08fee953ec9ea03cb%1769436073.32",
15- "mpt-crypto/0.1.0-rc1#540df31d3d2ac079d94d8c124af8e7bd%1770905118.675 ",
15+ "mpt-crypto/0.1.0-rc2#575de3d495f539e3e5eba957b324d260%1771955268.105 ",
1616 "lz4/1.10.0#59fc63cac7f10fbe8e05c7e62c2f3504%1765850143.914",
1717 "libiconv/1.17#1e65319e945f2d31941a9d28cc13c058%1765842973.492",
1818 "libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1765842973.03",
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Xrpl(ConanFile):
3131 "ed25519/2015.03" ,
3232 "grpc/1.72.0" ,
3333 "libarchive/3.8.1" ,
34- "mpt-crypto/0.1.0-rc1 " ,
34+ "mpt-crypto/0.1.0-rc2 " ,
3535 "nudb/2.0.9" ,
3636 "openssl/3.5.5" ,
3737 "secp256k1/0.7.1" ,
Original file line number Diff line number Diff line change @@ -1956,11 +1956,10 @@ class ConfidentialTransfer_test : public beast::unit_test::suite
19561956 .amt = 30 ,
19571957 });
19581958
1959- // todo: this test fails because proof generation for convertback fails if remainder amount is 0
1960- // mptAlice.convertBack({
1961- // .account = bob,
1962- // .amt = 10,
1963- // });
1959+ mptAlice.convertBack ({
1960+ .account = bob,
1961+ .amt = 10 ,
1962+ });
19641963 }
19651964
19661965 // Edge case: minimum amount (1)
@@ -3771,8 +3770,7 @@ class ConfidentialTransfer_test : public beast::unit_test::suite
37713770 testConvertBackPedersenProof (features);
37723771 testConvertBackBulletproof (features);
37733772
3774- // todo: this test fails because proof generation for convertback fails if remainder amount is 0
3775- // testMutatePrivacy(features);
3773+ testMutatePrivacy (features);
37763774 }
37773775
37783776public:
You can’t perform that action at this time.
0 commit comments