Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Merge requests
!115
added states table for large client storage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added states table for large client storage
XX-4683/ClientStateDb
into
project/HavenBeta
Overview
1
Commits
14
Pipelines
0
Changes
14
1 unresolved thread
Hide all comments
Merged
Jake Taylor
requested to merge
XX-4683/ClientStateDb
into
project/HavenBeta
1 year ago
Overview
1
Commits
14
Pipelines
0
Changes
14
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
project/HavenBeta
version 13
0fc664d5
1 year ago
version 12
a0f25407
1 year ago
version 11
65e36832
1 year ago
version 10
508daad1
1 year ago
version 9
f7b8ea49
1 year ago
version 8
9c280c16
1 year ago
version 7
3cd9f1f7
1 year ago
version 6
b7319a2d
1 year ago
version 5
ff303dd9
1 year ago
version 4
ff303dd9
1 year ago
version 3
23d50606
1 year ago
version 2
23d50606
1 year ago
version 1
a7e1d817
1 year ago
project/HavenBeta (base)
and
latest version
latest version
a6b7b837
14 commits,
1 year ago
version 13
0fc664d5
12 commits,
1 year ago
version 12
a0f25407
11 commits,
1 year ago
version 11
65e36832
10 commits,
1 year ago
version 10
508daad1
9 commits,
1 year ago
version 9
f7b8ea49
8 commits,
1 year ago
version 8
9c280c16
7 commits,
1 year ago
version 7
3cd9f1f7
6 commits,
1 year ago
version 6
b7319a2d
5 commits,
1 year ago
version 5
ff303dd9
4 commits,
1 year ago
version 4
ff303dd9
11 commits,
1 year ago
version 3
23d50606
10 commits,
1 year ago
version 2
23d50606
5 commits,
1 year ago
version 1
a7e1d817
1 commit,
1 year ago
14 files
+
545
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
indexedDb/impl/channels/implementation.go
+
1
−
3
Options
@@ -32,9 +32,7 @@ import (
"gitlab.com/xx_network/primitives/id"
)
// wasmModel implements [channels.EventModel] interface, which uses the channels
// system passed an object that adheres to in order to get events on the
// channel.
// wasmModel implements [channels.EventModel] interface backed by IndexedDb.
// NOTE: This model is NOT thread safe - it is the responsibility of the
// caller to ensure that its methods are called sequentially.
type
wasmModel
struct
{
Loading