-
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/20231027 #550
Merged
Merged
Release/20231027 #550
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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Co-authored-by: bhanusanghi <[email protected]>
* Dao queries based on new subgraph definition * update govern workflow * fix eof Co-authored-by: Giorgi Lagidze <[email protected]>
* 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 <[email protected]>
…inkeby testnet updated (#329)
* give root role to govern * update root rule for queue * freeze root role * fix EOF
* 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
Oct 27, 2023
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.
Adding changes as per this PR: #549