Tyler Beckman Ty · they/them
Ty created branch main in CSCI200/L4C 2024-11-06 16:58:23 -07:00
Ty pushed to main at CSCI200/L4C 2024-11-06 16:58:23 -07:00
e5a77eaeb9 Initial commit
Ty created repository CSCI200/L4C 2024-11-06 16:58:15 -07:00
Ty created branch main in CSCI200/L4B 2024-11-06 16:55:20 -07:00
Ty pushed to main at CSCI200/L4B 2024-11-06 16:55:20 -07:00
fdb10ecd28 Initial commit
Ty created repository CSCI200/L4B 2024-11-06 16:54:25 -07:00
Ty created branch main in CSCI200/L4A 2024-11-06 16:53:07 -07:00
Ty pushed to main at CSCI200/L4A 2024-11-06 16:53:07 -07:00
15fe835cc8 Initial commit
Ty created repository CSCI200/L4A 2024-11-06 16:52:58 -07:00
Ty transferred repository CSCI200/canvas-rs to Ty/canvas-rs 2024-11-06 16:50:56 -07:00
Ty pushed to main at Ty/ct-rs 2024-11-06 00:23:57 -07:00
b43cfbf260 feat: Add basic entry downloading to bin package
098c2b9b12 chore: Restructure into workspace w/ bin crate
d4f07b4f04 feat: Merkle tree list hashing
27e5aaa777 chore: Format code
Compare 4 commits »
Ty pushed to main at Ty/ct-rs 2024-10-27 17:26:56 -06:00
c46dfd4457 test: Refactor log entry parsing integration test to use new api client
Ty closed pull request Ty/ct-rs#1 2024-10-27 17:11:05 -06:00
feat(api): API Request support
Ty pushed to main at Ty/ct-rs 2024-10-27 17:11:05 -06:00
03f4151f66 Add doctest and replace Url field with String
70a83d4b9e feat(api): Add get entries endpoint
7e51c915bc docs(api): Fill in missing doc comments
1c2b59e9f8 feat(api): Allow re-use of existing reqwest client in CtApiClient struct
f526f859a5 docs(api): List outputs in CtApiClient methods
Compare 13 commits »
Ty deleted branch feat/api from Ty/ct-rs 2024-10-27 17:11:04 -06:00
Ty pushed to feat/api at Ty/ct-rs 2024-10-27 16:24:40 -06:00
7e51c915bc docs(api): Fill in missing doc comments
1c2b59e9f8 feat(api): Allow re-use of existing reqwest client in CtApiClient struct
f526f859a5 docs(api): List outputs in CtApiClient methods
505355189f feat(api): Add Merkle Audit Proof by leaf hash endpoint
Compare 4 commits »
Ty pushed to feat/api at Ty/ct-rs 2024-10-27 15:13:10 -06:00
6d1ae370fa feat(api): Get Signed Tree Head consistency proof
2358a22d38 chore: Reformat
d4762205dc feat(api): Add Get Signed Tree Head endpoint
b718fe2792 chore: Rename endpoint consts and reformat
Compare 4 commits »
Ty pushed to feat/api at Ty/ct-rs 2024-10-27 14:49:48 -06:00
43b4220de2 chore: Reformat
Ty pushed to feat/api at Ty/ct-rs 2024-10-27 14:47:35 -06:00
a563e46162 feat(api): Add Get Signed Tree Head endpoint
aa4432bf37 chore: Rename endpoint consts and reformat
Compare 2 commits »
Ty pushed to feat/api at Ty/ct-rs 2024-10-27 14:12:21 -06:00
6f290c90e9 feat(api): Add add-pre-chain endpoint