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

feat: response message solidity #234

Commits on Dec 15, 2023

  1. feat: xcall upgradeable (#179)

    * feat: xcall upgradeable
    
    * fix: foundry toml fix
    
    * deploy mock script
    
    * fix: remapping
    
    * fix: env name changed
    
    * fix: script reformed
    
    * fix: upgradeable using openzeppelin
    
    * fix: upgradeable using openzeppelin
    
    * fix: deploy scripts fix
    
    * fix: deploy scripts fix
    
    * forge install: openzeppelin-foundry-upgrades
    
    * fix: Make simple dapp to use same logic as dapp multi (#195)
    
    * fix: adapters deployment scripts added
    
    * fix: adapters included in script
    
    ---------
    
    Co-authored-by: AntonAndell <[email protected]>
    gcranju and AntonAndell authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e29e98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2995c1 View commit details
    Browse the repository at this point in the history
  3. fix: not authorized issue by making handleMessage public (#202)

    * fix: not authorized issue by making handleMessage public
    
    * feat: handleBTPMessage tests added
    
    * fix: add fixes for handle Error
    
    * fix: code order optmization in handle message
    
    Signed-off-by: gcranju <[email protected]>
    
    * fix:revert message added in handleRequest
    
    * fix: versions openzeppelin fix
    
    * fix: foundry upgrades deleted
    
    ---------
    
    Signed-off-by: gcranju <[email protected]>
    gcranju authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a0de612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a8de78 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    048a65a View commit details
    Browse the repository at this point in the history
  2. fix: fix env.example

    gcranju committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3c33770 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #221 from icon-project/deploy-script-fix

    fix: added rpsc in foundry.toml
    izyak authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1b64d8d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    9694787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5972a5c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. feat: add centralized connections in solidity and java (#196)

    * feat: solidity xcall connection added
    
    * feat: icon xcall connection added
    
    * fix: checkfee added
    
    * feat: relayer address in centralized connection
    
    * feat: added build scripts
    
    * feat: solidity tests for centralized connection added
    
    * feat: centralized connection name changed for icon
    
    * fix: review comments addressed for solidity part
    
    * fix: variable admin used for relayer/admin
    
    * fix: review comments addressed for javascore part
    
    * fix: variables in build.gradle in centralized cnnection
    
    * fix: java score constructor
    
    * fix: removed void from constructor
    
    * fix: type of receipts to boolean
    
    * fix: solitity tests resolved
    
    * fix: logic corrected for duplicate message
    
    * fix: fee check added in connection
    
    * fix: centralized connection test added in solidity
    
    * fix: admin check removed from getReceipts
    
    Co-authored-by: redlarva <[email protected]>
    
    * fix: onlyAdmin function
    
    * fix: architecture updated (#214)
    
    * fix: architecture updated
    
    * fix: use connectio sn
    
    * style: formatting code
    
    * added scripts for centralized connections
    
    * feat: centralized-connection javascore tests added
    
    * feat: clam fees tests added
    
    ---------
    
    Co-authored-by: red__larva <[email protected]>
    Co-authored-by: redlarva <[email protected]>
    3 people authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d703295 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    6729816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8dc3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d8f54 View commit details
    Browse the repository at this point in the history
  4. feat: add centralized connections in solidity and java (#196)

    * feat: solidity xcall connection added
    
    * feat: icon xcall connection added
    
    * fix: checkfee added
    
    * feat: relayer address in centralized connection
    
    * feat: added build scripts
    
    * feat: solidity tests for centralized connection added
    
    * feat: centralized connection name changed for icon
    
    * fix: review comments addressed for solidity part
    
    * fix: variable admin used for relayer/admin
    
    * fix: review comments addressed for javascore part
    
    * fix: variables in build.gradle in centralized cnnection
    
    * fix: java score constructor
    
    * fix: removed void from constructor
    
    * fix: type of receipts to boolean
    
    * fix: solitity tests resolved
    
    * fix: logic corrected for duplicate message
    
    * fix: fee check added in connection
    
    * fix: centralized connection test added in solidity
    
    * fix: admin check removed from getReceipts
    
    Co-authored-by: redlarva <[email protected]>
    
    * fix: onlyAdmin function
    
    * fix: architecture updated (#214)
    
    * fix: architecture updated
    
    * fix: use connectio sn
    
    * style: formatting code
    
    * added scripts for centralized connections
    
    * feat: centralized-connection javascore tests added
    
    * feat: clam fees tests added
    
    ---------
    
    Co-authored-by: red__larva <[email protected]>
    Co-authored-by: redlarva <[email protected]>
    3 people committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    99f68b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dea884d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4206ef6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 4, 2024

  1. fix: getFee method

    gcranju committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    239e025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6a8f07 View commit details
    Browse the repository at this point in the history
  3. fix: logs removed

    gcranju committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5beac56 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    8e7676d View commit details
    Browse the repository at this point in the history
  2. fix: review changes

    gcranju committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a8c8495 View commit details
    Browse the repository at this point in the history
  3. feat: tests added

    gcranju committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0ef234b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    d72a678 View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    gcranju authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5bb2a6c View commit details
    Browse the repository at this point in the history