Upgrade Cosmos SDK to v4.4.0 (#2187)

* Upgrade Cosmos SDK to v4.4.0

* fix unit tests

* explain crypto.subtle

---------

Co-authored-by: Asier Isayas <aisayas@microsoft.com>
This commit is contained in:
asier-isayas
2025-07-15 14:28:28 -04:00
committed by GitHub
parent eb3f6bc93f
commit 589b61afaf
3 changed files with 18 additions and 20 deletions

View File

@@ -47,3 +47,6 @@ require("jquery-ui-dist/jquery-ui");
unobserve: jest.fn(),
disconnect: jest.fn(),
}));
// The test environment Data Explorer uses does not have crypto.subtle implementation
(<any>global).crypto.subtle = {};