Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use encryption key #49

Merged
merged 58 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
cec4dc3
Add encryption key to DID Document
tzskp1 Jul 13, 2024
ab35528
Clean up
tzskp1 Jul 13, 2024
ac15859
Clean up
tzskp1 Jul 13, 2024
d725360
Add TODO comment
tzskp1 Jul 13, 2024
689d7ac
Try another interface
tzskp1 Jul 14, 2024
ca3c779
Change interface
tzskp1 Jul 14, 2024
42bad2b
Get rid of anyhow
tzskp1 Jul 14, 2024
492b63b
Fix error type
tzskp1 Jul 14, 2024
647953e
Change minor code style
tzskp1 Jul 15, 2024
dc9376a
Update didcomm-rs version
tzskp1 Jul 15, 2024
474bef2
Refactor sidetree client
tzskp1 Jul 15, 2024
ca8e4ad
Add Sync and Send bound
tzskp1 Jul 15, 2024
e2b45f1
Refactor minor
tzskp1 Jul 15, 2024
a9f5a76
Workaround for sidetree
tzskp1 Jul 15, 2024
3dfb912
Fix key id name
tzskp1 Jul 15, 2024
6f459ce
Fix comments
tzskp1 Jul 16, 2024
563526e
Refactor didcomm service
tzskp1 Jul 16, 2024
27e19e0
Get rid of common
tzskp1 Jul 16, 2024
83eb6ae
Handle attachment link correctly
tzskp1 Jul 16, 2024
c8abdd5
Fix field name of recovery
tzskp1 Jul 16, 2024
d8f1e53
Lint
tzskp1 Jul 16, 2024
24b2c0d
Lint
tzskp1 Jul 16, 2024
9b20ca0
Refactor services
tzskp1 Jul 16, 2024
6d8f419
Remove unused struct
tzskp1 Jul 16, 2024
c5ed1f3
Improve error message
tzskp1 Jul 16, 2024
f453c17
Re export didcomm-rs
tzskp1 Jul 17, 2024
bb6a4d4
Refactor minor
tzskp1 Jul 17, 2024
6d73f45
Refator error message
tzskp1 Jul 17, 2024
6ed93f2
Export multihash
tzskp1 Jul 17, 2024
6a35646
Export EC libs
tzskp1 Jul 17, 2024
6aecefb
Zeroize
tzskp1 Jul 17, 2024
0e5a5da
Export libs
tzskp1 Jul 18, 2024
e82869a
Gen rid of dead code
tzskp1 Jul 18, 2024
6e14b79
Change to use datetime as json field type
tzskp1 Jul 19, 2024
6785cab
Re export http crate
tzskp1 Jul 19, 2024
53a1b25
Clean up library
tzskp1 Jul 19, 2024
b375428
Re export again
tzskp1 Jul 19, 2024
ff2cd19
Refactor minor
tzskp1 Jul 19, 2024
6b4df75
Re export again
tzskp1 Jul 19, 2024
8a2e1db
Refactor jwk
tzskp1 Jul 19, 2024
43d95d8
Refactor
tzskp1 Jul 20, 2024
b7e20be
Refactor minor
tzskp1 Jul 21, 2024
e6f59a5
Refactor minor
tzskp1 Jul 21, 2024
e84f19f
Format Cargo.toml
tzskp1 Jul 21, 2024
e7d50c8
Fix use generic_array
tzskp1 Jul 21, 2024
473298f
Fix again
tzskp1 Jul 21, 2024
e0d4864
Bump up major version
tzskp1 Jul 21, 2024
61760bb
Remove GenericArray
tzskp1 Jul 21, 2024
c1e0033
Upgrade deps
tzskp1 Jul 22, 2024
de2f0ec
Fix typo
tzskp1 Jul 22, 2024
e01487e
Format Cargo.toml
tzskp1 Jul 22, 2024
1e6d8fb
Migrate async-trait to trait-variant
tzskp1 Jul 23, 2024
a6e4b10
Refactor
tzskp1 Jul 24, 2024
bb65964
Upgrade rust edition
tzskp1 Jul 24, 2024
f4cf607
Fix Sidetree Client
tzskp1 Jul 25, 2024
91c6063
Fix multihash test
tzskp1 Jul 26, 2024
e079a4c
Refactor minor
tzskp1 Aug 3, 2024
659f0d1
Update Cargo.lock
tzskp1 Aug 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 31 additions & 143 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading