8000 Releases · ValorizeDAO/valorize_app · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ValorizeDAO/valorize_app

Release v0.2.3

07 Oct 23:40
92b86b3
Compare
Choose a tag to compare

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

07 Jun 15:57
e9865af
Compare
Choose a tag to compare

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

Full Changelog: v0.1.8...v0.2.0

v0.1.8-patch#1

13 Apr 20:37
8cb5001
Compare
Choose a tag to compare
Merge pull request #76 from ValorizeDAO/staging

release 0.1.8-patch#1

v0.1.8

12 Apr 18:15
7522f77
Compare
Choose a tag to compare
  • 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

09 Aug 05:25
3d449d7
Compare
Choose a tag to compare
alpha v0.0.1 Pre-release
Pre-release
Merge pull request #14 from javier123454321/staging

release v0.0.1
0