-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/20220704 #542
Merged
Merged
Release/20220704 #542
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix hardhat-deploy * update hardhat-deploy Co-authored-by: Giorgi-Lagidze <giorgi.lagidze@toptal.com>
* fix test failure if event arguments are structs * fix test failure due to missing event abi * update comment to explain the reason behind chai overwrite * fix unlocked event test case * EOF error fix Co-authored-by: Giorgi-Lagidze <giorgi.lagidze@toptal.com>
* add path filtering on the workflows * dummy test workflow * add dummy test file to trigger the test cd * remove dummy test workflow and file
* replace govern-console with new console * update packages and gitignore * add public in gitignore * remove .DS_Store Co-authored-by: Giorgi-Lagidze <giorgi.lagidze@toptal.com>
* add rinkeby fleek * update console's workflow * update console workflow * update govern-console * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek * update fleek
* Added basic injected wallet and added Subgraph queries for DAOs * Added all subgraph data for daos * Footer in progress * Corrected subgraph query * Added subgraph for fetching proposals and for fetching proposal details * Feature/new proposal flow (#322) * added public folder togitignore * Proposal Flow * few typescript type fixes and routing fix, an id param cannot be passed directly as the first route * Updated correct url change * Corrected url Co-authored-by: Bhanu Sanghi <bhanu@jiny.io> Co-authored-by: bhanusanghi <bhanussanghi@gmail.com>
* Dao queries based on new subgraph definition * update govern workflow * fix eof Co-authored-by: Giorgi Lagidze <glagh14@freeuni.edu.ge>
* gas dos fix on queue * change erc3000 * max calldatasize for govern-queue schedule * max calldatasize for govern-queue * change verification config * increase executionDelay * add collateral checks * increase executionDelay for dummyconfig * change parameters for govern base factory * update govern subgraph * update govern base factory * update subgraph * verify fix governbase * update rinkeby subgraph Co-authored-by: Giorgi-Lagidze <giorgi.lagidze@toptal.com>
…inkeby testnet updated (#329)
* give root role to govern * update root rule for queue * freeze root role * fix EOF
* trigger govern-console ci job on changes to govern.js package
* add 404 page * add material components removed from 404 page * remove unnecessary css * fix misspellings
* setup nested routing * Feature / DAO-284 (#474) * refactored settins page * refactored settins page * fixed execution delay input sizes * Added padding to button and modified spacing * added page and component stubs * finance side card ui * Feature / DAO-286 (#477) * added basic daoSideCard * modified sidecard, added actionlinks * Added basic calls for actions * added help component on for settings page * refactored settins page * refactored settins page * fixed execution delay input sizes * wired up settings page to routes * implemented code splitting * Clean up homepage * Cleaned up home page * minor fixes * minor fixes to DaoHomePage * minor fixes and use of props in styled components * Removed open actions from card * add finance page header * transaction card added * add modal structure * SelectToken modal added * partial balance calculation * add transfer modal * added more info on balance and moved subgraph call to main finance page * new Transfer modal added * sign deposit modal added * remove layout state from finance page * Feature/dao-action-page DAO-283 (#478) * added basic daoSideCard * modified sidecard, added actionlinks * Action Header added * searchbox and dropdown menu added to action page * Action card added * Added basic calls for actions * added help component on for settings page * add load more button * actions list logic added & actions filter added * search login implemented * Human readable date format added & load more button logic added * fix action cards title overlaping * fix single action card bugs & add no action available message * fix prettier error for setting route * change filter function & add no-available function & change limit to 100 * add rejected status to dropdown menu and use same array for selected and dropdown menu * fix conflicts * modified query and added token mapping in finance * removed placeholder data to prepare for merge * integrated finance page into nested routing * added defaults so finance card doesn't show loading * fix search box margin bug * refactor new execution and action detail page * fix show amount bug and add sorting * add finance modal temporary logic * cleaned up asset preparation * finalized card and data fetching * add Review transfer modal * resolved merge conflicts * renamed properties and fixed multiple calls to image * responsive improvement and replace zero address with ETH * fixed centered title on sidecard * add check wallet connection for openning new transfer modal * added content switcher * add deposit new structure * add select token structure * add review deposit daoName and form data * added basic selectToken form * wrapped transfer in provider * added dropdown * Finish ReviewDeposit Data view * removed custom error for dropdown * added basic step structure and deposit flow * add successful and failed sign message * Complete successful and failed sign modal * fix transaction list bug * add try/catch to ipfs.tsx for preventing fetch error * remove beta badge on mobile and add 16px padding to container * added new token logic * added padding to main page * temporarily add eth * change mobile modal width to 100% * fix failed sign deposit try again functionality * fixed crashing when closing modal * added hardcoded icons * added hypen * Feature / DAO-335 (#481) * added new fallback icon and portrait mode styling * final changes * cleaned up useEffect * removed createdAt field from finance subgraph call * fixed issue with resize event listener not being removed * finalized deposit flow * Feature/withdraw (#490) * withdraw logic added & content switcher added * fix actions title hexstring bug * add screens to new transfer * finish withdraw process * modified sign modal to show different transfer type messages * fix warnings and add close action for deposit * renamed files and small fixes * Removed done TODOs * added check for sucessful deposit on retry * added skeleton loading * minor fix to grid * switch deposit and withdraw order in new transfer * added USDValue to formvalues * added USDValue default value * updated icons to match new araon ui versions * updated settings page copy * feature/ DAO-285 (#491) * added page and component stubs * finance side card ui * add finance page header * transaction card added * add modal structure * SelectToken modal added * partial balance calculation * add transfer modal * added more info on balance and moved subgraph call to main finance page * new Transfer modal added * sign deposit modal added * remove layout state from finance page * modified query and added token mapping in finance * removed placeholder data to prepare for merge * integrated finance page into nested routing * added defaults so finance card doesn't show loading * fix search box margin bug * refactor new execution and action detail page * fix show amount bug and add sorting * add finance modal temporary logic * cleaned up asset preparation * finalized card and data fetching * add Review transfer modal * resolved merge conflicts * renamed properties and fixed multiple calls to image * responsive improvement and replace zero address with ETH * fixed centered title on sidecard * add check wallet connection for openning new transfer modal * added content switcher * add deposit new structure * add select token structure * add review deposit daoName and form data * added basic selectToken form * wrapped transfer in provider * added dropdown * Finish ReviewDeposit Data view * removed custom error for dropdown * added basic step structure and deposit flow * add successful and failed sign message * Complete successful and failed sign modal * fix transaction list bug * add try/catch to ipfs.tsx for preventing fetch error * remove beta badge on mobile and add 16px padding to container * added new token logic * added padding to main page * temporarily add eth * change mobile modal width to 100% * fix failed sign deposit try again functionality * fixed crashing when closing modal * added hardcoded icons * added hypen * Feature / DAO-335 (#481) * added new fallback icon and portrait mode styling * final changes * cleaned up useEffect * removed createdAt field from finance subgraph call * fixed issue with resize event listener not being removed * finalized deposit flow * Feature/withdraw (#490) * withdraw logic added & content switcher added * fix actions title hexstring bug * add screens to new transfer * finish withdraw process * modified sign modal to show different transfer type messages * fix warnings and add close action for deposit * renamed files and small fixes * Removed done TODOs * added check for sucessful deposit on retry * added skeleton loading * minor fix to grid * switch deposit and withdraw order in new transfer * added USDValue to formvalues * added USDValue default value * console.log & comments removed * URL Constants Declared * Url comment added to finance file * change LogoAddresses to TokenAddresses * add contants urls * typo fixed Co-authored-by: Fabrice Francois <fabricevladimir@gmail.com> * updated more icons * minor fixes * deposit fix to include proper token address * set original deposit and withdraw to be deprecated * moved token selection logic * removed modal closable status once transfer is pending confirmation * actions filter bug fixed * fix reference text overflow * change successful withdraw modal button text from view proposal to view scheduled action * add reference as transaction title on finance tab * fix action page dropdown filter * fixed token logo not being pulled in * fix yarn lock bug * added ETH main balance * change proposal details page label and add useProposalListQuery hook * fixed main balance not loading * more balance fixes * fixed number of assets shown * Feature / DAO-325 (#492) * basic header * added menu icon from aragon ui * removed comments * merge fixes * removed log Co-authored-by: Fabrice Francois <fabricevladimir@gmail.com> Co-authored-by: Sepehr sanaee <sepehr_sanaee78@yahoo.com> Co-authored-by: sepehr <sepehr2mail@gmail.com> Co-authored-by: Sepehr Sanaei <46657145+sepehr2github@users.noreply.github.com>
…#495) * finishing aligning master and dev branches * re-adding not found page * add no-cache policy to refetch Co-authored-by: sepehr <sepehr2mail@gmail.com>
* fixed bug about executation time * added local value
* remove amount validation on withdraw * remove balance validation on withdraw * Add transfer direction function to the review transaction tab * add true returning value
* adds dedicated ActionInput components * adds optional param to useLazyProposalQuery to stop pulling * improves getProposalParams to handle actions properly * use ActionInputContainer only on veto action
…529) This address does have liquidity on Rinkeby Uniswap unlike the former one
Updated `TS` version Updated `ethers` library version Removed `dvote-js` library, instead use `client` and `census` packages Modified source code for `dvote-js` calls (breaking changes applied)
* fix: sourcemap upload to apm * fix: for loop for sourcemap discovery
Updated TS version Updated ethers library version Removed dvote-js library, instead use client package and add custom logic Modified source code for dvote-js calls (breaking changes applied)
mathewmeconry
approved these changes
Jul 4, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.