-
Notifications
You must be signed in to change notification settings - Fork 335
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
MoonScope Integration #2494
MoonScope Integration #2494
Conversation
Coverage generated "Tue Oct 10 16:09:30 UTC 2023": Master coverage: 87.39% |
I'm going to add the CI now that we have the moonscope website setup |
I've added the MOONSCOPE_TOKEN into the repo secrets |
It gets published there: https://moonscope.kaki.dev/dev |
@@ -280,7 +284,8 @@ | |||
"runScripts": ["compile-contracts.ts compile"], | |||
"multiThreads": true, | |||
"envVars": ["DEBUG_COLORS=1"], | |||
"reporters": ["html", "basic"], | |||
"reporters": ["basic", "html", "json"], |
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.
@timbrinded I added this one but it makes the output unreadable when you execute manually (because the json is printed :( after the basic report and it is too big)
@@ -625,6 +625,9 @@ jobs: | |||
with: | |||
name: moonbeam | |||
path: target/release | |||
- name: Enforce multi thread limit | |||
run: | | |||
sed -i 's/"multiThreads": true/"multiThreads": 3/g' test/moonwall.config.json |
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.
After Polkadot 1.1.0 merge, we need to remove this
Fixed the merge conflicts and seems to be ticking over nicely on the published page. |
What does it do?
Minor updates to integrate the MoonScope reporting interface to the test data we generate.
What value does it bring to the blockchain users?
Increased chain monitoring and efficiency.