-
Notifications
You must be signed in to change notification settings - Fork 275
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
develop2master #1757
Merged
Merged
develop2master #1757
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 dandelion dao creation error * update polygon dai address and fix build error
* Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]>
* Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix
* pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * Implement new events * fix lint Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: Ramon Canales <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]>
* Add Harmony One Support to client (#1659) * update: make aragon work with Harmony * fix: added keep alive for wss connections * update: fix issue with getLogs query return more than 1024 blocks * lint fix (#1660) * Changing ENS address for Aragon official one * updating use-wallet and removing references of networks inside application * lint fix * updating lock file * Moving back to correct ENS * ops * removing logs Co-authored-by: Victa Kwok Wai Phu <[email protected]> Co-authored-by: yuetloo <[email protected]>
* Adding BSC testnet * Improving inactive to avoid confusion
* pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix * allow upgrade page to display even if missing content (#1648) * Removing all Govern migration components (#1653) * updating websocket for polygon (#1654) * Merge Master into Develop (#1651) * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Feature / Dao-311 (#1657) * pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * Implement new events * fix lint Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: Ramon Canales <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> * Feature/harmony support 20211011 (#1662) * Add Harmony One Support to client (#1659) * update: make aragon work with Harmony * fix: added keep alive for wss connections * update: fix issue with getLogs query return more than 1024 blocks * lint fix (#1660) * Changing ENS address for Aragon official one * updating use-wallet and removing references of networks inside application * lint fix * updating lock file * Moving back to correct ENS * ops * removing logs Co-authored-by: Victa Kwok Wai Phu <[email protected]> Co-authored-by: yuetloo <[email protected]> * Fixing harmony test * Adding BSC testnet (#1664) * Adding BSC testnet * Improving inactive to avoid confusion * setting harmony mainnet as active and fixing ENS address (#1666) * updating lock file * reverted react version change Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]> * lint fix Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]>
* pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix * allow upgrade page to display even if missing content (#1648) * Removing all Govern migration components (#1653) * updating websocket for polygon (#1654) * Merge Master into Develop (#1651) * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Feature / Dao-311 (#1657) * pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * Implement new events * fix lint Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: Ramon Canales <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> * Feature/harmony support 20211011 (#1662) * Add Harmony One Support to client (#1659) * update: make aragon work with Harmony * fix: added keep alive for wss connections * update: fix issue with getLogs query return more than 1024 blocks * lint fix (#1660) * Changing ENS address for Aragon official one * updating use-wallet and removing references of networks inside application * lint fix * updating lock file * Moving back to correct ENS * ops * removing logs Co-authored-by: Victa Kwok Wai Phu <[email protected]> Co-authored-by: yuetloo <[email protected]> * Fixing harmony test * Adding BSC testnet (#1664) * Adding BSC testnet * Improving inactive to avoid confusion * setting harmony mainnet as active and fixing ENS address (#1666) * updating lock file * reverted react version change Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]> * fixes dao lookup (#1671) * fix use wallet dependency (#1674) * adding timeout for bad web sockets Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]>
* Adding Metis stardust testnet and andromeda * cleaning code * removing gas price estimation * changing delay values to be more flexible because of L2s rollups
* add dai address and block time
* pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix * allow upgrade page to display even if missing content (#1648) * Removing all Govern migration components (#1653) * updating websocket for polygon (#1654) * Merge Master into Develop (#1651) * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Feature / Dao-311 (#1657) * pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * Implement new events * fix lint Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: Ramon Canales <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> * Feature/harmony support 20211011 (#1662) * Add Harmony One Support to client (#1659) * update: make aragon work with Harmony * fix: added keep alive for wss connections * update: fix issue with getLogs query return more than 1024 blocks * lint fix (#1660) * Changing ENS address for Aragon official one * updating use-wallet and removing references of networks inside application * lint fix * updating lock file * Moving back to correct ENS * ops * removing logs Co-authored-by: Victa Kwok Wai Phu <[email protected]> Co-authored-by: yuetloo <[email protected]> * Fixing harmony test * Adding BSC testnet (#1664) * Adding BSC testnet * Improving inactive to avoid confusion * setting harmony mainnet as active and fixing ENS address (#1666) * updating lock file * reverted react version change Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]> * fixes dao lookup (#1671) * fix use wallet dependency (#1674) * Fix/dao lookup 20211028 2 (#1675) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix * allow upgrade page to display even if missing content (#1648) * Removing all Govern migration components (#1653) * updating websocket for polygon (#1654) * Merge Master into Develop (#1651) * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Feature / Dao-311 (#1657) * pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * Implement new events * fix lint Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: Ramon Canales <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> * Feature/harmony support 20211011 (#1662) * Add Harmony One Support to client (#1659) * update: make aragon work with Harmony * fix: added keep alive for wss connections * update: fix issue with getLogs query return more than 1024 blocks * lint fix (#1660) * Changing ENS address for Aragon official one * updating use-wallet and removing references of networks inside application * lint fix * updating lock file * Moving back to correct ENS * ops * removing logs Co-authored-by: Victa Kwok Wai Phu <[email protected]> Co-authored-by: yuetloo <[email protected]> * Fixing harmony test * Adding BSC testnet (#1664) * Adding BSC testnet * Improving inactive to avoid confusion * setting harmony mainnet as active and fixing ENS address (#1666) * Getting develop branch up to date (#1670) * pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Release/20211025 - Adding Harmony testnet and mainnet and BSC testnet (#1667) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix * allow upgrade page to display even if missing content (#1648) * Removing all Govern migration components (#1653) * updating websocket for polygon (#1654) * Merge Master into Develop (#1651) * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * updating websocket for polygon (#1654) (#1656) * Feature / Dao-311 (#1657) * pass mainnet intead of main to migration generator (#1639) * Release of latest changes (#1647) * DAO-308: Set Polygon DAI address (#1628) * fix dandelion dao creation error * update polygon dai address and fix build error * [cicd] adds workflow for develop deployment (#1636) * pass mainnet intead of main to migration generator (#1639) (#1640) * Improved DAO discovery DAO-204 (#1645) * Feature/improve notfound modal dao 268 (#1637) * added .vscode to gitignore * moved utils file into separate folder * changed import statements * moved context into context folder * adapted import paths * refactored Onboarding topbar * added chain indicator to onboardin topbar * added chain indicator to orgview topbar * extracted network indicator module * grouped modal into folder * adapted imports * scaffold for network switch modal * added layout and content to modal * improved Modals module * changed networkswitch modal props * added networkswitch modal to orgview * made network indicator clickable * made clickable networkindicator open modal * small orgview refactoring * centered network indicator on orgview * network switch button hooked up to logic * use existing method for network name * refactored network config/utils * fixed network switching issues * added short vs full names * removed unused prop * addressed PR comments * changed variable name to testnet * fixed copy/paste error * changed not found copy on notfound modal * extracted message component * added found on other network message * handling addresses * add a space before the network name Co-authored-by: yuetloo <[email protected]> * Fix: improve network switch DAO-270 (#1638) * improved chain names * displaced network switch * changed networkindicator to display short name * Minor ui details * hide network indicator when connected (#1642) * Feautre/search daos dao 269 (#1641) * move inline css into styled components * new hook file * detectDao hook * fixed infinite checking * connect hook to not found modal * detect dao with providers * added component keys * added logic to dao not found modal * moved active Networks info networkconfig * persist last connected network (#1644) Co-authored-by: yuetloo <[email protected]> Co-authored-by: Ramon Canales <[email protected]> * Feature/polygon node 20210913 (#1646) * Removing Ethereum hardcoded copy and using current network * re-adding polygon to ens lookup * changing polygon prod node * lint fix Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> * update v2-migrator-script (#1649) * Release agent fix (#1650) * allow upgrade page to display even if missing content (#1648) * version 1.1.0 * Removing all Govern migration related components (#1652) * Implement new events * fix lint Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: Ramon Canales <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> * Feature/harmony support 20211011 (#1662) * Add Harmony One Support to client (#1659) * update: make aragon work with Harmony * fix: added keep alive for wss connections * update: fix issue with getLogs query return more than 1024 blocks * lint fix (#1660) * Changing ENS address for Aragon official one * updating use-wallet and removing references of networks inside application * lint fix * updating lock file * Moving back to correct ENS * ops * removing logs Co-authored-by: Victa Kwok Wai Phu <[email protected]> Co-authored-by: yuetloo <[email protected]> * Fixing harmony test * Adding BSC testnet (#1664) * Adding BSC testnet * Improving inactive to avoid confusion * setting harmony mainnet as active and fixing ENS address (#1666) * updating lock file * reverted react version change Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]> * lint fix Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]> * fixes dao lookup (#1672) * fix use wallet dependency (#1673) * adding timeout for bad web sockets Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]> * adding reason for failure so filter works when evaluating promises results (#1677) * adding auto connect (#1678) (#1679) * [polygon] changes node address (#1689) Co-authored-by: Valentin Racine <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Mathias Scherer <[email protected]> Co-authored-by: Giorgi Lagidze <[email protected]> Co-authored-by: yuetloo <[email protected]> Co-authored-by: Rekard0 <[email protected]> Co-authored-by: Victa Kwok Wai Phu <[email protected]>
…1707) This address does have liquidity on Rinkeby Uniswap unlike the former one
* Changed the DAI address to the official Rinkeby Compound DAI address This address does have liquidity on Rinkeby Uniswap unlike the former one * Update Dandelion info * Update Dandelion info2
* Changed the DAI address to the official Rinkeby Compound DAI address This address does have liquidity on Rinkeby Uniswap unlike the former one * Update Dandelion info * Update Dandelion info2 * fixing error with yarn lint --fix
* Changed the DAI address to the official Rinkeby Compound DAI address This address does have liquidity on Rinkeby Uniswap unlike the former one * Update Dandelion info * Update Dandelion info2 * fixing error with yarn lint --fix * comma fix
* Changed the DAI address to the official Rinkeby Compound DAI address This address does have liquidity on Rinkeby Uniswap unlike the former one * Update Dandelion info * Update Dandelion info2 * fixing error with yarn lint --fix * comma fix * created tag for unsupported and added it to dandelion index * added unsupported tag logic to templatedetails * added unsupported tag to fundraising template and fixed link
* Changed the DAI address to the official Rinkeby Compound DAI address This address does have liquidity on Rinkeby Uniswap unlike the former one * Update Dandelion info * Update Dandelion info2 * fixing error with yarn lint --fix * comma fix * created tag for unsupported and added it to dandelion index * added unsupported tag logic to templatedetails * added unsupported tag to fundraising template and fixed link * removed survey app from discover apps * added unsupported tag to open-enterprise template * added unsupported tags in descover apps and removed survey icon import
* Changed the DAI address to the official Rinkeby Compound DAI address This address does have liquidity on Rinkeby Uniswap unlike the former one * Update Dandelion info * Update Dandelion info2 * fixing error with yarn lint --fix * comma fix * created tag for unsupported and added it to dandelion index * added unsupported tag logic to templatedetails * added unsupported tag to fundraising template and fixed link * removed survey app from discover apps * added unsupported tag to open-enterprise template * added unsupported tags in descover apps and removed survey icon import * edited unsupported tags to not maintained
* fix: sourcemap upload to apm * fix: for loop for sourcemap discovery
removes hotfix for fleek issues
* Changed the DAI address to the official Rinkeby Compound DAI address This address does have liquidity on Rinkeby Uniswap unlike the former one * Update Dandelion info * Update Dandelion info2 * fixing error with yarn lint --fix * comma fix * created tag for unsupported and added it to dandelion index * added unsupported tag logic to templatedetails * added unsupported tag to fundraising template and fixed link * removed survey app from discover apps * added unsupported tag to open-enterprise template * added unsupported tags in descover apps and removed survey icon import * edited unsupported tags to not maintained * wallet-connect appearing in connect account box * added walletconnect_url logic * added other chains next to eth-mainnet for wallet-connect * fixed failing test on prettier error * disabled if not statement walletconnect_url variable * added rpc data to walletconnect * removed unessecary walletconnect_url logic * removed unessecary instance * fixed prettier issue * removed unnecessary secret * updated rpc-endpoints to aragon-rpc-endpoints
* feat: priorityFee calculation for create DAO transactions * fix: improves priority fee calculation for creation and signerPanel * fix: eslint issues * fix: add check after filtering the feeHistory * fix: moves priorityFee estimation into helper file * fix: make eslint happy
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.