From 21d40446c54066e10024bde38f5d2cf46caa3c71 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Mon, 4 Nov 2024 17:34:32 +0100 Subject: [PATCH] feat: added WASM functions for private data upload to vault using receipts & added metamask test --- autonomi/examples/metamask/index.html | 4 +- autonomi/examples/metamask/index.js | 188 ++++++++++++++++++------- autonomi/src/client/external_signer.rs | 13 +- autonomi/src/client/wasm.rs | 183 +++++++++++++++++++++++- autonomi/tests/external_signer.rs | 12 +- 5 files changed, 332 insertions(+), 68 deletions(-) diff --git a/autonomi/examples/metamask/index.html b/autonomi/examples/metamask/index.html index 50844bd7f9..128273acbc 100644 --- a/autonomi/examples/metamask/index.html +++ b/autonomi/examples/metamask/index.html @@ -7,12 +7,12 @@