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

Ci fix #334

Closed
wants to merge 690 commits into from
Closed

Ci fix #334

wants to merge 690 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 28, 2023

  1. fix to spurious edit

    m4sterbunny committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7d88708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed2663 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #114 from neonlabsorg/fixes#2

    spurious edit to fix a broken link that is not broken on local build
    m4sterbunny authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3e57630 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5b4562 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #115 from neonlabsorg/fixes#2

    temporarily retire not broken link to clear build issues
    m4sterbunny authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    bdb214f View commit details
    Browse the repository at this point in the history
  6. Merge pull request neonevm#300 from neonlabsorg/main

    Align downsteam with production
    himaster authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e930cd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    ca7c5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14030ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    213477f View commit details
    Browse the repository at this point in the history
  4. fix using_hardhat

    mnedelchev-vn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    902494f View commit details
    Browse the repository at this point in the history
  5. add more small fixes

    mnedelchev-vn committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5fd17d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 2, 2023

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

Commits on Dec 3, 2023

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

Commits on Dec 4, 2023

  1. makes examples truthful

    m4sterbunny committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    44bc5e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from neonlabsorg/update/fees-and-gas-page

    add PRX_GAS_PRICE_SLIPPAGE parameter to gas price formula
    m4sterbunny authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8e0b2be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3cf5c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #117 from neonlabsorg/update/fees-and-gas-page

    reverts link in single sourced item for global use
    m4sterbunny authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3f9cf82 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge branch 'main' into fixes#2

    align with main
    m4sterbunny committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    078082e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f89e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e18dfa3 View commit details
    Browse the repository at this point in the history
  4. fix remote solana docs

    gigimon committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8ea833b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ac04e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #110 from neonlabsorg/fix/using-hardhat-foundry

    fix hardhat & add foundry examples
    m4sterbunny authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f061663 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #118 from neonlabsorg/fix-remote-solana

    Fix documentation for remote solana
    m4sterbunny authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1544571 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    505eaab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de75feb View commit details
    Browse the repository at this point in the history
  10. a forgotten edit

    m4sterbunny committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ed6522d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #120 from neonlabsorg/fix/using-hardhat-foundry

    removes an unsupported step
    m4sterbunny authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8d18cde View commit details
    Browse the repository at this point in the history
  12. Slippage as 0.25 (neonevm#303)

    * fix hardhat & add foundry examples
    
    * aligns tutorial with our style, fixes verboseness, proofs, and extends Foundry support to interconnected pages
    
    * aligns tutorial with our style, fixes verboseness, proofs
    
    * adds Foundry to shortcut lists
    
    * applies same single sourcing as PR 108
    
    * updates link to image
    
    * spurious edit to fix broken link that is not broken
    
    * fix to spurious edit
    
    * improves QA in Grammarly and adds site info
    
    * improves instruction to authors
    
    * fix Deploy with Hardhat title
    
    * fix using_hardhat
    
    * add more small fixes
    
    * clarification how to be documentatians
    
    * add PRX_GAS_PRICE_SLIPPAGE parameter to gas price formula
    
    * possible fixes for calcs -- to be verified
    
    * makes examples truthful
    
    * reverts link in single sourced item for global use
    
    * fix for conflict in PR 110
    
    * fix remote solana docs
    
    * fixes as per review on PR
    
    * a forgotten edit
    
    ---------
    
    Co-authored-by: Miroslav Nedelchev <[email protected]>
    Co-authored-by: gigimon <[email protected]>
    3 people authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    99b6e24 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into transfer-tokens-solana-neon

    align with main
    m4sterbunny committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    139fed1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eae13c4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #121 from neonlabsorg/rmv-token

    removes token and some house keeping
    m4sterbunny authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8257fb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    771986b View commit details
    Browse the repository at this point in the history
  2. further simplification

    m4sterbunny committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4232d98 View commit details
    Browse the repository at this point in the history
  3. minor/final fixes

    m4sterbunny committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    39ff97b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #107 from neonlabsorg/transfer-tokens-solana-neon

    Add instructions for token transfer from Solana to Neon EVM
    m4sterbunny authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f4a3d82 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #81 from 0xflair/main

    feat: add flair indexing
    m4sterbunny authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bfe1743 View commit details
    Browse the repository at this point in the history
  6. fixes Flair to our style

    m4sterbunny committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    56f0db7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #122 from neonlabsorg/flair-fixes

    fixes Flair to our style
    m4sterbunny authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7c1990b View commit details
    Browse the repository at this point in the history
  8. to open PR FAO Miro

    m4sterbunny committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    141203b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Removes unsupported token && Adds docs improvements (neonevm#304)

    * feat: add flair indexing
    
    * fix hardhat & add foundry examples
    
    * Add instructions for token transfer from Solana to Neon EVM
    
    * Add bullet points
    
    * aligns tutorial with our style, fixes verboseness, proofs, and extends Foundry support to interconnected pages
    
    * aligns tutorial with our style, fixes verboseness, proofs
    
    * adds Foundry to shortcut lists
    
    * applies same single sourcing as PR 108
    
    * Add tabs for transfer
    
    * add alt gas fees announcement
    
    * change some bullet points
    
    * updates link to image
    
    * improves language
    
    * spurious edit to note: relocated images to follow NOT precede, relevant step
    
    * Fix the transfer bullet point
    
    * fix some grammatical flaws
    
    * spurious edit to fix broken link that is not broken
    
    * fix to spurious edit
    
    * improves QA in Grammarly and adds site info
    
    * improves instruction to authors
    
    * fix Deploy with Hardhat title
    
    * fix using_hardhat
    
    * add more small fixes
    
    * clarification how to be documentatians
    
    * add PRX_GAS_PRICE_SLIPPAGE parameter to gas price formula
    
    * possible fixes for calcs -- to be verified
    
    * makes examples truthful
    
    * reverts link in single sourced item for global use
    
    * fix for conflict in PR 110
    
    * fix remote solana docs
    
    * fixes as per review on PR
    
    * a forgotten edit
    
    * removes token and some house keeping
    
    * simplifies page and applies consistent image method
    
    * further simplification
    
    * minor/final fixes
    
    * fixes Flair to our style
    
    ---------
    
    Co-authored-by: kasrakhosravi <[email protected]>
    Co-authored-by: Miroslav Nedelchev <[email protected]>
    Co-authored-by: sukanyaparashar <[email protected]>
    Co-authored-by: gigimon <[email protected]>
    5 people authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1878f56 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    fa87429 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #123 from neonlabsorg/flair-fixes

    to open PR FAO Miro
    m4sterbunny authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a6aed55 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    5aacfca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88dae14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    634961b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from neonlabsorg/ndev-1786-proxyGasless

    MVP PO docs >> expand
    m4sterbunny authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d8df12b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #96 from neonlabsorg/neon-evem-overview-updates

    Add Foundry in some places
    m4sterbunny authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ab0b6c5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into PROD-166

    align with main branch
    m4sterbunny committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    be5f5e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66a0c02 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #60 from neonlabsorg/PROD-166

    DRAFT: PROD-166 && PROD-159: Do not merge yet: Add json schema viewer
    m4sterbunny authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b9fdbaf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03a5def View commit details
    Browse the repository at this point in the history
  10. Merge pull request #124 from neonlabsorg/PROD-166

    do code blocks fix unavailable link from comment?
    m4sterbunny authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7eaf89d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8db378e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Align with downstream docs >> V1 API support included (neonevm#305)

    * qa round
    
    * qa round
    
    * needs gh nudge
    
    * needs gh nudge
    
    * completes first QA pass
    
    * completes first QA pass
    
    * adds configurable variables
    
    * needs input
    
    * needs input
    
    * responds to feeback
    
    * Add json schema viewer
    
    * Add jsonrpc example
    
    * attempts to fix link causing build issue
    
    * Add jsonrpc example
    
    * Fix conflicts in neon_proxy.json
    
    * fixes schema
    
    * adds tool to readme
    
    * provides structure to document APIs
    
    * default works for schema description BUT examples not coming through
    
    * Show examples for proxy_version_response
    
    * updates ss method and response
    
    * enriches testing for the API docs && better structure (with bugs) and explainers
    
    * progress
    
    * oneOf working
    
    * refactor: update JsonSchemaViewr UI
    
    * what explains the diff?
    
    * simplifies version docs significantly
    
    * refactor: revert jsonSchemaViewer UI refactor
    
    * Fixes --lack of examples
    
    * fixes versions
    
    * fixes bad render example >> examples
    
    * aligns neon_gasPrice response with Notion
    
    * fixes JSON structure to align with Notion yaml
    
    * improves readme
    
    * Applies Google style
    
    * adds for devnet version check
    
    * feat: add flair indexing
    
    * fixes conflict with main && fixes JSON schema issue to allow build
    
    * fixes 404 in readme
    
    * improves intro and continues build out of spec
    
    * simplifies structure and adds yamls into repo
    
    * updates schemas && fixes style
    
    * fix hardhat & add foundry examples
    
    * Add instructions for token transfer from Solana to Neon EVM
    
    * Add bullet points
    
    * aligns tutorial with our style, fixes verboseness, proofs, and extends Foundry support to interconnected pages
    
    * aligns tutorial with our style, fixes verboseness, proofs
    
    * adds Foundry to shortcut lists
    
    * applies same single sourcing as PR 108
    
    * Add tabs for transfer
    
    * add alt gas fees announcement
    
    * change some bullet points
    
    * updates link to image
    
    * improves language
    
    * spurious edit to note: relocated images to follow NOT precede, relevant step
    
    * Fix the transfer bullet point
    
    * fix some grammatical flaws
    
    * spurious edit to fix broken link that is not broken
    
    * fix to spurious edit
    
    * improves QA in Grammarly and adds site info
    
    * improves instruction to authors
    
    * fix Deploy with Hardhat title
    
    * fix using_hardhat
    
    * add more small fixes
    
    * clarification how to be documentatians
    
    * add PRX_GAS_PRICE_SLIPPAGE parameter to gas price formula
    
    * possible fixes for calcs -- to be verified
    
    * makes examples truthful
    
    * reverts link in single sourced item for global use
    
    * fix for conflict in PR 110
    
    * fix remote solana docs
    
    * fixes as per review on PR
    
    * a forgotten edit
    
    * removes token and some house keeping
    
    * simplifies page and applies consistent image method
    
    * further simplification
    
    * minor/final fixes
    
    * fixes Flair to our style
    
    * to open PR FAO Miro
    
    * highlight that Flair integration namespace has to be unique
    
    * Add Foundry in some places
    
    * as per closed DevOps ticket >> and realigns sidebar
    
    * initiates API and fixes basic issues with user journey
    
    * do code blocks fix unavailable link from comment?
    
    ---------
    
    Co-authored-by: Aleksandr Liubenkov <[email protected]>
    Co-authored-by: eubash <[email protected]>
    Co-authored-by: kasrakhosravi <[email protected]>
    Co-authored-by: Miroslav Nedelchev <[email protected]>
    Co-authored-by: sukanyaparashar <[email protected]>
    Co-authored-by: gigimon <[email protected]>
    7 people authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    de7749d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc34ce5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 15, 2023

  1. Merge pull request #126 from neonlabsorg/update-token-list

    Add new tokens in the Mainnet list for NeonPass
    m4sterbunny authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    97d3a98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6846f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #127 from neonlabsorg/hideDAO

    Hide dao
    m4sterbunny authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a0a809c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. add typos to pipeline

    VITALI BICOV committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a9dc997 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from neonlabsorg/DOPS-438-himaster

    add typos to pipeline
    himaster authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3a71dd5 View commit details
    Browse the repository at this point in the history
  3. DOPS-438 fix path

    VITALI BICOV committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f2f3da5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #129 from neonlabsorg/DOPS-438-himaster

    DOPS-438 fix path
    himaster authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7700f0e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. updates to API

    m4sterbunny committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    122c661 View commit details
    Browse the repository at this point in the history
  2. fixes typos

    m4sterbunny committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4c04c2b View commit details
    Browse the repository at this point in the history
  3. fixes typos

    m4sterbunny committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    388110b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #132 from neonlabsorg/typo-fixes

    fixes typos
    m4sterbunny authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d1536f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6738a29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efb0304 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #131 from neonlabsorg/PROD-160-ProxyAPI

    DRAFT: Prod 160 proxy api
    m4sterbunny authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9661f7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe7c331 View commit details
    Browse the repository at this point in the history
  9. Merge pull request neonevm#307 from neonlabsorg/main

    Align docs with downstream
    himaster authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    11d9018 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 28, 2024

  1. Added docker dev server.

    oable committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6378914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d8f46 View commit details
    Browse the repository at this point in the history
  3. Feature/ndev 2613 token transfer update (#134)

    * Change algora config.
    
    * Changed neon_transfer.mdx page.
    oable authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a072728 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    124fa89 View commit details
    Browse the repository at this point in the history
  2. Updated docusaurus vendors.

    oable committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3e7840a View commit details
    Browse the repository at this point in the history
  3. Fixed broken link.

    oable committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    acaf20a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Merge pull request neonevm#309 from neonlabsorg/main

    Token-transfer page updates; development updates.
    BoogVAr authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    961654a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    bc0081f View commit details
    Browse the repository at this point in the history
  2. Add quotes for copy

    sukanyaparashar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bd26173 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 13, 2024

  1. Update basic.md with actual docker compose reference

    References to Neon Proxy repository (in Steps 1 and 3) are substituted with a docker compose code that will automatically load necessary docker images.
    OlehSyzonov authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1cd452e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update basic.md

    * REVISION=latest -> PROXY_COMMIT=latest
    * "your path to docker compose file" -> /path/to/docker-compose.yml
    OlehSyzonov authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9c2ec28 View commit details
    Browse the repository at this point in the history
  2. Update basic.md

    * "If a variable is not specified, the version 1.7 of the corresponding component is used by default."
    OlehSyzonov authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0bb23b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request neonevm#311 from OlehSyzonov/patch-1

    [SLA-21] Update basic.md with actual docker compose reference
    himaster authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    efe6566 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #138 from neonlabsorg/add-new-tokens

    Add details of newly added tokens to NeonPass
    sukanyaparashar authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ac9fca6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from neonlabsorg/add-foundry-script-details

    Documentation about scripts for deployment in Foundry example
    sukanyaparashar authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d45ab1c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request neonevm#312 from neonlabsorg/main

    Sync changes for sync fork
    vodolaz authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    120ed11 View commit details
    Browse the repository at this point in the history
  2. Fixed build crash.

    oable committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6130659 View commit details
    Browse the repository at this point in the history
  3. Merge pull request neonevm#313 from neonlabsorg/main

    Fixed build crash.
    vodolaz authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9186f2a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    ab41223 View commit details
    Browse the repository at this point in the history
  2. Update the proxy operator fee to 2.5 (#140)

    * Update the proxy operator fee to 2.5
    
    * Update the gas price calculation table
    
    * Update the operator ratio fee in the price table
    sukanyaparashar authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2f02a35 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fixed broken links.

    oable committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7539466 View commit details
    Browse the repository at this point in the history
  2. Merge pull request neonevm#314 from neonlabsorg/main

    Sync docs
    vodolaz authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a52d783 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    a9ecef9 View commit details
    Browse the repository at this point in the history
  2. Add new pyth example

    sukanyaparashar committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    5b9da46 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

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

Commits on Apr 5, 2024

  1. adds envio as a supported data indexer on NeonEVM

    SvenMuller95 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6f8a3c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Add Subsquid SDK integration example (#142)

    * Add subsquid inetgration example
    
    * Add mainnet deployment changes
    
    * Comment out the mainnet deployment part
    
    * Deprecate archive-registry mentions and add dataset URLs and Mainnet information
    sukanyaparashar authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    748a6f5 View commit details
    Browse the repository at this point in the history
  2. Add smart contract code compatibility checklist document (#144)

    * Add code compatibility checklist document
    
    * Add more info about 64 account limit
    
    * Add event byte limit information
    
    * fix test
    
    * Update docs/evm_compatibility/code_compatibility_checklist.md
    
    Co-authored-by: OlehSyzonov <[email protected]>
    
    * Update docs/evm_compatibility/code_compatibility_checklist.md
    
    Co-authored-by: OlehSyzonov <[email protected]>
    
    * Update docs/evm_compatibility/code_compatibility_checklist.md
    
    Co-authored-by: OlehSyzonov <[email protected]>
    
    * Update docs/evm_compatibility/code_compatibility_checklist.md
    
    Co-authored-by: OlehSyzonov <[email protected]>
    
    ---------
    
    Co-authored-by: Miroslav Nedelchev <[email protected]>
    Co-authored-by: OlehSyzonov <[email protected]>
    3 people authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f6a09ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    851ea29 View commit details
    Browse the repository at this point in the history
  4. Add verification of contract pages with Hardhat, Foundry and Manually (

    …#147)
    
    * Add verification with hardhat
    
    * Add verification with Foundry
    
    * Add manual verification
    
    * Add manual verification with neonscan
    
    * Add manual verification link in the Foundry page
    sukanyaparashar authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4c7a473 View commit details
    Browse the repository at this point in the history
  5. Fixed broken links.

    oable committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7d370c0 View commit details
    Browse the repository at this point in the history
  6. Updated vendor versions.

    oable committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    72b8119 View commit details
    Browse the repository at this point in the history
  7. Merge pull request neonevm#315 from neonlabsorg/main

    Added Subsquid SDK integration example
    Added smart contract code compatibility checklist document
    Added --skip-simulation parameter information to the Foundry pages
    Added verification of contract pages with Hardhat, Foundry and Manually
    vodolaz authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3994348 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    adebc2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd27a4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    d666442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ea3fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abc22e3 View commit details
    Browse the repository at this point in the history
  4. Fix alignment

    sukanyaparashar committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b667d08 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Merge pull request #148 from neonlabsorg/fix/note-for-devnet-local-proxy

    Add an important note to mention about Devnet
    Vedad84 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    bb16f8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from neonlabsorg/add/web3auth-example

    Add web3auth example integration
    Vedad84 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    80cc394 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #150 from neonlabsorg/add/go-ethereum-integration

    Add Go-ethereum integration example doc page
    Vedad84 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    999c2d9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    7549518 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146 from SvenMuller95/main

    adds envio as a supported data indexer on neon evm
    Vedad84 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    8e87da9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #143 from neonlabsorg/fix/pyth-example

    Replace the old pull service Pyth integration example with the new pusher service example of reading Pyth Solana price feeds
    Vedad84 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    97371b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad6c407 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #151 from neonlabsorg/update/ERC20-token-list

    Add POPCAT to the ERC20 token list
    Vedad84 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    a65e3b0 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Delete docs/operating/installation/setup_kubernetes.md

    The document deletion is requested in  https://neonlabs.atlassian.net/browse/DOPS-617 as the content is outdated and duplicates outer documentation https://docs.k0sproject.io/head/install/
    OlehSyzonov authored May 15, 2024
    Configuration menu
    Copy the full SHA
    f709496 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from neonlabsorg/OlehSyzonov-patch-1

    Delete docs/operating/installation/setup_kubernetes.md
    Vedad84 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    f3e29b9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. update_enhanced_k8s (#153)

    * update_enhanced_k8s
    
    * Update docs/operating/enhanced.md
    
    * Update docs/operating/enhanced.md
    
    * Update docs/operating/enhanced.md
    
    * Spelling correction
    
    * fix
    
    ---------
    
    Co-authored-by: Sergei Bondar <[email protected]>
    Co-authored-by: OlehSyzonov <[email protected]>
    3 people authored May 20, 2024
    Configuration menu
    Copy the full SHA
    70ec6ac View commit details
    Browse the repository at this point in the history
  2. Update sidebars.js (#155)

    Removed reference to docs/operating/installation/setup_kubernetes.md as it is deleted within commit f709496
    OlehSyzonov authored May 20, 2024
    Configuration menu
    Copy the full SHA
    0d1cbee View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. - Changed sidebars.js to hide a link to 'Local Proxy to Remote Solana…

    …' page
    
    - Renamed 'local_proxy_remote_solanaHID.md' so the existing file cannot be URLd directly
    - modified:   docs/governance/command_line.md
    - modified:   docs/governance/overview.md
    - modified:   docs/governance/principles.md
    - modified:   docs/governance/proposals.md
    - added static/img/doc-images/governance/proposals/GOV2/   - with new images for the new DAO pages
    Vedad84 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    03461a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    934478c View commit details
    Browse the repository at this point in the history
  3. - Further changes to the sidebars to hide 'Neon Dao Organization' and…

    … 'Sign Votes'
    
    - Further changes to 'proposals.md' to correct some syntax
    Vedad84 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    49518c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c4d77d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    43d949c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e978f View commit details
    Browse the repository at this point in the history
  3. Reverted back to the old Proxy setup guidance so Oleh can push his st…

    …aged relevant changes.
    Vedad84 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f83dae2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. - Removed 'Command Line Utilities' sidebar option

    - Introduced 'Vesting' sidebar link instead
    - The new link will provide content from the Command Line Utilities and introduced a new 'Using the Vesting UI' section on the same page.
    Vedad84 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    034f6a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. NeonPass page adjustments

    - Added iframe video test for the upcoming NeonPass video based guidance and replaced the existing TL;DR bullet-points
    - Readjusted EVM compatible to Neon EVM compatible
    - Conduct transfer section : Swapped text in Neon to Solana to Solana to Neon tabs to reflect the availability of advanced gas fee priority options available in the latter
    Vedad84 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fc3dce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236d0ba View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. - Change the mobile images size and took out an image in the mobile s…

    …ection that was not suppose to be there.
    Vedad84 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8d5a3bc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    fc4ad0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a91538c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #157 from neonlabsorg/update/foundry-cast-call

    Add cast call command information to the Foundry pages
    Vedad84 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    42b73a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request neonevm#318 from neonlabsorg/main

    Merge pull request from neonlabsorg/main - March 25 2024 to June 17 2024
    BoogVAr authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    473dd61 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Revert "- Changed sidebars.js to hide a link to 'Local Proxy to Remot…

    …e Solana' page"
    
    This reverts commit 03461a6.
    Vedad84 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ba39b18 View commit details
    Browse the repository at this point in the history
  2. Revert "- Removed 'Command Line Utilities' sidebar option"

    This reverts commit 034f6a2.
    Vedad84 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a7d13a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22e16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1257c30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98131be View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    34b0289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3210f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46a074d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f5b0fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b75e28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7612595 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e3fdd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e531e8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abc8fc4 View commit details
    Browse the repository at this point in the history
  10. Revert "Update neon-api.mdx Extra space removed"

    This reverts commit abc8fc4.
    OlehSyzonov committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bf258b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f2af86 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    05252f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #158 from neonlabsorg/TBA-131-on_fixed-branch

    Changes in Neon Proxy API and JSON-RPC API Methods according to the Neon Proxy update on MainNet
    Vedad84 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cc37fbe View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    c72351b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    414c7b3 View commit details
    Browse the repository at this point in the history
  3. Add ICallSolana page

    sukanyaparashar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    180cb18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82c5d34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b941bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab719c7 View commit details
    Browse the repository at this point in the history
  7. Add swap on orca page

    sukanyaparashar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    566a781 View commit details
    Browse the repository at this point in the history
  8. Add using VRF page

    sukanyaparashar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    993be5e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    c6d31a2 View commit details
    Browse the repository at this point in the history
  2. Replace : with -

    sukanyaparashar committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    371c499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ac1116 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d98c7d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    c42f32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2902e90 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    b875762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2048440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f7738 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e73d1d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fde4f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request #159 from neonlabsorg/add/composability

    Add/composability
    BoogVAr authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ba058bd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    0c59813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1865f1f View commit details
    Browse the repository at this point in the history
  3. Feature/front 107 update consent mode (#160)

    * FRONT-107: added new consent mode
    
    * package update
    
    ---------
    
    Co-authored-by: atkachev <[email protected]>
    Tkachez and AlexTLyte authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cd0ac27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #162 from neonlabsorg/develop

    Cookies update.
    oable authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c452652 View commit details
    Browse the repository at this point in the history
  5. Merge pull request neonevm#322 from neonlabsorg/main

    Documentation updates
    vodolaz authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a719166 View commit details
    Browse the repository at this point in the history
  6. FRONT-107: update package version (#163)

    Co-authored-by: atkachev <[email protected]>
    Tkachez and AlexTLyte authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7d7f3a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Global Variables Issues in Neon EVM: Oracle Integration and Best Prac…

    …tices
    
    - Analyzes problems with global variables in Neon EVM, focusing on Oracle price feeds
    - Discusses impact on protocols like LendOS and Lumen after Mainnet upgrade
    - Explains technical details of EVM behavior and account hashing
    - Outlines challenges with Pyth and Chainlink Oracle integrations
    - Provides best practices for developers working with parallel execution
    - Proposes solutions including selective account checking and optimized Oracle integration
    - Includes recommendations for refactoring existing contracts
    - additional sidebar category 'Dev Recommendations'
    Vedad84 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0999049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f26e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    864d430 View commit details
    Browse the repository at this point in the history
  4. Fixed sidebars.js

    oable committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5802af8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Add rule to check config.

    oable committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5b25ee0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from neonlabsorg/vedad_global_variables

    Vedad global variables
    @oable has provided a solution to the recent failing checks problem by renaming the relevant file to bypass the 'vale' false positives.
    Vedad84 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bae1e8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #166 from neonlabsorg/develop

    Develop
    oable authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e767b76 View commit details
    Browse the repository at this point in the history
  4. Merge pull request neonevm#323 from neonlabsorg/main

    Global variables
    vodolaz authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ca053a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Fixed confusion between float and int in docs

    Both the Solana token standard and ERC20 use integers to store token amounts, not floats. The given calculation for the maximum amount a Solana token can reach already is correctly based on an uint64, not an ufloat64.
    simone1999 authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    756541b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. - New page that describes the 'claiming vested Neon tokens' created a…

    …nd inserted in the Govern sidebar section.
    Vedad84 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    42e3806 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Claiming vested Neon tokens neonevm#325

    Claiming vested Neon tokens
    BoogVAr authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cffdf11 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update local_proxy_remote_solana.md with actual instructions for the …

    …new Proxy
    
    Update local_proxy_remote_solana.md with actual parameters for handling new version of the Neon Proxy:
    
    - changed reference to the docker compose file
     - changed command for starting Proxy program
    - added hint to put Solana private key to id.json
    - removed references to public Solana nodes
    OlehSyzonov authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    516a51d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add API3 data feeds integration documentation (#171)

    * Add API3 page to the sidebar
    
    * Add API3 integration page
    sukanyaparashar authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    86773f1 View commit details
    Browse the repository at this point in the history
  2. Add WHALE token to the Mainnet token list (#169)

    * Add whale token to the ERC-20 token list
    
    * Fix typo in transfer-spl-token page
    sukanyaparashar authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bfb968c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #175 from neonlabsorg/develop

    Develop
    oable authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8bb3c19 View commit details
    Browse the repository at this point in the history
  4. Merge pull request neonevm#326 from neonlabsorg/main

    Changed token-list pages
    vodolaz authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a0726d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. update-local-proxy-guideline neonlabsorg/SLA-77

    SLA-77-update-local-proxy-guideline
    BoogVAr authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7d5afe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Release local proxy docs update #176

    Release local proxy docs update
    BoogVAr authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    96af8f2 View commit details
    Browse the repository at this point in the history
  2. Release local proxy doc update neonevm#327 from neonlabsorg/main

    Release local proxy doc update
    BoogVAr authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3479600 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Changed packages version.

    oable committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3b3befd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    oable committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    35f3c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a2115 View commit details
    Browse the repository at this point in the history
  4. Changed packages for docs neonevm#328 from neonlabsorg/main

    Changed packages for docs
    BoogVAr authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2b00bde View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    87176f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b4225 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #174 from neonlabsorg/add/raydium-swap-example

    Add Raydium Swap example
    sukanyaparashar authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    776a2be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6828e6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc07cfd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #177 from neonlabsorg/update/code-compatibility-ch…

    …ecklist
    
    Add limitation info about dynamic sized variable types
    sukanyaparashar authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a2db5b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #178 from neonlabsorg/feature/FRONT-226-update-doc…

    …usaurus-version
    
    FRONT-226: updated version and fixed issues
    oable authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    31289bb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    8f25146 View commit details
    Browse the repository at this point in the history
  2. Merge pull request neonevm#329 from neonlabsorg/main

    Release local proxy docs update
    himaster authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    61da6ef View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request neonevm#324 from simone1999/patch-1

    Fixed confusion between float and int in docs
    himaster authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c0f22bb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 8, 2024

  1. Fixed broken link to BPF description

    Fix of link is caused by the recent Solana Documentation restructuring
    OlehSyzonov authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e7a169d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9926d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #183 from neonlabsorg/TBA-194-Fix_broken_links_in_…

    …docs
    
    Fixed broken link to BPF description
    OlehSyzonov authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    00ff70f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #181 from neonlabsorg/update/precompiles

    Update Precompiles support list
    OlehSyzonov authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    af5184d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update docusaurus.config.js

    redirection from integrating_api3
    OlehSyzonov authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4fc9496 View commit details
    Browse the repository at this point in the history
  2. Update sidebars.js

    integrating_api3 item is hidden from menu
    OlehSyzonov authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9bc8ba2 View commit details
    Browse the repository at this point in the history
  3. Update linkcheck.config.json

    solscan links are exluded
    OlehSyzonov authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bd36dfc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #185 from neonlabsorg/TBA-195--Exclude_API3_refere…

    …nce_from_Neon_EVM_Docs
    
    TBA-195  exclude api3 reference from neon evm docs
    OlehSyzonov authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    37cf7cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #186 from neonlabsorg/develop

    Merge recent content updates
    OlehSyzonov authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d869fa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update _price_formula.mdx

    Remove PRX_GAS_PRICE_SLIPPAGE from the formula
    OlehSyzonov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c87e77b View commit details
    Browse the repository at this point in the history
  2. Update _gas_price_calc.mdx

    Remove PRX_GAS_PRICE_SLIPPAGE from the table
    OlehSyzonov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    993b9cf View commit details
    Browse the repository at this point in the history
  3. Update transaction-gas.mdx

    Remove PRX_GAS_PRICE_SLIPPAGE from the description
    OlehSyzonov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e2b16a6 View commit details
    Browse the repository at this point in the history
  4. Update transaction-gas.mdx

    PRX_OPERATOR_FEE==1
    OlehSyzonov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    95fead1 View commit details
    Browse the repository at this point in the history
  5. Update _gas_price_calc.mdx

    PRX_OPERATOR_FEE==1
    OlehSyzonov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ebf11f9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #187 from neonlabsorg/TBA-197-Remove-PRX_GAS_PRICE…

    …_SLIPPAGE
    
    TBA-197 Remove PRX_GAS_PRICE_SLIPPAGE
    OlehSyzonov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    474ae65 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #188 from neonlabsorg/develop

    TBA-197 Remove PRX_GAS_PRICE_SLIPPAGE
    OlehSyzonov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4ef0255 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. test

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6798a3a View commit details
    Browse the repository at this point in the history
  2. test

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b23c9a7 View commit details
    Browse the repository at this point in the history
  3. test

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4b20abf View commit details
    Browse the repository at this point in the history
  4. test

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6e5d557 View commit details
    Browse the repository at this point in the history
  5. test

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    31279f5 View commit details
    Browse the repository at this point in the history
  6. test

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ce2c55b View commit details
    Browse the repository at this point in the history
  7. test

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f826cfb View commit details
    Browse the repository at this point in the history
  8. fix_ci

    Sergei Bondar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0c2011f View commit details
    Browse the repository at this point in the history