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: v0.1.0 #283

Merged
merged 13 commits into from
Jul 6, 2023
Merged

RELEASE: v0.1.0 #283

merged 13 commits into from
Jul 6, 2023

Commits on May 19, 2023

  1. refactor: UI page layout component nesting and move app context to re…

    …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
    zoruka authored May 19, 2023
    Configuration menu
    Copy the full SHA
    74d4a4e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. feat: apps contract and updated scripts (#268)

    * 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
    zoruka authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    869b9f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. feat: lambda layers (#262)

    * 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.
    EmperorOrokuSaki authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bce1e0a View commit details
    Browse the repository at this point in the history
  2. feat: AWS Lambda deployment script and fixes (#266)

    * 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>
    EmperorOrokuSaki and root authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3f78a1a View commit details
    Browse the repository at this point in the history
  3. feat: bunny cdn integration and create pull zone (#264)

    * 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.
    EmperorOrokuSaki authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    12df937 View commit details
    Browse the repository at this point in the history
  4. feat: verify hostname (load free certificate call to bunny cdn) (#271)

    * 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 <[email protected]>
    
    ---------
    
    Co-authored-by: Felipe Mendes <[email protected]>
    EmperorOrokuSaki and zoruka authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    94313c0 View commit details
    Browse the repository at this point in the history
  5. feat: smart contract setTokenVerified calls through ethers (#272)

    * 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 <[email protected]>
    3 people authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bbe73f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. feat: add ipfs hash in mint form (#267)

    * feat: add ipfs hash in mint form
    
    * chore: remove harcoded verifier from mint form
    csosamorales authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bab42a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    665fdd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. feat: add authentication [sls] (#276)

    * 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 <[email protected]>
    EmperorOrokuSaki and EmperorOrokuSaki authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    948f926 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. feat: dev environment backend setup (#278)

    * 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 <[email protected]>
    EmperorOrokuSaki and EmperorOrokuSaki authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8690783 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    e8e092e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #281 from fleekxyz/readme-update

    docs: update readme to reflect new NFA design
    qx-nico authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c900272 View commit details
    Browse the repository at this point in the history