issues
search
Aventus-Network-Services
/
avn-api
An API for interacting with the Aventus AvN layer 2 blockchain
5
stars
1
forks
source link
SYS-3546, SYS-3547, SYS-3548 Adds new caching/locking logic
#32
Closed
nahuseyoum
closed
1 year ago
nahuseyoum
commented
1 year ago
This PR introduces:
A new in-memory lock to prevent functions from being accessed concurrently.
A new in-memory nonce cache provider (like a database to store nonces)
A generic nonce manager that can work with different cache providers
This PR introduces: