You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The support of existent standards enhance network effects and are within Status Principles.
Summary
The file License.sol should support EIP-1753 interface.
The standardization of License.sol is mildly interesting, it would help other systems to interact with this smart contract in a collection of multiple other Licenses types.
EIP-1753 is marked as Draft, and might change in future, including by influence of how Status Teller Network implements the License interface.
EIP-1753 contains features Teller Network does not use, and it should be discussed if is interesting to use these features. As in Teller Network licenses are Timeless, while in EIP-1753 the license is a range of time where they can be operated.
Teller could use EIP-1753 with the same price of any time range, and therefore the most interesting would be to everyone (and hardcoded in the UI) to buy the max amount of range possible.
There is also revoke functions which we could use for a governance or judge system.
Therefore I found that the additional features in EIP-1753 are interesting for Teller Network.
The text was updated successfully, but these errors were encountered:
Interesting EIP! and it will not require complex changes to our existing License contract.
I guess the governance functions can remain unimplemented until a contract upgrade is done whenever we determine the kind of governance required for Teller.
Feature Request
https://eips.ethereum.org/EIPS/eip-1753
The support of existent standards enhance network effects and are within Status Principles.
Summary
The file License.sol should support EIP-1753 interface.
The standardization of License.sol is mildly interesting, it would help other systems to interact with this smart contract in a collection of multiple other Licenses types.
status-teller-network/contracts/teller-network/License.sol
Line 1 in fa6bc69
EIP-1753 is marked as Draft, and might change in future, including by influence of how Status Teller Network implements the License interface.
EIP-1753 contains features Teller Network does not use, and it should be discussed if is interesting to use these features. As in Teller Network licenses are Timeless, while in EIP-1753 the license is a range of time where they can be operated.
Teller could use EIP-1753 with the same price of any time range, and therefore the most interesting would be to everyone (and hardcoded in the UI) to buy the max amount of range possible.
There is also revoke functions which we could use for a governance or judge system.
Therefore I found that the additional features in EIP-1753 are interesting for Teller Network.
The text was updated successfully, but these errors were encountered: