Skip to content

feat: add nonce tracker and rate lock contracts#29

Merged
portableDD merged 2 commits into
Nexacore-Org:mainfrom
0xZyrick:main
Jul 30, 2025
Merged

feat: add nonce tracker and rate lock contracts#29
portableDD merged 2 commits into
Nexacore-Org:mainfrom
0xZyrick:main

Conversation

@0xZyrick
Copy link
Copy Markdown
Contributor

Implemented two new smart contracts:

Nonce Tracker (#18)

  • Tracks and updates nonces to prevent replay attacks.
  • Includes validation logic and storage persistence.

Rate Lock (#17)

  • Implements rate lock with expiry validation.
  • Stores locked rates and ensures conversion only within valid window.

Closes #18
Closes #17

@portableDD portableDD merged commit 56d3d77 into Nexacore-Org:main Jul 30, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transaction Nonce Tracker Rate Lock Validator

2 participants