Add ONDelegate contract#31
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces the ONDelegate contract, which enables whitelisted delegators to delegate ON tokens to the Orochi Network with configurable lock periods. The contract provides mechanisms for delegation, withdrawal, and owner-managed completion/refund operations.
Changes:
- Added ONDelegate.sol contract with delegation functionality including whitelist management, time-locked delegations, and token transfer operations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
@chiro-hiro I've opened a new pull request, #32, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: chiro-hiro <[email protected]>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 9 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…lization Co-authored-by: chiro-hiro <[email protected]>
Add test coverage for ONDelegate contract
No description provided.