* Updated MinimalProxyStore assembly to allow storage up to max contract
size
* enable PR CI runs
* updated ci
* more ci config
* fix ci tests for context overflow
* removed unnecessary contextSize param from getContext
* moved to custom proxy implementation, added example for locked vault
* Removed lock implementation using module
* Moved to MinimalProxyStore + execution module pattern
* Removed MinimalReceiver
* Added natspec to MinimalProxyStore
* Cleaned up imports and modified contract natspec
* Improved natspec docs
* Added test for minimal proxy store reverts
* Cleaned up tests
* Added test for custom execution module
* Replaced beacon upgradability with executeDelegateCall, cleaned up init
logic, added natspec docs
* Added locking to delegateCall
* natspec for lock
* Added natspec for unlockTimestamp mapping
* fixed locking vuln due to delegatecall
* lock authorization
* Switched to stateless vault implementation
* Added authorization check to signature validation
* Cleanup, api changes
* Moved sig validation to registry