-
Notifications
You must be signed in to change notification settings - Fork 16
Add e2e WIT test for sports data #1803
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
Conversation
bcc76a0 to
4385d5f
Compare
348feee to
3c940d0
Compare
50e2abc to
a6b8d0e
Compare
aa4b405 to
ed49dd8
Compare
e3afa15 to
0a5a310
Compare
d04b8c3 to
687f194
Compare
687f194 to
774e7d6
Compare
apps/e2e-tests/src/test-scenarios/wit/expected-service-status.ts
Outdated
Show resolved
Hide resolved
apps/dev/src/commands/decoder/generate-decoder/generate-decoder.ts
Outdated
Show resolved
Hide resolved
apps/dev/src/commands/decoder/generate-decoder/generate-decoder.ts
Outdated
Show resolved
Hide resolved
apps/dev/src/commands/decoder/generate-decoder/generate-decoder.ts
Outdated
Show resolved
Hide resolved
apps/e2e-tests/src/utils/environment-managers/process-compose-manager.ts
Show resolved
Hide resolved
02ae85c to
64d5157
Compare
64d5157 to
769f7c1
Compare
🚀 Deployment Links of Blocksense Network websites:
|
PetarKirov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! This has clearly been a long journey with sustained collaboration, and the technical accomplishment here is significant. Getting this end-to-end flow passing in CI—spanning SSZ decoder generation in Solidity from a WebAssembly WIT file, a Wasm oracle script fetching structured data and encoding it to SSZ, and a process-compose setup that brings up Anvil, deploys the generated contract, runs a sequencer, and validates the full on-chain reporting path—is no small feat. Huge thanks to everyone involved in pushing this across all layers of the stack: @Owliie @HristoStaykov @reo101
Fixes: