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

Refactor node from 4 to 1 binary #323

Merged
merged 23 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2f2ec01
New working structure
phklive Apr 15, 2024
79cd495
Faucet available but note generation broken stalls on input_note
phklive Apr 15, 2024
eca1942
Fix faucet with new client note handling
phklive Apr 16, 2024
f5aa16f
Lints + added comments and small refactors
phklive Apr 16, 2024
1c14eba
Removed anyhow from librairies + moved start fns to binary
phklive Apr 17, 2024
ad6cd1c
Refactored config location
phklive Apr 17, 2024
49c623b
Removed top level config from libs + removed redundant tests
phklive Apr 17, 2024
d7363de
Added config.rs
phklive Apr 17, 2024
d2ce921
Added start_faucet + FaucetConfig to binary
phklive Apr 17, 2024
b5ece28
Fixed not serialisation issue
phklive Apr 17, 2024
2eb7bcf
Modified cargo.toml's to include workspace deps
phklive Apr 17, 2024
ee2232d
Added optionality to the configuration parameters
phklive Apr 17, 2024
7a9c24c
Added error handling / removed expect and panic
phklive Apr 17, 2024
ebc4c0d
Improved error handling with thiserror
phklive Apr 18, 2024
23b64a2
Fixed docker build and run
phklive Apr 18, 2024
f9890d3
Update documentation after refactor
phklive Apr 18, 2024
e6009e3
Merge next
phklive Apr 18, 2024
71136c4
Updated start_node to use start_*
phklive Apr 18, 2024
a0efa23
Removed irrelevant comments for errors
phklive Apr 18, 2024
fc36970
Made error printing more expressive using Endpoint
phklive Apr 18, 2024
1362196
Added in store and block-producer
phklive Apr 18, 2024
094181e
lint
phklive Apr 18, 2024
9a8aa83
Fixed nits
phklive Apr 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
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
**/npm-debug.log
**/secrets.dev.yaml
**/values.dev.yaml
./bin
./target
/bin
/target
LICENSE
README.md
Expand Down
Loading