Skip to content

feat: Implement timelock contract #6

@FabienCoutant

Description

@FabienCoutant

Feature Request

Describe the Feature Request

Implement and tests the timelock

Describe Preferred Solution

Main logic

File: src/core/timelock.cairo

Tests

Implement the following tests files:

  • tests/integration/core/timelock/set_delay/test_set_delay.cairo
  • tests/integration/core/timelock/set_delay/test_accept_admin.cairo
  • tests/integration/core/timelock/set_delay/test_set_pending_admin.cairo
  • tests/integration/core/timelock/set_delay/test_queue_transaction.cairo
  • tests/integration/core/timelock/set_delay/test_cancel_transaction.cairo
  • tests/integration/core/timelock/set_delay/test_execute_transaction.cairo

Requirement

None

Related Code

TimeLock

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions