Commits on Source (60)
-
Jono Wenger authored
-
Jono Wenger authored
Write bindings for sync.go See merge request !90
-
Josh Brooks authored
-
Josh Brooks authored
-
Josh Brooks authored
Modify documentation of SetTrackNetworkPeriod for clarity on Low Power Mode See merge request !104
-
Sydney Anne Erickson authored
-
Sydney Anne Erickson authored
-
Sydney Anne Erickson authored
This reverts commit e92fc10c.
-
Sydney Anne Erickson authored
Do not supress error returns from WASM test See merge request !107
-
Jono Wenger authored
-
Jono Wenger authored
-
Jono Wenger authored
XX-4573 / Simplify logging See merge request !108
-
Jake Taylor authored
-
Jake Taylor authored
merged indexedDb migrations for beta into single version; added blockedTimestamp to DM See merge request !106
-
Jake Taylor authored
-
Jake Taylor authored
-
Jake Taylor authored
guard against bad upsert op See merge request !110
-
Jono Wenger authored
-
Jono Wenger authored
General fixes See merge request !112
-
Jake Taylor authored
-
Jake Taylor authored
adjust structure of context deadline in impl.go See merge request !113
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jono Wenger authored
-
Jono Wenger authored
XX-4684 / Use new wasm-utils repo See merge request !116
-
-
Jake Taylor authored
XX-4679 / Fix extension loading for channels See merge request !117
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jono Wenger authored
-
Jono Wenger authored
Hotfix/merge conflicts See merge request !118
-
Jono Wenger authored
-
Jono Wenger authored
Hotfix/merge conflicts See merge request !119
-
Jono Wenger authored
# Conflicts: # go.mod # go.sum # wasm/channels.go
-
Jono Wenger authored
# Conflicts: # go.mod # go.sum
-
Jono Wenger authored
-
Richard T. Carback III authored
# Conflicts: # go.mod # go.sum # indexedDb/impl/channels/callbacks.go # indexedDb/impl/channels/implementation.go # indexedDb/impl/channels/implementation_test.go # indexedDb/worker/channels/init.go # indexedDb/worker/channels/tags.go # wasm/channels.go # wasm/e2eHandler.go # wasm/follow.go
-
Richard T. Carback III authored
Notifications See merge request !114
-
Richard T. Carback III authored
-
Richard T. Carback III authored
-
Jono Wenger authored
-
Jono Wenger authored
Fixes See merge request !121
-
Jake Taylor authored
-
Jake Taylor authored
added states table for large client storage See merge request !115
-
Richard T. Carback III authored
Showing
- .gitlab-ci.yml 7 additions, 3 deletions.gitlab-ci.yml
- Makefile 15 additions, 7 deletionsMakefile
- README.md 1 addition, 1 deletionREADME.md
- go.mod 13 additions, 21 deletionsgo.mod
- go.sum 26 additions, 330 deletionsgo.sum
- indexedDb/impl/channels/callbacks.go 27 additions, 58 deletionsindexedDb/impl/channels/callbacks.go
- indexedDb/impl/channels/channelsIndexedDbWorker.js 6 additions, 2 deletionsindexedDb/impl/channels/channelsIndexedDbWorker.js
- indexedDb/impl/channels/fileTransferImpl.go 1 addition, 1 deletionindexedDb/impl/channels/fileTransferImpl.go
- indexedDb/impl/channels/implementation.go 56 additions, 26 deletionsindexedDb/impl/channels/implementation.go
- indexedDb/impl/channels/implementation_test.go 21 additions, 20 deletionsindexedDb/impl/channels/implementation_test.go
- indexedDb/impl/channels/init.go 24 additions, 36 deletionsindexedDb/impl/channels/init.go
- indexedDb/impl/channels/main.go 54 additions, 16 deletionsindexedDb/impl/channels/main.go
- indexedDb/impl/dm/callbacks.go 13 additions, 13 deletionsindexedDb/impl/dm/callbacks.go
- indexedDb/impl/dm/dmIndexedDbWorker.js 6 additions, 2 deletionsindexedDb/impl/dm/dmIndexedDbWorker.js
- indexedDb/impl/dm/implementation.go 34 additions, 26 deletionsindexedDb/impl/dm/implementation.go
- indexedDb/impl/dm/implementation_test.go 6 additions, 6 deletionsindexedDb/impl/dm/implementation_test.go
- indexedDb/impl/dm/init.go 6 additions, 4 deletionsindexedDb/impl/dm/init.go
- indexedDb/impl/dm/main.go 55 additions, 16 deletionsindexedDb/impl/dm/main.go
- indexedDb/impl/dm/model.go 5 additions, 5 deletionsindexedDb/impl/dm/model.go
- indexedDb/impl/state/callbacks.go 79 additions, 0 deletionsindexedDb/impl/state/callbacks.go
... | ... | @@ -6,12 +6,15 @@ require ( |
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 | ||
github.com/hack-pad/go-indexeddb v0.2.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
gitlab.com/elixxir/client/v4 v4.6.3 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230413162806-a99ec4bfea32 | ||
github.com/stretchr/testify v1.8.2 | ||
gitlab.com/elixxir/client/v4 v4.6.4-0.20230525161612-2bfadc894901 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230522162218-45433d877235 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c | ||
gitlab.com/elixxir/wasm-utils v0.0.0-20230522231408-a43b2c1481b2 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd | ||
gitlab.com/xx_network/primitives v0.0.4-0.20230310205521-c440e68e34c4 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20230522171102-940cdd68e516 | ||
golang.org/x/crypto v0.5.0 | ||
) | ||
... | ... | @@ -22,49 +25,40 @@ require ( |
github.com/badoux/checkmail v1.2.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
github.com/cloudflare/circl v1.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect | ||
github.com/elliotchance/orderedmap v1.4.0 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/gobwas/ws v1.1.0 // indirect | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/improbable-eng/grpc-web v0.15.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.15.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.1.0 // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.15 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect | ||
github.com/oasisprotocol/curve25519-voi v0.0.0-20221003100820-41fad3beba17 // indirect | ||
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.2 // indirect | ||
github.com/pkg/profile v1.6.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rs/cors v1.8.2 // indirect | ||
github.com/sethvargo/go-diceware v0.3.0 // indirect | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect | ||
github.com/soheilhy/cmux v0.1.5 // indirect | ||
github.com/spf13/afero v1.9.2 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
github.com/spf13/cobra v1.5.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.12.0 // indirect | ||
github.com/subosito/gotenv v1.4.0 // indirect | ||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | ||
github.com/ttacon/libphonenumber v1.2.1 // indirect | ||
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-20230315224936-a4459418f300 // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b // indirect | ||
gitlab.com/elixxir/ekv v0.2.1 // indirect | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20230322223210-fa84f6842de8 // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20230519211512-4a998f4b0938 // indirect | ||
gitlab.com/elixxir/ekv v0.3.1-0.20230504190918-f5e96603c2e0 // 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 | ||
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect | ||
... | ... | @@ -78,8 +72,6 @@ require ( |
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect | ||
google.golang.org/grpc v1.49.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/ini.v1 v1.66.6 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gorm.io/driver/sqlite v1.4.4 // indirect | ||
gorm.io/gorm v1.24.3 // indirect | ||
... | ... |
This diff is collapsed.
indexedDb/impl/state/callbacks.go
0 → 100644