status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Use wrapped payload for id calculation #52

Closed cammellos closed 5 years ago

cammellos commented 5 years ago

Now that status-react is not calculating ids anymore (only status-protocol-go does), we can use the wrapped payload for id calculation also when receiving.

cammellos commented 5 years ago

Is fairly similar, the advantage would be that we can change any field in the wrapper without breaking id calculation, so we have slightly more freedom to change fields around