mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-21 10:19:06 +00:00
- Adjust Sessions API to make use of results.Opt instead of var params - Add loadReadKey for when only the readKey is required - Add 32-bit counter to a Session and add nextNonce call that creates the nonce to use for next encryption (using the 32-bit counter) - Use nextNonce in discv5 encryption - Tests for Sessions / nextNonce