Skip to content
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 216 commits into from
Jul 4, 2022
Merged

Release/20220704 #542

merged 216 commits into from
Jul 4, 2022

Conversation

githubdoramon
Copy link
Contributor

No description provided.

novaknole1 and others added 30 commits March 30, 2021 22:39
* 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>
* give root role to govern

* update root rule for queue

* freeze root role

* fix EOF
yuetloo and others added 27 commits October 13, 2021 14:05
* 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)
Copy link
Contributor

@mathewmeconry mathewmeconry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@githubdoramon githubdoramon merged commit b0e54e4 into master Jul 4, 2022
@githubdoramon githubdoramon deleted the release/20220704 branch July 4, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.