Releases: ValorizeDAO/valorize_app
Release v0.2.3
Updates for this release are:
Better user flow for booking a call with us
Better feedback for users when launching a token
Adding a password reset flow for users
Updating the landing page
Release v0.2.0
v0.2.0 (wider beta)
-
Create a contract deployer to take payments directly through the app
Designed the functionality with access control
Implemented upgradeability features and price updates
tested
Created a deployment script
-
Offer the possibility to go directly to the login page from landing
-
Implement the frontend to deploy the contract through the UI
-
Prompt users when deploying a token to book a consultation
-
Add pricing to the landing page
-
Add a prompt for users if connected to an unsupported network
An alert pops up if originally signed into an unsupported network
Disable the deploy button if network is unsupported
-
Backend endpoints to query contract data
Contract bytecode info query
New smart contract table will allow us to expand our contracts offering system into the future easier
-
Implemented Dependency Injection on the handler functions of the backend to improve testability
-
Use localstorage to maintain form information on page refresh in create token page
What's Changed
- #74: fix correct airdrop index by @javier123454321 in #75
- release 0.1.8-patch#1 by @javier123454321 in #76
- Feature/#78 contract bytecode endpoint by @javier123454321 in #79
- Deploy 0.2.0 by @javier123454321 in #81
Full Changelog: v0.1.8...v0.2.0
v0.1.8-patch#1
Merge pull request #76 from ValorizeDAO/staging release 0.1.8-patch#1
v0.1.8
-
Add Dashboard Page
Created endpoint for displaying all tokens
User can see all tokens deployed
-
Create token creation page
Refactored code so user goes to own page rather than the edit profile page
-
Add Claim Airdrop Page
User can search their address to see if they are elegible for an airdrop
-
UI improvements to navigation menu
Highlights which route the user is on
Improved feel when hovering over menu items
-
Add a button to redirect users to the airdrop claim page from airdrop creation page
-
Create frontend test process
Now there is an automatic test running on the frontend when a pull request is created
Solved issues that were stopping the tests from running
-
Create Backend test process
alpha v0.0.1
Merge pull request #14 from javier123454321/staging release v0.0.1