mcrakhman
|
e9d1de7781
|
Remove master key from account
|
2023-04-03 13:19:12 +02:00 |
|
mcrakhman
|
357f1c935d
|
Update derivation path comment
|
2023-04-03 13:01:58 +02:00 |
|
mcrakhman
|
7258df1c2d
|
Update key path
|
2023-04-03 10:21:28 +02:00 |
|
mcrakhman
|
13df75d0e0
|
Add old account to coordinator proto
|
2023-04-02 18:53:02 +02:00 |
|
mcrakhman
|
20a4d85836
|
Update cryptography and add master key
|
2023-04-02 18:13:10 +02:00 |
|
Mikhail Rakhmanov
|
a4b3430d6e
|
Merge pull request #65 from anytypeio/add-settings-snapshot
v0.0.29
|
2023-03-30 13:06:45 +02:00 |
|
Sergey Cherepanov
|
de28c1e3f8
|
Merge pull request #63 from anytypeio/dependabot/go_modules/github.com/goccy/go-graphviz-0.1.1
Bump github.com/goccy/go-graphviz from 0.1.0 to 0.1.1
|
2023-03-30 12:13:18 +02:00 |
|
Sergey Cherepanov
|
7135b436ca
|
Merge pull request #62 from anytypeio/dependabot/go_modules/github.com/ipfs/go-block-format-0.1.2
Bump github.com/ipfs/go-block-format from 0.1.1 to 0.1.2
|
2023-03-30 12:12:47 +02:00 |
|
Sergey Cherepanov
|
bb3d1b1d7e
|
Merge pull request #61 from anytypeio/dependabot/go_modules/github.com/ipfs/go-unixfs-0.4.5
Bump github.com/ipfs/go-unixfs from 0.4.4 to 0.4.5
|
2023-03-30 12:12:16 +02:00 |
|
mcrakhman
|
254fcd5ea8
|
Change doSnapshot method call
|
2023-03-29 23:43:04 +02:00 |
|
mcrakhman
|
fb4455e16a
|
Add settings changefactory tests
|
2023-03-29 23:40:49 +02:00 |
|
mcrakhman
|
19fd4e3a56
|
Add settings snapshot logic
|
2023-03-29 23:06:51 +02:00 |
|
dependabot[bot]
|
274a83a039
|
Bump github.com/goccy/go-graphviz from 0.1.0 to 0.1.1
Bumps [github.com/goccy/go-graphviz](https://github.com/goccy/go-graphviz) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/goccy/go-graphviz/releases)
- [Commits](https://github.com/goccy/go-graphviz/compare/v0.1.0...v0.1.1)
---
updated-dependencies:
- dependency-name: github.com/goccy/go-graphviz
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-29 15:57:04 +00:00 |
|
dependabot[bot]
|
5cabb4fbc3
|
Bump github.com/ipfs/go-unixfs from 0.4.4 to 0.4.5
Bumps [github.com/ipfs/go-unixfs](https://github.com/ipfs/go-unixfs) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/ipfs/go-unixfs/releases)
- [Commits](https://github.com/ipfs/go-unixfs/compare/v0.4.4...v0.4.5)
---
updated-dependencies:
- dependency-name: github.com/ipfs/go-unixfs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-29 15:56:32 +00:00 |
|
Mikhail Rakhmanov
|
4b19d06415
|
Merge pull request #60 from anytypeio/protocol-crypto-update
v0.0.28
|
2023-03-29 17:54:24 +02:00 |
|
mcrakhman
|
f472fd83c4
|
Add some tests
|
2023-03-28 21:29:12 +02:00 |
|
mcrakhman
|
a8ef63eca0
|
Update space header validation
|
2023-03-28 00:11:09 +02:00 |
|
mcrakhman
|
13f30aa60f
|
Change sym encryption logic in objecttree
|
2023-03-27 23:03:02 +02:00 |
|
mcrakhman
|
f4bc677d02
|
Fix private key marshal
|
2023-03-27 22:28:49 +02:00 |
|
mcrakhman
|
6d70bc3786
|
Fix mnemonic
|
2023-03-27 22:08:07 +02:00 |
|
mcrakhman
|
b62ad57988
|
Move peer util package into crypto
|
2023-03-27 21:22:32 +02:00 |
|
dependabot[bot]
|
f074a1fa53
|
Bump github.com/ipfs/go-block-format from 0.1.1 to 0.1.2
Bumps [github.com/ipfs/go-block-format](https://github.com/ipfs/go-block-format) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/ipfs/go-block-format/releases)
- [Commits](https://github.com/ipfs/go-block-format/compare/v0.1.1...v0.1.2)
---
updated-dependencies:
- dependency-name: github.com/ipfs/go-block-format
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-27 18:08:17 +00:00 |
|
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 |
|