Skip to content

Commit 0ad51a7

Browse files
committed
changelog
1 parent d8725a5 commit 0ad51a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
- [] task review
2020
- [] make sure config directory is in isolated location, like with key
2121
- [] don't store "jacs_private_key_password": in config, don't display
22-
- [] domain to header
23-
22+
- [] domain to header, and related verification
23+
- [] refactor API so easier to use from higher level libraries - create agent, load agent, save document, create document, update document, sign
24+
- more complete python implementation
25+
- pass document string or document id - with optional version instead of string
26+
- load document whatever storage config is
27+
- function test output metadata about current config and current agent
2428

2529
## jacspy cleanup
2630

@@ -39,11 +43,7 @@
3943
- [x] separate public key location from private key location
4044
- [x] cli review and tests
4145
- [x] TEST init agent without needing configs in filesystem by checking that needed ENV variables are set
42-
- [] refactor API so easier to use from higher level libraries - create agent, load agent, save document, create document, update document, sign
43-
- more complete python implementation
44-
- pass document string or document id - with optional version instead of string
45-
- load document whatever storage config is
46-
- function test output metadata about current config and current agent
46+
4747

4848

4949

0 commit comments

Comments
 (0)