-
Notifications
You must be signed in to change notification settings - Fork 45
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
Latest non-solidity changes #638
Open
novaknole
wants to merge
13
commits into
audit-20241118
Choose a base branch
from
main
base: audit-20241118
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+8,734
−2,257
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
* docs start * new changes * new * rename * test * test * prettier ignore * new * rename * docs * release * modifiers * new docs * push * push * Update antora.yml * Feat/docs add missing pages (#625) * change sidebar * new docs * add docs images * feat: add missing pages in framework * feat: add missing pages in guide set up dao and develop plugin * change image urls * add reference links * ci: remove how-it-works/core from docs since all pages have been moved to core * fix: update the reference to point to the corresponding core or framework page * feat: add initial core index page * ci: remove how-it-works/framework files since all pages were moved to framework * fix: update reference link to use the correct one * fix: update ref links to point to right pages * feat: move develop plugin pages to the correct folder * feat: move information to correct folder page, fix link references * fix broken links * new changes --------- Co-authored-by: Claudia <[email protected]> * new changes * feat: docs improve heading and content on pages (#626) * change sidebar * new docs * add docs images * feat: add missing pages in framework * feat: add missing pages in guide set up dao and develop plugin * change image urls * add reference links * ci: remove how-it-works/core from docs since all pages have been moved to core * fix: update the reference to point to the corresponding core or framework page * feat: add initial core index page * ci: remove how-it-works/framework files since all pages were moved to framework * fix: update reference link to use the correct one * fix: update ref links to point to right pages * feat: move develop plugin pages to the correct folder * feat: move information to correct folder page, fix link references * fix broken links * feat: improve and fix overview page * fix: heading * feat: improve formatting and structure in core index page * feat: ifx heading and improve wording in dao page * fixL plugins page heading * fix: permissions page heading * feat: update framework init page heading * feat: rephrase the dao factory and registry page and fix heading * feat: enhance the plugin repo page * feat: enhance and update heading in repo factory and registry page * feat: enhance the plugin setup processor and ens registrar page and heading * feat: order dao guide init page * feat: enhance page and fix heading * feat: custom condition page fix heading and listed items format * feat: enhance keep dao safe dao and upgrade dao pages, fix heading * feat: improve content and heading in the guide develop a plugin pages --------- Co-authored-by: Giorgi Lagidze <[email protected]> * docs pushed * push * docs pushed * feat: rename the page title * feat: updating page title to the the same one in the nav bar * Amended Readme image link --------- Co-authored-by: Evan Aronson <[email protected]> Co-authored-by: Claudia <[email protected]> Co-authored-by: Jør∂¡ <[email protected]>
* feat: add ens changes in the changelog * feat: export dao structs in osx ethers * feat: export action struct
* bump versions * bump versions * update node version in workflow * fix import case-sensitive and prettier
* Preparing the ABI package for NPM * Removing the redundant rollup config * Yarn.lock update * Updated package.json definition * Minor edit * Ingoring NPM postinstall scripts * Scaffolding the addresses file * Exporting artifacts with a deprecation warning * Amending the readme using the intended import usage * Prepopulating the upgradeable protocol contracts * Minor edit * Adding the existing PSP addresses (v1.3) * Version edit * Improved readme * Minor edit * Minor edit * Adding PUB_PINATA_JWT to .env.example * add artifacts publish github flow * Adding a placeholder for Pinata JWT in .env.example * add alpha * Removing a non relevant command on contract-tests.yml --------- Co-authored-by: Rekard0 <[email protected]>
* running test against Agung Testnet * fix typo * testing deployment * create standard json * deploy against localhost fork of peaq * uncoment test fork * add batches * add placeholder * add peaq rpc * move place holder to framework * Clean up hardhat configs and networks * keep Root permision for the deployer * add peaq verification api * remove batches used for Agung * remove fork testing * Clean up and comments
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.
Description
Please include a summary of the change and be sure you follow the contributions rules we do provide here
Task ID: OS-?
Type of change
See the framework lifecycle in
packages/contracts/docs/framework-lifecycle
to decide what kind of change this pull request is.Checklist:
CHANGELOG.md
file in the root folder.DEPLOYMENT_CHECKLIST
file in the root folder.UPDATE_CHECKLIST
file in the root folder.