-
Notifications
You must be signed in to change notification settings - Fork 526
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
Melodot milestone 4 #1084
Melodot milestone 4 #1084
Conversation
Hey @DarkingLee. Thanks for the delivery. I am going through the deliverables and everything's going very smoothly so far. However, I can't run the e2e tests as there is no |
hi, @semuelle , I missed a build command, you need to first run |
Hey @DarkingLee. I'm afraid that didn't to the trick: ~/melodot/melodot | on w3f ...................................................................... at 13:57:39
> make build-default
cargo build --release -p melodot-node -p melodot-runtime
Compiling melodot-runtime v0.0.1 (/home/melodot/runtime)
Compiling melo-das-rpc v0.0.1 (/home/melodot/crates/das-rpc)
Compiling melodot-node v0.0.1 (/home/melodot/node)
Finished release [optimized] target(s) in 3m 38s
~/melodot/melodot | on w3f ........................................................ took 3m 39s | at 14:01:19
> make build-farmer
cargo build --release -p melodot-farmer-client
Compiling melodot-runtime v0.0.1 (/home/melodot/runtime)
Compiling melo-das-rpc v0.0.1 (/home/melodot/crates/das-rpc)
Compiling meloxt v0.0.1 (/home/melodot/crates/meloxt)
Compiling melodot-farmer-client v0.0.1 (/home/melodot/farmer)
Finished release [optimized] target(s) in 2m 37s
~/melodot/melodot | on w3f ........................................................ took 2m 37s | at 14:04:08
> make build-light
cargo build --release -p melodot-light-client -p melodot-light-client-e2e
Compiling melodot-light-client-e2e v0.0.1 (/home/melodot/light/e2e)
Compiling melodot-light-client v0.0.1 (/home/melodot/light)
Finished release [optimized] target(s) in 34.68s
~/melodot/melodot | on w3f ........................................................... took 35s | at 14:04:47
> make e2e
./target/release/e2e
make: ./target/release/e2e: No such file or directory
make: *** [Makefile:40: e2e] Error 127 |
hi @semuelle , Sorry, my mistake, you should run |
Thanks for the quick responses, @DarkingLee. I am happy to report that everything worked and that your milestone is hereby accepted. You can find my evaluation notes here. Since this is your last milestone, I want to wish you best of luck with the project. All your deliverables were received very well, so I hope you will continue working on it and make it a success! |
🪙 Please fill out the invoice form in order to initiate the payment process. Thank you! |
We noticed that this is the last milestone of your project. Congratulations on completing your grant! 🎊 |
hi @semuelle , Thank you very much, we will continue to move forward! |
Milestone Delivery Checklist
Link to the application pull request: w3f/Grants-Program#1804