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
Adds payable to runSQL and ITablelandController.getPolicy.
Adds URITemplate util.
Publishes all contracts to NPM.
Adds contract verification script.
Removes ERC721ABurnable, which is not useful for tables.
Adds a new storage mapping for locked table controllers. A table controller can be locked by the owner by calling lockController. A locked controller cannot be set or re-locked.
Removes maintainers from README and package.json. They redundant with the actual contributors shown natively by GH and just add more maintenance overhead.