Skip to content

Solana protocol that allows program updates to be delayed for a fixed time interval

Notifications You must be signed in to change notification settings

Ellipsis-Labs/timelock-program-authority

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timelock Program Authority

This program allows for the delayed upgrade of Solana smart contracts.

When a deployment is delayed, the verified source code of the upgrade can be transparently presented to the users who now have the ability to decide whether to continue interacting with said program.

Testing

To run the tests:

cd program
cargo test-sbf --sbf-out-dir tests/deps

About

Solana protocol that allows program updates to be delayed for a fixed time interval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages