Skip to content

Totem Core v5.0.0

Compare
Choose a tag to compare
@voropserg voropserg released this 08 Jan 20:18
· 26 commits to main since this release

General

- Legacy Records are now stored on the blockchain
- Custom Legacy Record data. Now it is possible to save a JSON string to the record, no limititaions to int
- New Authentiofication model. Now using `auth.totem.gdn` instead of Web3Auth inside the plugin

API Changes:

- Order of the retrieved legacy records is reversed. Now the first entry in the List is the latest record.
- TotemCore.GetLegacyRecords and TotemCore.AddLegacyRecord now require a TotemAssetType as a parameter.
- TotemCore.AuthenticateCurrentUser no longer requires a Provider parameter since it will be chosen on the login page.
- Added timestamp of creation to the Legacy Record model

Filters:

- Changed the destrebution of item materials in default filter
- Added a secondary color field for the default avatar and item.

Other:

- Web3Auth removed. This solves some compatability issues for mobile devices
- Sample scene update to reflect the changes