Roman Khimov
|
317dd42513
|
*: use uint*Size and SignatureLen constants where appropriate
|
2022-10-05 10:45:52 +03:00 |
|
Roman Khimov
|
0178594850
|
*: simpilfy make() invocations
gosimple: S1019: should use make([]byte, 64) instead
|
2021-05-12 18:36:45 +03:00 |
|
Roman Khimov
|
c789431402
|
payload: drop Network from P2PNotaryRequest
It's not needed now.
|
2021-03-26 13:45:18 +03:00 |
|
Roman Khimov
|
d314f82db3
|
transaction: drop Network from Transaction
We only need it when signing/verifying.
|
2021-03-26 13:45:18 +03:00 |
|
Roman Khimov
|
7730aef0ec
|
payload: adapt notary payloads to new hashing too
|
2021-03-12 14:14:22 +03:00 |
|
Anna Shaleva
|
5c2ea2d5bb
|
network: refactor P2PNotaryRequest decoding
We need to provide magic for both main and fallback transactions during
decoding, because transactions hashes depend on it.
|
2021-02-11 17:11:33 +03:00 |
|
Anna Shaleva
|
0b5cf78468
|
network: add notary request payload
|
2020-12-10 18:17:31 +03:00 |
|