901 Commits

Author SHA1 Message Date
dependabot[bot]
ca82644ece
Bump golang.org/x/crypto from 0.8.0 to 0.9.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/crypto/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 18:02:39 +00:00
Sergey Cherepanov
5e1ac84d37
increase sendSync timeout 2023-05-15 20:30:32 +02:00
Sergey Cherepanov
b8cb74d2ff
QueueId wrapper + test 2023-05-15 20:01:52 +02:00
Sergey Cherepanov
3d4ac4d130
use multiqueue for stream + MessageQueueId interface 2023-05-15 19:52:19 +02:00
Sergey Cherepanov
34c6ce261e
streampool: send queue per peer + metrics 2023-05-15 15:50:27 +02:00
mcrakhman
7ed44c27b9
Fix logs in diffsyncer (thanks Roma) 2023-05-11 18:48:38 +02:00
mcrakhman
86ac7223db
Fix ctx and change add method name in storage 2023-05-11 18:31:59 +02:00
mcrakhman
7feb6b0d2c
Send update only on remote tree or put tree when building 2023-05-11 13:40:24 +02:00
mcrakhman
a232ed76ce
Update syncprotocol test 2023-05-11 09:51:24 +02:00
mcrakhman
2c832d2518
Update sync protocol to remove transaction add 2023-05-10 23:51:03 +02:00
mcrakhman
a6d66c15a0
Add build full tree for history tree 2023-05-07 20:27:46 +02:00
mcrakhman
527236b17b
Fix unmarshallSendError bug 2023-05-07 20:27:30 +02:00
dependabot[bot]
a1a08ae73b
Bump golang.org/x/net from 0.9.0 to 0.10.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 18:05:01 +00:00
dependabot[bot]
298f3e0ac2
Bump storj.io/drpc from 0.0.32 to 0.0.33
Bumps [storj.io/drpc](https://github.com/storj/drpc) from 0.0.32 to 0.0.33.
- [Release notes](https://github.com/storj/drpc/releases)
- [Commits](https://github.com/storj/drpc/compare/v0.0.32...v0.0.33)

---
updated-dependencies:
- dependency-name: storj.io/drpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 18:04:52 +00:00
dependabot[bot]
9612635602
Bump github.com/libp2p/go-libp2p from 0.27.1 to 0.27.2
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/go-libp2p/compare/v0.27.1...v0.27.2)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 18:04:21 +00:00
dependabot[bot]
58968f1e29
Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 18:03:33 +00:00
Sergey Cherepanov
b54e141a13
remove peer addr from log 2023-05-05 16:30:22 +02:00
Sergey Cherepanov
41709e2ee5
remove peer addr from log 2023-05-05 16:28:31 +02:00
Sergey Cherepanov
81f2b5fd15
check that metric is using 2023-05-04 19:35:07 +02:00
Sergey Cherepanov
1e53e7f33b
allow nil metric 2023-05-04 19:30:46 +02:00
Sergey Cherepanov
183edb517c
fix import 2023-05-04 19:04:41 +02:00
Sergey Cherepanov
9e074d7a5a
file fields 2023-05-04 17:49:24 +02:00
Sergey Cherepanov
0664c310fa
request log 2023-05-04 17:39:23 +02:00
Sergey Cherepanov
39a8c59f83
stream ctx + peer addr 2023-05-04 17:38:34 +02:00
Sergey Cherepanov
ed0a751d15
wip: drpc access log 2023-04-24 14:59:15 +02:00
Sergey Cherepanov
6ed21a94d3
move rpc prometheus config to metric service 2023-04-21 17:00:35 +02:00
mcrakhman
01abaf6f81
Add comment 2023-05-05 18:51:30 +02:00
mcrakhman
6aefb07782
Fix space settings 2023-05-05 18:49:51 +02:00
mcrakhman
4ed3ddeac1
Update dialer to have peer addrs map 2023-05-05 16:18:46 +02:00
mcrakhman
f1e8f5d193
Improve timestamp test 2023-05-04 16:25:41 +02:00
mcrakhman
2489e19bab
Change timestamp condition 2023-05-04 14:58:17 +02:00
mcrakhman
2958e32636
Send timestamp to addcontent 2023-05-04 14:12:29 +02:00
mcrakhman
21bde9743d
Add timestamp externally in tree 2023-05-04 11:10:08 +02:00
mcrakhman
8f144f20a6
Keep inmemory data on load 2023-04-27 19:11:05 +02:00
mcrakhman
61454b7405
Add sync protocol tests for empty data tree 2023-04-27 18:43:04 +02:00
mcrakhman
95cb364316
Fix empty data tree 2023-04-27 18:24:45 +02:00
mcrakhman
a6524c1ee7
Remove error in broadcast 2023-04-26 18:12:03 +02:00
mcrakhman
ebf984a595
Add reference to linear task in periodicsync todo 2023-04-25 21:41:18 +02:00
mcrakhman
4e7b96b942
Check peerId when dialling 2023-04-25 20:55:00 +02:00
mcrakhman
55a885f326
Update space receipt to include network id 2023-04-25 20:49:31 +02:00
mcrakhman
ac79c0c15c
More info in receipt errors and change tests 2023-04-25 14:25:08 +02:00
mcrakhman
ab74809973
Nodeconf error and periodicsync partial rename 2023-04-25 14:00:38 +02:00
Sergey Cherepanov
fabaf676b8
nodeconf update interval config 2023-04-24 15:04:11 +02:00
mcrakhman
2ec5960b2b
Remove commonspace checks 2023-04-25 10:38:22 +02:00
mcrakhman
92ed77ab5a
Use same format for identity 2023-04-25 10:04:42 +02:00
mcrakhman
447272a1f1
Move receipt logic to any-sync, write tests 2023-04-25 09:54:12 +02:00
mcrakhman
0e00cf4ebb
Add receipt check 2023-04-24 20:33:35 +02:00
mcrakhman
8a414929b0
Add errors to proto 2023-04-24 14:12:24 +02:00
mcrakhman
ba39057a23
Change identity error 2023-04-21 23:29:29 +02:00
mcrakhman
e34d298b8e
Fix test 2023-04-21 23:25:54 +02:00