-
Notifications
You must be signed in to change notification settings - Fork 27
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: v0.1.0 #283
Merged
Merged
RELEASE: v0.1.0 #283
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
…dux (#265) * refactor: remove app context to use redux instead * refactor: gradient overlay to single element * refactor: app state backgroundColor to overlayColor * refactor: app page nesting and positioning
* feat: FleekApps contract * feat: update scripts * wip: more helper scripts * chore: remove unused import * test: fix deploy test * chore: fix testing networks * fix: contract helper scripts
* feat: add scripts to create lambda layers * chore: deploy the new version of the contract to mumbai. * feat: update environment variables used in the serverless config. * feat: add JSON_RPC env var. * feat: add deploy:dev command. * feat: add support for different networks and blockchain explorers.
* feat: add scripts to create lambda layers * chore: deploy the new version of the contract to mumbai. * feat: update environment variables used in the serverless config. * feat: add JSON_RPC env var. * feat: add deploy:dev command. * feat: functional deployment script, configuration changes. * feat: update config and the deploy script. * docs: add the serverless stack diagram * feat: move the ABI to the lib dir, update the build handler + some minor changes on the config files. --------- Co-authored-by: root <root@LAPTOP-UJU1VIVI>
* feat: bunny cdn integration and create pull zone setup * feat: uncomment implementation. * feat: handle repeated ids, update schema to contain more fields, fix the bugs. * refactor: rename access points - > apps. * feat: handle the possibility of infinite loop and remove unnecessariy functions.
* feat: initialize the handler and function. * feat: add call to the bunny cdn api. * refactor: rename access points to apps. * refactor: remove redundant catch and throw Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com> --------- Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* feat: add scripts to create lambda layers * chore: deploy the new version of the contract to mumbai. * feat: update environment variables used in the serverless config. * feat: add JSON_RPC env var. * feat: add deploy:dev command. * feat: functional deployment script, configuration changes. * feat: update config and the deploy script. * docs: add the serverless stack diagram * feat: move the ABI to the lib dir, update the build handler + some minor changes on the config files. * feat: add ethers to the library, send transactions through the contract instance. * fix: make the ethers transaction signing work, update handlers accordingly, customize prisma logs, update the config files to match the changes. * feat: remove logs, log specific errors for environment variables, update hardhat config. * feat: add support for the --stage flag in the deploy script. --------- Co-authored-by: root <root@LAPTOP-UJU1VIVI> Co-authored-by: Nima Rasooli <nimarasooli1@gmail.com>
* feat: add ipfs hash in mint form * chore: remove harcoded verifier from mint form
* feat: add authentication for alchemy notify in the mint handler. * feat: add verifyURL to the app handlers. * feat: fix the alchemy signature typo, change the auth function of app handler to use a front-end signing key, remove unnecessary logs from build handler. --------- Co-authored-by: Nima Rasooli <nimarasooli1@gmail.com>
* feat: add anvil (qanet) to hardhat config networks. * chore: deploy contract to anvil testnet. * chore: sepolia deployment. * merge: authentication sls. * feat: separate the issignaturevalid function from handlers. * feat: update subgraph config to match the qa network. * feat: add app specific prisma schema to deploy script copy command. * fix: merge conflict * feat: remove unnecessary conditions. --------- Co-authored-by: Nima Rasooli <nimarasooli1@gmail.com>
docs: update readme to reflect new NFA design
EmperorOrokuSaki
added
enhancement
New feature or request
frontend
Frontend task
contract
Affects the contract code
backend
deployment
Change on deployment files
refactor
Improve existing feature
labels
Jul 4, 2023
readme lgtm I'll leave other reviews to tech team (: |
qx-nico
approved these changes
Jul 5, 2023
csosamorales
approved these changes
Jul 5, 2023
zoruka
approved these changes
Jul 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
contract
Affects the contract code
deployment
Change on deployment files
enhancement
New feature or request
frontend
Frontend task
refactor
Improve existing feature
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.
FIX/Refactor/Chore
Features