You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Expected behavior
The node broadcast only the necessary data. Remember that we won't have to validate the nonce in the schema either (transactions, signatures and blocks).
https://github.com/LiskHQ/lisk-sdk/blob/008d6d20292aa0e54a82a4c44999e649fa786be0/framework/src/modules/chain/schema/definitions.js#L118
The nonce property should be removed from all of the RPC endpoints response and validation.
Actual behavior
Nonce is broadcast together with the objects but never used.
https://github.com/LiskHQ/lisk-sdk/blob/008d6d20292aa0e54a82a4c44999e649fa786be0/framework/src/modules/chain/logic/broadcaster.js#L109
Which version(s) does this affect? (Environment, OS, etc...)
1.0.0+
The text was updated successfully, but these errors were encountered: