Changelog
A record of all the notable changes made to VORJ.
Last updated
A record of all the notable changes made to VORJ.
Last updated
Major updates to the underlying codebase and infrastructure in order to improve overall performance and maintainability.
As a result of these major updates the API has migrated from v1 to v2 and is now discoverable at https://api.vorj.app/main/v2/docs
Enable Role Based Access Controls (RBAC) on smart contracts to allow the delegation of tasks such as minting and burning to nominated accounts.
Several minor user interface enhancements.
Various aspects of code clean up and refactoring.
Initial frontend support for Govoner Contracts "DAO", more detail available here.
Extend ERC-721 with optional claimable condition.
Several minor user interface enhancements.
Various aspects of code clean up and refactoring.
Integration with World of V Marketplace.
Several minor user interface enhancements.
Various aspects of code clean up and refactoring.
Update the Free Plan limits to:
Several minor user interface enhancements.
Various aspects of code clean up and refactoring.
Introduction of new NFT creation flows, read here for more details.
Deeper IPFS integration through our own VORJ nodes.
Creation of new tutorials, see here for more information.
Initial frontend support for ERC-4626 "Tokenized Vault Standard", more detail available here.
Update smart contracts to use the latest release of OpenZeppelin contracts, see changes here.
Adjust NFT media file sizes; min 100B and max 500MB.
Several minor user interface enhancements.
Various aspects of code clean up and refactoring.
The Transfer Action transfers both the ownership and master of the contract to the receiver address, previously only the ownership was transferred.
Add a user interface for fungible and non-fungible (NFT) contracts to identify remaining token supply that has not been minted.
Improve and optimize load time on the smart contract page.
Various aspects of code clean up and refactoring.
Add validation to the ERC20 and ERC721 contract, actions and transfer tabs to provide users with more informative error messages and guidance.
Only show the pause functionality on the smart contract actions tab if the functionality has been enabled on contract creation. (Note: The pause functionality can still be enabled and activated via the backend API.)
Various minor interface updates and bug fixes focusing on improved user experience.
Improve and optimize load time across various pages.
Update from using ERC20 base contract to ERC20Capped contract. Change effective Friday 5th May.
All ERC20 contracts created through VORJ prior to Friday 5th May do not have a capped supply, they have an initial supply, which can be exceeded.
Some additional validation and minor copy updates throughout the application.
Mobile support for landing and sign-up pages only.
Add a warning message for mobile viewports stating that VORJ is not optimized for mobile.
For each transaction wait, approximately 2 minutes, until the contract is indexed by the VORJ indexer.
Marketplace aggregation will return the previous response object instead of the partial response object while the aggregation is in process.
ERC721:
Remove the ability to switch from sequential to selective minting.
Add an amount field to allow minting a given amount of tokens.
Add validation to minting fields.
ERC20:
Add an amount field to allow minting a given amount of tokens.
Add validation to minting fields.
Fix for incorrect minting amount caused by decimals.
Some additional validation and minor copy updates throughout the application.
Initial beta release of VORJ.
Free plan only with support for ERC20 and ERC721 (dynamic table only) smart contracts.