-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1706 improve versioning for the light client contract (#1800)
* switched to using contract inheritance for new versions of the LC contract * added initialize methods for each version and a third version of the LC contract * added documentation about smart contract upgrades to read me and modified tests * adding more context to the docs with example that include the LC contract * add more deployment notes * use the reinitializer modifier to safeguard against more that one re-initialization in new implementations of an upgradable contract * improving comments
- Loading branch information
1 parent
2a26637
commit 462583d
Showing
8 changed files
with
704 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.