Skip to content
Snippets Groups Projects
Commit ec02f838 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'project/HavenBeta' into 'hotfix/remoteStoragePathPrefix'

# Conflicts:
#   go.mod
#   go.sum
parents 106dbfc5 6121f2b9
No related branches found
No related tags found
2 merge requests!140update the synchronization functions to take a remote storage prefix path.,!109Project/haven beta
......@@ -71,7 +71,7 @@ require (
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
gitlab.com/elixxir/bloomfilter v0.0.0-20230322223210-fa84f6842de8 // indirect
gitlab.com/elixxir/comms v0.0.4-0.20230613220741-7de1d2ca4a1c // indirect
gitlab.com/elixxir/comms v0.0.4-0.20230718154315-08043221466a // indirect
gitlab.com/elixxir/ekv v0.3.1-0.20230620180825-838848b00f19 // indirect
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d // indirect
gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect
......
......@@ -39,7 +39,6 @@ func TestPublicFunctions(t *testing.T) {
// These functions are used internally by the WASM bindings but are not
// exposed
"NewEventModel": {},
"NewChannelsManagerGoEventModel": {},
"LoadChannelsManagerGoEventModel": {},
"GetDbCipherTrackerFromID": {},
......@@ -50,8 +49,7 @@ func TestPublicFunctions(t *testing.T) {
"GetDependencies": {},
// DM Functions these are used but not exported by
// WASM bindins, so are not exposed.
"NewDMReceiver": {},
// WASM bindings, so are not exposed.
"NewDMClientWithGoEventModel": {},
"GetDMDbCipherTrackerFromID": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment