l00k / devphase

Development tool for Phala Phat contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suspend Polkadot.js creation warnings

h4x3rotab opened this issue · comments

Currently when running tests, whenever a polkadot.js instance is created, it outputs a lot of annoying logs, making the test output unreadable. According to jaco, it can be suspended by this option

    Sub0Factory
2023-02-03 03:37:37        REGISTRY: Unknown signed extensions CheckMqSequence found, treating them as no-effect
2023-02-03 03:37:37        API/INIT: RPC methods not decorated: chainHead_unstable_body, chainHead_unstable_call, chainHead_unstable_follow, chainHead_unstable_genesisHash, chainHead_unstable_header, chainHead_unstable_stopBody, chainHead_unstable_stopCall, chainHead_unstable_stopStorage, chainHead_unstable_storage, chainHead_unstable_unfollow, chainHead_unstable_unpin, pha_getMqNextSequence, pha_getStorageChanges, pha_getStorageChangesAt, transaction_unstable_submitAndWatch, transaction_unstable_unwatch
2023-02-03 03:37:38        API/INIT: phala-node/1: Not decorating unknown runtime apis: 0x3e43e696bccaa34a/1
Sub0Factory deployed at 44oR5sKnr5zefuEnDm9m6KJENEzijzZn3dVhiaqioozPkF2v
      ✔ should has correct owners
Sub0Factory configured 0x7ccaceb38c8c4ddb7fb36e85f59a5670bdda4ca36053f9eb8cd47ef6c832351b
      ✔ can be configured (4017ms)
PriceFeed1&2 deployed 0xf427514d3135ae5a9fed119287079ba7da203068bbb652756dcda01f23a6e9da
2023-02-03 03:37:47        REGISTRY: Unknown signed extensions CheckMqSequence found, treating them as no-effect
2023-02-03 03:37:47        API/INIT: RPC methods not decorated: chainHead_unstable_body, chainHead_unstable_call, chainHead_unstable_follow, chainHead_unstable_genesisHash, chainHead_unstable_header, chainHead_unstable_stopBody, chainHead_unstable_stopCall, chainHead_unstable_stopStorage, chainHead_unstable_storage, chainHead_unstable_unfollow, chainHead_unstable_unpin, pha_getMqNextSequence, pha_getStorageChanges, pha_getStorageChangesAt, transaction_unstable_submitAndWatch, transaction_unstable_unwatch
2023-02-03 03:37:47        API/INIT: phala-node/1: Not decorating unknown runtime apis: 0x3e43e696bccaa34a/1
      ✔ can deploy price feeds (5307ms)
      ✔ can trigger a rollup (6646ms)
commented

Thx, will be fixed in next release 0.1.2