Skip to content

Releases: tablelandnetwork/evm-tableland

v2.0.2

08 Jul 15:39
8306f4e
Compare
Choose a tag to compare
  • fixes missing export
  • adds named export for deployed contract addresses
  • adds named type export

v2.0.1

06 Jul 22:09
65e9b1a
Compare
Choose a tag to compare
  • Adds declaration files for proxies.js to NPM package.

v2.0.0

06 Jul 22:07
5f5733a
Compare
Choose a tag to compare
  • Migrates to new testnet contracts for use with the new SQLite validator.
  • Improved deployment and verification flow.
  • Includes test contracts and deployment information in the NPM package.
  • Adds a new TablelandDeployments solidity library to aid in creating tables from smart contracts.
  • ITablelandTables.createTable now returns a tableId.
  • Updates dependencies.

v1.1.0

30 Jun 05:01
69b9a94
Compare
Choose a tag to compare
  • 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.
  • Renames repo to evm-tableland.
  • Updates deps.

v1.0.0

30 Jun 04:52
074ff16
Compare
Choose a tag to compare
  • Major overhaul of contract organization.
  • Migrate to ERC721A.
  • Implements table controller policies for advanced write access control.
  • Overhauls deploy / upgrade flow.

v0.0.2

09 Mar 23:58
2bb6f0f
Compare
Choose a tag to compare

Initial release.