43 Commits

Author SHA1 Message Date
dependabot[bot]
9289bb424a
Bump github.com/ipfs/go-merkledag from 0.8.1 to 0.9.0
Bumps [github.com/ipfs/go-merkledag](https://github.com/ipfs/go-merkledag) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/ipfs/go-merkledag/releases)
- [Commits](https://github.com/ipfs/go-merkledag/compare/v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/ipfs/go-merkledag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 15:07:10 +00:00
Sergey Cherepanov
330c97ab30
common streampool pkg 2023-01-18 13:46:49 +03:00
Sergey Cherepanov
059f0ca636 update chash 2023-01-13 10:40:34 +03:00
Sergey Cherepanov
da74f45d46 update chash 2023-01-11 15:30:31 +03:00
mcrakhman
207e2dce52 Update libp2p ver 2023-01-07 00:11:27 +01:00
Sergey Cherepanov
dbfc62eef5 crypro: DeriveRSA 2023-01-06 21:39:36 +03:00
Sergey Cherepanov
90f0d0bb37 remove consensus dep 2023-01-05 15:39:08 +03:00
Sergey Cherepanov
71cfefe6fa
make common module as any-sync repo 2023-01-05 15:34:09 +03:00
Sergey Cherepanov
5a17320c44
go workspaces 2022-10-17 15:31:09 +03:00
mcrakhman
d478d973fd
Merge branch 'main' into add-node-db
# Conflicts:
#	config/config.go
#	etc/configs/node1.yml
#	go.mod
#	go.sum
#	pkg/ocache/ocache.go
2022-10-17 12:52:12 +02:00
mcrakhman
baa275b05b
Client badger WIP 2022-10-15 21:43:01 +02:00
mcrakhman
d2b64fb272
Add wip benchmarks 2022-10-11 21:30:06 +02:00
Sergey Cherepanov
bc9ffc1a79
merge and fix test 2022-10-11 12:20:49 +03:00
mcrakhman
d3acc71d95
Add some raw prototypes for storage 2022-10-10 20:10:47 +02:00
mcrakhman
2999f2dcdd
Add conf connector and change configuration logic 2022-10-09 21:54:34 +02:00
Sergey Cherepanov
1676d02d80
metric service, ocache and drpc handlers 2022-10-08 20:16:20 +03:00
mcrakhman
afc9141a7c
Merge remote-tracking branch 'origin/consensus-node' into sync-tests
# Conflicts:
#	Makefile
#	go.mod
#	go.sum
2022-10-07 16:02:43 +02:00
Sergey Cherepanov
5729a32959
consensus node 2022-10-04 15:39:29 +03:00
Sergey Cherepanov
7e6c72a198
consistent node db component 2022-09-30 19:16:44 +03:00
mcrakhman
b9c9424103
Add mock to write diffservice tests 2022-09-30 13:49:31 +02:00
mcrakhman
58812a568f
WIP root change refactoring 2022-09-25 13:50:35 +02:00
Sergey Cherepanov
11cb1e1f31
drpc space service, new pool, new peer 2022-09-08 00:00:46 +03:00
Sergey Cherepanov
357e889dad
change proto generator to std gogo 2022-09-07 19:43:01 +03:00
Sergey Cherepanov
535358b057
configuration service 2022-08-23 21:32:04 +03:00
Sergey Cherepanov
cc2d6194a9
diff container and mod tidy 2022-08-15 20:03:30 +03:00
mcrakhman
06a362225f
Merge remote-tracking branch 'origin/net' into sync-prototype
# Conflicts:
#	cmd/node/node.go
#	config/config.go
#	config/grpc.go
#	etc/config.yml
#	service/net/rpc/server/drpcserver.go
#	service/net/secure/service.go
2022-08-05 12:40:02 +02:00
Sergey Cherepanov
62c5d8e3b9
net utils wip 2022-08-05 12:07:34 +03:00
mcrakhman
cc134da1ed
Change bootstrap, remove cycles 2022-08-02 20:08:07 +02:00
mcrakhman
269f907d1d
Add message service to handle streams 2022-07-19 00:47:22 +02:00
Sergey Cherepanov
1400e57cf7
merge 2022-07-17 09:54:59 +03:00
Sergey Cherepanov
7f4b18104f
drpc server, libp2p tls connections 2022-07-17 09:44:16 +03:00
Sergey Cherepanov
48af2866d2
remove drpc 2022-07-15 12:35:54 +03:00
Sergey Cherepanov
cbfaf7fd91
drpc experiment 2022-07-14 16:59:01 +03:00
mcrakhman
5f92bc3d8d
Rename pb packages to something more meaningful 2022-07-14 13:16:12 +02:00
Sergey Cherepanov
8552b676cb
grpc server and test client implementation 2022-07-14 00:22:28 +03:00
mcrakhman
37e6722ffb
Remove go-threads 2022-07-13 22:54:47 +02:00
mcrakhman
71d88cdcba
Change thread to tree storage and other changes with protos 2022-07-13 22:11:38 +02:00
Sergey Cherepanov
bb910e20ac
inital structure: app, config, node binary 2022-07-13 19:18:43 +03:00
mcrakhman
1fb82a6d7f
Update changebuilder to include CID creation 2022-07-11 23:56:13 +02:00
mcrakhman
e970fa1d4d
Make doc state building more abstract 2022-07-03 16:38:48 +02:00
mcrakhman
e5b3b7a3c0
Some more fixes for trees and stuff 2022-07-02 22:34:50 +02:00
mcrakhman
3c2cd5d936
Rework threadbuilder for new change format 2022-06-30 18:52:20 +02:00
mcrakhman
4beb0d2902
Start adding ACLs 2022-06-28 15:37:09 +02:00