-
Notifications
You must be signed in to change notification settings - Fork 58
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: 🔧 Update dancelight smoketests #867
Open
timbrinded
wants to merge
32
commits into
master
Choose a base branch
from
feat/add-relay-types-interface
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
0b8db22
refactor: root pnpm workspaces
mario-sangar 935bd1c
Merge branch 'master' into f/mario-sangar-root-pnpm-workspaces
girazoki 6590d05
refactor: :recycle: Replace prettier with Biome
timbrinded cab83ab
update packages
timbrinded d1a5f07
Merge branch 'master' of github.com:moondance-labs/tanssi into refact…
timbrinded 71b23fa
fix lint issues
timbrinded 4a78286
regenerate api-augment
timbrinded fa6d8f9
fix tc failure
timbrinded d7bbe22
fix: 😰 Fix all linting issues
timbrinded e8ab9b1
Merge branch 'master' of github.com:moondance-labs/tanssi into refact…
timbrinded f9b1343
fix: frontier tests
timbrinded 1d78f13
fix: relay-tests
timbrinded d232b07
fix: zombie-relay-test
timbrinded 62cdcdc
fix test
timbrinded 5ecf2cd
Merge branch 'master' into refactor/switch-biome
timbrinded b45ccaf
remove eslint
timbrinded 748901a
Merge branch 'refactor/switch-biome' of github.com:moondance-labs/tan…
timbrinded 244fa77
Merge branch 'master' into refactor/switch-biome
timbrinded 7aa9c62
fix smoke tests
timbrinded cc58367
ignore IDE files
timbrinded 6062344
fix data preserver fee calc
timbrinded 3e83f65
Merge branch 'master' of github.com:moondance-labs/tanssi into refact…
timbrinded f4437c3
refactor: ♻️ fix babe types
timbrinded 70da8e3
refactor: ♻️ Update authority smoke test
timbrinded 811b04b
fix: update beefy test
timbrinded b5593e7
progress
timbrinded a82ecfa
update validator rewards smoke
timbrinded fd38b36
update inflation rewards smoke
timbrinded d8b24e2
update session/ext validators test
timbrinded c7ba6cd
update config consistency test
timbrinded a9ad1a1
update remaining dancelight smoke tests
timbrinded 4e5e697
Merge branch 'master' of github.com:moondance-labs/tanssi into feat/a…
timbrinded File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We abuse toJSON because it makes it easier to see the diff when an expect fails. Can you verify that expect(assignmentCollatorKey).toBeNull() shows a nice error message with the assignmentCollatorKey?
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.
Will check. Problem about using toJSON() is that it casts it to
any
. What we currently have is that it will show you an error without even having to run the testsThere 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 please check this expect thing