shuse2

Results 22 comments of shuse2

We are having this problem too. Would it be possible to merge this PR for the next release?

Updating the issue title to reference `dpos_getAllDelegates` because in v6 this endpoint is under dpos

This issue should be checked against latest version of SDK (in lisk npm repo), and ensure that this problem is resolved.

The main reason why `browser` became default is we use the `browser` version in faucet and dashboard plugins and they are working. It doesn't work with `node` version because dashboard/faucet...

Maybe, in the other way around, I think it would be better to not to distinguish the schema and unity the definition? For example, maybe there is a way to...

Actually I think the same schema can be used for both validation and codec. Main problem is in JS instance ``` { nonce: 10n } ``` and in JSON format...

How it's currently working is `codec` only make small assumption on the schema. - Format is JSON schema thus we can walk through `properties` or `items` depending on `type` -...

These issue should be added to the functional test - https://github.com/LiskHQ/lisk-sdk/issues/5317