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

Components to transfer config files like .env during setup #23

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
52a6992
start a new pulse-server project
roshanrags Dec 16, 2024
30a9cfb
add oyster-sdk
roshanrags Dec 16, 2024
b8e34a8
add axum
roshanrags Dec 16, 2024
eb6946e
add tokio
roshanrags Dec 16, 2024
2619440
add anyhow
roshanrags Dec 16, 2024
a610cbb
basic axum server
roshanrags Dec 16, 2024
046d821
switch to hyper
roshanrags Dec 16, 2024
f45b8e0
add hyper-util for tokio compatibility
roshanrags Dec 16, 2024
9110893
bump version
roshanrags Dec 16, 2024
95f4fdb
basic hyper server that uses scallop
roshanrags Dec 16, 2024
fde9381
rename, client can be added in the same project
roshanrags Dec 16, 2024
8ea42d9
main.rs -> server.rs
roshanrags Dec 16, 2024
66a9a4e
implement file storage
roshanrags Dec 16, 2024
7102fe5
add url
roshanrags Dec 16, 2024
b8ecd99
add http body util
roshanrags Dec 16, 2024
d8a4301
add reqwest
roshanrags Dec 16, 2024
37d6481
bump version
roshanrags Dec 16, 2024
636e1d5
include an auther that fetches attestations from a url
roshanrags Dec 17, 2024
ac8c565
add clap
roshanrags Dec 17, 2024
2e909c7
add cli args
roshanrags Dec 17, 2024
0fee53b
stub client program in build tree
roshanrags Dec 17, 2024
670692e
bump version
roshanrags Dec 17, 2024
f74f2e5
bump version
roshanrags Dec 17, 2024
791bcdf
add hex
roshanrags Dec 17, 2024
cee4536
add ed25519-dalek
roshanrags Dec 17, 2024
c964a88
add rand
roshanrags Dec 17, 2024
f60dbac
enable rand_core feature for secret generation
roshanrags Dec 17, 2024
74da782
client implementation
roshanrags Dec 17, 2024
4cffec5
bump version
roshanrags Dec 18, 2024
58e0694
update to new scallop API
roshanrags Dec 18, 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
1 change: 1 addition & 0 deletions initialization/pulse/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading