-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add pallet staking tests for starlight (typescript) #782
Conversation
…omasz-starlight-staking-tests
WASM runtime size check:Compared to target branchdancebox runtime: 1428 KB (no changes) ✅ flashbox runtime: 824 KB (no changes) ✅ dancelight runtime: 2144 KB (+2144 KB) container chain template simple runtime: 1124 KB (-4296 KB) ✅ container chain template frontier runtime: 1400 KB (-5152 KB) ✅ |
Coverage Report@@ Coverage Diff @@
## master tomasz-starlight-staking-tests +/- ##
=================================================================
Coverage 65.15% 65.15% 0.00%
Files 327 327
Lines 57299 57299
=================================================================
Hits 37330 37330
Misses 19969 19969
|
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.
good job @tmpolaczyk
Add typescript tests for pallet_pooled_staking in Dancelight. They need some changes from the Dancebox tests because now we must create container chain blocks, as the relay block author is not rewarded through staking.