mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-08 19:48:03 -05:00
* protobuf * do not send ack when not required * remove from state if no ack required * different send modes * fix * updated * retransmit fix * updated * fixed * renamed to ephemeral * repeated * gen * resolution * cleanup * rough dependency code * todo * removed * only stores if ephemeral * started implementing the algo * simplified * updated * we never store ephemeral messages so we did not need * adds parents * new schema * tx to insert * err * removed old * fixed * changed log * test persistence of parents * removed * rename * ignoring * Update store/messagestore_sqlite.go Co-Authored-By: Adam Babik <adam@status.im> * Update node/node.go Co-Authored-By: Adam Babik <adam@status.im> * Update node/node.go Co-Authored-By: Adam Babik <adam@status.im> * Update node/node.go Co-Authored-By: Adam Babik <adam@status.im> * more fixes * Update store/messagestore_sqlite.go Co-Authored-By: Adam Babik <adam@status.im> * more fixes * using refs * Update node/node.go Co-Authored-By: Adam Babik <adam@status.im> * finished * Update store/messagestore_sqlite.go Co-Authored-By: Adam Babik <adam@status.im> * Update 1572372377_initial_schema.down.sql * desc + refactor * started refactoring resolution * Update README.md * rewrote resolve * mutex * todo * fixes * sql impl * added test * log * updates * updated * little bug * fix * added test * first changes from @adambabik * moved * fixed test, started eventual ones * fixed eventually test * mock install * consistent test * mock * fix lint * Update dependency/tracker_sqlite.go Co-Authored-By: Adam Babik <adam@status.im> * fix
46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
# github.com/davecgh/go-spew v1.1.1
|
|
github.com/davecgh/go-spew/spew
|
|
# github.com/golang-migrate/migrate/v4 v4.6.2
|
|
github.com/golang-migrate/migrate/v4/database
|
|
github.com/golang-migrate/migrate/v4/source
|
|
github.com/golang-migrate/migrate/v4
|
|
github.com/golang-migrate/migrate/v4/internal/url
|
|
# github.com/golang/mock v1.2.0
|
|
github.com/golang/mock/gomock
|
|
# github.com/golang/protobuf v1.3.2
|
|
github.com/golang/protobuf/proto
|
|
# github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/errwrap
|
|
# github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/go-multierror
|
|
# github.com/mutecomm/go-sqlcipher v0.0.0-20190227152316-55dbde17881f
|
|
github.com/mutecomm/go-sqlcipher
|
|
# github.com/pkg/errors v0.8.1
|
|
github.com/pkg/errors
|
|
# github.com/pmezard/go-difflib v1.0.0
|
|
github.com/pmezard/go-difflib/difflib
|
|
# github.com/status-im/migrate/v4 v4.6.2-status.2
|
|
github.com/status-im/migrate/v4
|
|
github.com/status-im/migrate/v4/database/sqlcipher
|
|
github.com/status-im/migrate/v4/source/go_bindata
|
|
github.com/status-im/migrate/v4/internal/url
|
|
# github.com/stretchr/testify v1.3.1-0.20190712000136-221dbe5ed467
|
|
github.com/stretchr/testify/suite
|
|
github.com/stretchr/testify/require
|
|
github.com/stretchr/testify/assert
|
|
# go.uber.org/atomic v1.4.0
|
|
go.uber.org/atomic
|
|
# go.uber.org/multierr v1.1.0
|
|
go.uber.org/multierr
|
|
# go.uber.org/zap v1.10.0
|
|
go.uber.org/zap
|
|
go.uber.org/zap/internal/bufferpool
|
|
go.uber.org/zap/zapcore
|
|
go.uber.org/zap/buffer
|
|
go.uber.org/zap/internal/color
|
|
go.uber.org/zap/internal/exit
|
|
# golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
|
|
golang.org/x/net/context
|
|
# gopkg.in/yaml.v2 v2.2.2
|
|
gopkg.in/yaml.v2
|