airgap-it / tezos-rust-sdk

MIT License
20 stars 10 forks source link

Enforce timestamp in seconds in block header #11

Open m-kus opened 1 year ago

m-kus commented 1 year ago

Context: timestamp field in block header (and generally everywhere) should not allow sub-seconds I have added another integration test calculating block hash and comparing against a real block in mainnet, also fixed existing tests by running forge RPCs for the test payloads.

RomarQ commented 1 year ago

Will have a look at this later today.