881 Commits

Author SHA1 Message Date
mcrakhman
9679bb3bf3
Add peer id string for keys 2023-03-27 17:04:59 +02:00
mcrakhman
eec2b842bc
Add accountdata constructor 2023-03-27 16:32:56 +02:00
mcrakhman
2225aca40f
Add marshalling of private key 2023-03-27 16:03:58 +02:00
mcrakhman
3d017d1e0c
Add individual key derivation for trees 2023-03-27 13:01:35 +02:00
mcrakhman
503c4f339f
Remove pointer methods 2023-03-27 01:57:49 +02:00
mcrakhman
cdfb88d6a8
Add decoders 2023-03-27 01:55:33 +02:00
mcrakhman
58cc732f3a
Add mnemonic 2023-03-27 01:34:51 +02:00
mcrakhman
2d977ed535
Fix tests 2023-03-26 18:47:35 +02:00
mcrakhman
0243ec0fca
Fix objecttree tests 2023-03-26 18:36:07 +02:00
mcrakhman
ee0f62410f
Remove old acl methods and tests, acl builder 2023-03-26 17:53:11 +02:00
mcrakhman
98931433a5
Fix handshake tests 2023-03-26 13:45:24 +02:00
mcrakhman
d9868c55c2
Add KeyStorage 2023-03-25 14:06:20 +01:00
mcrakhman
fd5bd0b099
More key changes 2023-03-25 13:15:19 +01:00
mcrakhman
5baa6dc856
ACLState refactoring 2023-03-24 22:43:25 +01:00
mcrakhman
2273c94cf4
Merge branch 'update-proto' into protocol-crypto-update 2023-03-24 14:59:14 +01:00
mcrakhman
d9cf1feaee
Merge branch 'protocol-crypto-update' into update-proto
# Conflicts:
#	commonspace/object/acl/aclrecordproto/aclrecord.pb.go
2023-03-24 14:58:47 +01:00
mcrakhman
cc48cf88f3
Update derivation 2023-03-24 14:56:39 +01:00
mcrakhman
33c9a25665
Add sym key 2023-03-24 13:01:53 +01:00
mcrakhman
add25062f3
WIP refactor crypto proto 2023-03-24 11:45:39 +01:00
mcrakhman
18240ea5ef
Update aclrecordproto 2023-03-22 18:51:01 +01:00
Sergey Cherepanov
d20f5fc2b3
Merge pull request #58 from anytypeio/fix-increase-ipfs-chunk-size
increase ipfs chunk size
v0.0.27
2023-03-21 20:35:39 +03:00
Roman Khafizianov
afae514535
Merge pull request #57 from anytypeio/app-start-logger
app long start/stop logger
2023-03-21 18:35:27 +01:00
Sergey Cherepanov
fa24020ab1
make chunk size public 2023-03-21 18:28:45 +01:00
Sergey Cherepanov
f34bc4061b
increase ipfs chunk size 2023-03-21 18:24:29 +01:00
Roman Khafizianov
8f4a39ebe9
app long start/stop logger 2023-03-21 15:27:15 +01:00
Sergey Cherepanov
da1a69932a
Merge pull request #55 from anytypeio/update-fileproto
Update fileproto
v0.0.26
2023-03-21 13:34:09 +03:00
Sergey Cherepanov
207553f638
update fileproto 2023-03-21 11:23:52 +01:00
Sergey Cherepanov
af2026fac8
update fileproto 2023-03-21 11:20:16 +01:00
Sergey Cherepanov
2f21006457
update fileproto 2023-03-21 11:10:50 +01:00
Sergey Cherepanov
eed0458794
Merge pull request #53 from anytypeio/dependabot/go_modules/github.com/multiformats/go-multibase-0.2.0
Bump github.com/multiformats/go-multibase from 0.1.1 to 0.2.0
v0.0.25
2023-03-20 22:55:11 +03:00
Sergey Cherepanov
42200fddcd
Merge pull request #54 from anytypeio/dependabot/go_modules/github.com/ipfs/go-cid-0.4.0
Bump github.com/ipfs/go-cid from 0.3.2 to 0.4.0
2023-03-20 22:54:48 +03:00
Sergey Cherepanov
6ce4c67ac1
Merge pull request #38 from anytypeio/update-fileproto
Update fileproto
2023-03-20 22:54:06 +03:00
dependabot[bot]
a523641dff
Bump github.com/ipfs/go-cid from 0.3.2 to 0.4.0
Bumps [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/ipfs/go-cid/releases)
- [Commits](https://github.com/ipfs/go-cid/compare/v0.3.2...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 18:04:01 +00:00
dependabot[bot]
b3b1afa307
Bump github.com/multiformats/go-multibase from 0.1.1 to 0.2.0
Bumps [github.com/multiformats/go-multibase](https://github.com/multiformats/go-multibase) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/multiformats/go-multibase/releases)
- [Commits](https://github.com/multiformats/go-multibase/compare/v0.1.1...v0.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 18:03:47 +00:00
Sergey Cherepanov
935a95c247
Merge branch 'main' of github.com:anytypeio/any-sync into update-fileproto 2023-03-19 19:23:16 +03:00
Sergey Cherepanov
fdb1a59524
Merge pull request #51 from anytypeio/dependabot/go_modules/github.com/ipfs/go-ipfs-blockstore-1.3.0
Bump github.com/ipfs/go-ipfs-blockstore from 1.2.0 to 1.3.0
2023-03-19 19:23:08 +03:00
Sergey Cherepanov
22a597389d
Merge branch 'main' of github.com:anytypeio/any-sync into update-fileproto 2023-03-19 19:21:20 +03:00
Sergey Cherepanov
49248b02b3
fileproto forbidden error 2023-03-19 18:40:28 +03:00
Mikhail Rakhmanov
feba2c67d4
Merge pull request #52 from anytypeio/derived-id-space v0.0.24 2023-03-16 19:04:17 +01:00
mcrakhman
305c509fc6
Update derive id method name 2023-03-16 19:01:05 +01:00
mcrakhman
ed1b597fc5
Add error wrapping in app 2023-03-16 18:46:48 +01:00
mcrakhman
2691da66f7
Update rpc err in pull space 2023-03-16 18:27:28 +01:00
mcrakhman
417b203b09
Derive space id as a separate method 2023-03-16 17:57:10 +01:00
dependabot[bot]
06b6ca22c0
Bump github.com/ipfs/go-ipfs-blockstore from 1.2.0 to 1.3.0
Bumps [github.com/ipfs/go-ipfs-blockstore](https://github.com/ipfs/go-ipfs-blockstore) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/ipfs/go-ipfs-blockstore/releases)
- [Commits](https://github.com/ipfs/go-ipfs-blockstore/compare/v1.2.0...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 18:08:51 +00:00
Mikhail Rakhmanov
5ec53522fe
Merge pull request #50 from anytypeio/fix-pool-remove-connection v0.0.23 2023-03-13 17:32:34 +01:00
mcrakhman
e568f899aa
Remove old connection from pool on close (GetOneOf) 2023-03-13 17:18:21 +01:00
Roman Khafizianov
1a01f361ad
Merge pull request #48 from anytypeio/fix-suggared-logger
fix replacing existing logger
v0.0.22
2023-03-13 14:15:26 +01:00
Roman Khafizianov
86dcc83461
change logger name 2023-03-13 14:14:55 +01:00
Mikhail Rakhmanov
5de8af82bb
Merge pull request #49 from anytypeio/fix-counter v0.0.21 2023-03-13 13:55:22 +01:00
mcrakhman
25b0695d3e
Add counter for put sync tree 2023-03-13 13:46:36 +01:00