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

Extract the dropdown menu from VRF v2 cost calculator #1

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2023

  1. wip

    simkasss committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e0ef3b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b32e43a View commit details
    Browse the repository at this point in the history
  2. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9804f86 View commit details
    Browse the repository at this point in the history
  3. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0fbf083 View commit details
    Browse the repository at this point in the history
  4. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    66ae4f2 View commit details
    Browse the repository at this point in the history
  5. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    25d5000 View commit details
    Browse the repository at this point in the history
  6. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    108e5f7 View commit details
    Browse the repository at this point in the history
  7. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d713208 View commit details
    Browse the repository at this point in the history
  8. wip

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ade0ae4 View commit details
    Browse the repository at this point in the history
  9. change to absolute imports

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    618066a View commit details
    Browse the repository at this point in the history
  10. update imports

    simkasss committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    41d3393 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. extract-dropdown

    simkasss committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    86898d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c470482 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    790f940 View commit details
    Browse the repository at this point in the history
  2. extract options

    simkasss committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d8a1e69 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 8, 2023

  1. fix typo

    aelmanaa authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cd8d30c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c83ea3 View commit details
    Browse the repository at this point in the history
  3. Update test-tokens.mdx

    Remove redundant word
    Zexuz authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9b21447 View commit details
    Browse the repository at this point in the history
  4. Network rename (smartcontractkit#1431)

    * Network rename
    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    99de6f5 View commit details
    Browse the repository at this point in the history
  5. Fix typo EOA address by EOA in CCIP page

    Yacine Benichou authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ef23c37 View commit details
    Browse the repository at this point in the history
  6. Tutorial template (smartcontractkit#1425)

    * Update tutorial templates based on feedback
    
    * Architecture diagram example
    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    380bca1 View commit details
    Browse the repository at this point in the history
  7. CCIP conceptual doc edits (smartcontractkit#1433)

    * CCIP conceptual doc edits
    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ace1196 View commit details
    Browse the repository at this point in the history
  8. Add validation to frontmatter (smartcontractkit#1376)

    * add any-api collection
    
    * add architecture-overview collection
    
    * add bif collection
    
    * add chainlink-automation collection
    
    * update bif index page url
    
    * add chainlink-functions collection
    
    * add chainlink-nodes collection
    
    * add data-feeds collection
    
    * add getting-started collection
    
    * add resources collection
    
    * add vrf collection
    
    * change chainlink-nodes type mdx -> astro
    
    * update .md files path pages -> content
    
    * delete redundant lines and comments
    
    * change two links to lowercase
    
    * functionscllient -> functions-client
    
    * add ccip collection
    
    * api-reference/Functions -> api-reference/functions
    
    * add base collection
    
    * fix TOC
    
    * remove permalink
    
    * update linkcheckWrapper
    
    * Empty-Commit
    
    * Apply Chainlink Node docs updates
    
    * Delete BIF docs
    
    * Rename FunctionsClient and Functions pages
    
    * Refresh package-lock.json
    
    * Redirects
    
    * Add .astro/ to .gitignore
    
    * Update test-tokens.mdx
    
    Remove redundant word
    
    * Network rename (smartcontractkit#1431)
    
    * Network rename
    
    * Fix typo EOA address by EOA in CCIP page
    
    * Tutorial template (smartcontractkit#1425)
    
    * Update tutorial templates based on feedback
    
    * Architecture diagram example
    
    * content -> frontmatter
    
    ---------
    
    Co-authored-by: aelmanaa <[email protected]>
    Co-authored-by: Dwight Lyle <[email protected]>
    Co-authored-by: Yacine Benichou <[email protected]>
    4 people committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bdf2aa9 View commit details
    Browse the repository at this point in the history
  9. Collapsible left nav bar (smartcontractkit#1389)

    * sections collapse
    
    * left sidebar collapses
    
    * improve style
    
    * flatteningArray -> flattenChildren
    
    * CSS changes
    
    ---------
    
    Co-authored-by: Dwight Lyle <[email protected]>
    simkasss and dwightjl committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4078acf View commit details
    Browse the repository at this point in the history
  10. Fix search indexing

    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    175685c View commit details
    Browse the repository at this point in the history
  11. Fix search URL paths

    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    65e35e6 View commit details
    Browse the repository at this point in the history
  12. Risk terminology update

    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    57b1a3c View commit details
    Browse the repository at this point in the history
  13. Update packages and collections

    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    92967dd View commit details
    Browse the repository at this point in the history
  14. Add capability for feed notices (smartcontractkit#1440)

    * Add feed notice capability
    
    ---------
    
    Co-authored-by: Yacine Benichou <[email protected]>
    
    * Fix typescript issues
    
    * Edits
    
    * More edits not included in previous commit
    
    * Updates
    
    * Fix typo in threshold variable name
    
    ---------
    
    Co-authored-by: Yacine Benichou <[email protected]>
    2 people authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e7f3e0e View commit details
    Browse the repository at this point in the history
  15. Move chain data (smartcontractkit#1426)

    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * change to absolute imports
    
    * update imports
    
    * update supportedNetworkShortcut
    
    * Add capability for feed notices (smartcontractkit#1440)
    
    * Add feed notice capability
    
    ---------
    
    Co-authored-by: Yacine Benichou <[email protected]>
    
    * Fix typescript issues
    
    * Edits
    
    * More edits not included in previous commit
    
    * Updates
    
    * Fix typo in threshold variable name
    
    ---------
    
    Co-authored-by: Yacine Benichou <[email protected]>
    
    * fix import
    
    ---------
    
    Co-authored-by: Dwight Lyle <[email protected]>
    Co-authored-by: Yacine Benichou <[email protected]>
    3 people committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9429bf7 View commit details
    Browse the repository at this point in the history
  16. BASE mainnet feeds (smartcontractkit#1442)

    * BASE mainnet feeds
    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    adcd87f View commit details
    Browse the repository at this point in the history
  17. Update chain metadata (smartcontractkit#1443)

    * Update chain metadata
    
    * Update scripts/reference/chains.json
    dwightjl authored and simkasss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f139756 View commit details
    Browse the repository at this point in the history