Skip to content

Commit

Permalink
speedup block building tremendously
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 11, 2023
1 parent 3fb1710 commit 2358ebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chopsticks-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
endpoint: wss://kusama-rpc.dwellir.com
endpoint: wss://rpc.ibp.network/kusama
mock-signature-host: true
block: 20487320
db: ./db.sqlite
Expand Down Expand Up @@ -61,4 +61,4 @@ import-storage:
- [[5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY], rank: 7]
Voting: []
ParasDisputes:
$removePrefix: ['disputes'] # those can makes block building super slow
# $removePrefix: ['disputes'] # those can makes block building super slow
2 changes: 1 addition & 1 deletion packages/ui/cypress/tests/multisig-creation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Multisig creation', () => {
notifications.loadingNotificationIcon().should('be.visible')
notifications.notificationWrapper().should('contain', 'broadcast')

notifications.successNotificationIcon(40000).should('be.visible')
notifications.successNotificationIcon(30000).should('be.visible')
notifications.notificationWrapper().should('contain', 'Tx in block')
const expectedMultisigAddress = 'D9b1mkwhCwyRMUQZLyyKPdVkiJfFCuyVuWr3EmYAV6ETXkX'
multisigPage.accountHeader(10000).within(() => {
Expand Down

0 comments on commit 2358ebd

Please sign in to comment.