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

Smooth test #159

Open
wants to merge 115 commits into
base: use-ZetaInteractor-in-test
Choose a base branch
from
Open

Commits on Jun 16, 2022

  1. aaiello/zeta-306-fix-smart-contracts-sast-results (zeta-chain#7)

    * aaiello/zeta-306-fix-smart-contracts-sast-results
    
    * Update packages/protocol-contracts/contracts/ZetaNonEth.sol
    
    * Update packages/protocol-contracts/contracts/ZetaInteractor.sol
    
    Co-authored-by: Lucas <[email protected]>
    andresaiello and lucas-janon authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    026fde3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912f7dd View commit details
    Browse the repository at this point in the history
  3. Update protocol contracts (zeta-chain#9)

    * Missing tests
    
    * Protocol contracts improvements
    
    * All tests passing
    
    * Cleanup
    
    * Cleanup
    
    * Make it more consistent
    
    * Comply with Slither conventions
    lucas-janon authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    d4b9db9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

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

Commits on Jun 22, 2022

  1. Scaffold repo scripts, add Slither (zeta-chain#3)

    * WIP: scripts
    
    * Added inquirer and multiple output types
    
    * Update .gitignore
    
    Co-authored-by: Lucas <[email protected]>
    
    * added option for CI and other PR feedback
    
    * Update scripts/slither.ts
    
    * Update scripts/slither.ts
    
    * Add ts-node, add slither script
    
    * Remove await
    
    * Blankline
    
    Co-authored-by: Lucas Janon <[email protected]>
    CharlieMc0 and lucas-janon authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d651c44 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. aaiello/zeta-335-add-supply-cap-to-smart-contracts (zeta-chain#13)

    * aaiello/zeta-335-add-supply-cap-to-smart-contracts
    
    * comments addressed
    
    * renames
    
    * default value to maxSupply
    
    * update test
    
    * Add describe, enforce max supply on revert
    
    * Improve test message
    
    * Move setMaxSupply function
    
    Co-authored-by: Lucas Janon <[email protected]>
    andresaiello and lucas-janon authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    50aefdc View commit details
    Browse the repository at this point in the history
  2. Exclude libraries from Slither (zeta-chain#12)

    * Added ability to include or exclude uniswap/OZ libraries from scan
    
    * Fixed import
    
    * Script improvements
    
    Co-authored-by: Lucas Janon <[email protected]>
    CharlieMc0 and lucas-janon authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    6981173 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Remove initial mint from ZetaNonEth, add tests (zeta-chain#15)

    * Add ZetaNonEth tests, remove mint parameter from ZetaNonEth, prevent TSS from minting
    
    * Use HashZero and AddressZero
    lucas-janon authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    7a03205 View commit details
    Browse the repository at this point in the history
  2. Update contracts naming (zeta-chain#14)

    * Update gasLimit naming
    
    * originSenderAddress -> zetaTxSenderAddress
    
    * originChainId -> sourceChainId
    
    * origin -> sourceTxOriginAddress/zetaTxSender
    
    * zetaAmount -> zetaValueAndFees
    
    * zetaValueAndFees -> zetaValueAndGas
    
    * Improve comments
    lucas-janon authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3ee5860 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    5297756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2a200 View commit details
    Browse the repository at this point in the history
  3. Improve Slither results (zeta-chain#20)

    * Improve Slither results
    
    * Use 0.8.7
    
    * Use a single condition
    lucas-janon authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ac8c0f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04ab7c2 View commit details
    Browse the repository at this point in the history
  5. Add Pauser role (zeta-chain#17)

    * Add Pauser role
    
    * Add tests
    
    * Guard for pauserAddress == 0
    lucas-janon authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9e4ae67 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Add readme to protocol module (zeta-chain#23)

    * Add readme to protocol module
    
    * Update packages/protocol-contracts/README.md
    
    * Update packages/protocol-contracts/README.md
    
    * Update packages/protocol-contracts/README.md
    
    * Update packages/protocol-contracts/README.md
    
    Co-authored-by: Lucas <[email protected]>
    andresaiello and lucas-janon authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8822455 View commit details
    Browse the repository at this point in the history
  2. Create ZetaTokenConsumer (zeta-chain#22)

    * Standardize underscore
    
    * Add ZetaGasPayer base
    
    * Add uniswap contracts
    
    * Small tweaks
    
    * ZetaGasPayer -> ZetaTokenConsumer
    
    * Tests and improvements
    
    * WIP: UniV3
    
    * add UniV3 strategy
    
    * update contracts and test
    
    * secure updateStrategy and add events
    
    * add zero validations
    
    * update comments
    
    * import uniswap v3 contracts
    
    * remove fallback
    
    * Naming, syntax
    
    * Remove fallback & payable
    
    * Update packages/protocol-contracts/contracts/ZetaTokenConsumerRecommended.strategy.sol
    
    * Details
    
    * zetaTokenInput_ -> zetaToken_
    
    * Add receive function
    
    * Copy
    
    * add test for events
    
    * move addresses to json file
    
    * update ZetaTokenConsumerUniV3
    
    * remove old comment
    
    * Install order keys plugins
    
    * Rename
    
    * Delete recommended strategy
    
    * tokenPoolFee
    
    * Blankline
    
    Co-authored-by: Lucas Janon <[email protected]>
    andresaiello and lucas-janon authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c3aa49b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bfb3e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jul 1, 2022

  1. Add zetainteractor and errors to examples (zeta-chain#24)

    * Add zetainteractor and errors to examples
    
    * remove unused error
    
    * remove _crossChainId from examples
    
    * rename
    andresaiello authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    58c7f41 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    89a5cd1 View commit details
    Browse the repository at this point in the history
  3. Add connector token approval script (zeta-chain#4)

    * script to approve connector to spend tokens
    
    * PR feedback
    
    * Update packages/protocol-contracts/lib/contracts.helpers.ts
    
    Co-authored-by: Lucas <[email protected]>
    
    Co-authored-by: Lucas <[email protected]>
    CharlieMc0 and lucas-janon authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    10a8344 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Integrate zeta token consumer (zeta-chain#26)

    * Integrate zeta token consumer
    
    * add crosschain test
    
    * add zetaConsumer address
    
    * fix small comments and renames
    
    * update ZetaTokenConsumer to return amount
    
    * remove unused functions
    andresaiello authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6952f97 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Implement veridise audit suggestions (zeta-chain#30)

    * Implement veridise audit suggestions
    
    * add interface
    andresaiello authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    11564d6 View commit details
    Browse the repository at this point in the history
  2. Aaiello/zeta 790 implement veridise suggestions (zeta-chain#31)

    * Implement veridise audit suggestions
    
    * add interface
    
    * rename
    andresaiello authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3bf2e3f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Implement veridise suggestions (zeta-chain#32)

    * Implement veridise audit suggestions
    
    * add interface
    
    * rename
    
    * add immutable
    andresaiello authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    30cd3d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Implement PeckShield suggestions (zeta-chain#33)

    implement PeckShield suggestions
    andresaiello authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    be7898d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Deploy to deterministic addresses (zeta-chain#28)

    * Deploy to deterministic addresses
    
    * deploy with leading zeros
    
    * update labels
    
    * refactor
    
    * update comment
    
    * remove unused
    
    * deploy immutableCreate2Factory
    andresaiello authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    53ca9cd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Add changeset to publish on npm (zeta-chain#29)

    * Add changeset to publish on npm
    
    * add npm ignore
    
    * suggestions
    andresaiello authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    07ca732 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

Commits on Aug 3, 2022

  1. Improve zetaValueAndgGas naming (zeta-chain#39)

    * ignore from npm examples and address
    
    * Improve zetavalueandgas naming
    
    * restore pkg
    
    * update connector
    
    * add comment
    andresaiello authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    501b847 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Update zetasent event to be read by the protocol (zeta-chain#40)

    * Update zetasent event
    
    * add onrevert
    andresaiello authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    79d150d View commit details
    Browse the repository at this point in the history
  2. Expose addresses on npm (zeta-chain#37)

    * ignore from npm examples and address
    
    * Expose addresses on npm
    
    * update addr
    
    * deploy v1
    
    * rename pkg
    
    * update readme
    
    * update readme
    
    * move read functions to addresses pkg
    
    * add getAddressAsync
    
    * Expose abis and types on npm  packages (zeta-chain#38)
    
    Expose abis and types on npm
    
    * rename to loadAddressFromFile
    
    * Update packages/addresses/src/addresses.helpers.ts
    
    Co-authored-by: Lucas <[email protected]>
    
    * Update packages/addresses/src/addresses.helpers.ts
    
    Co-authored-by: Lucas <[email protected]>
    
    * Update packages/addresses/src/addresses.helpers.ts
    
    Co-authored-by: Lucas <[email protected]>
    
    * refactor
    
    * rename aux func
    
    Co-authored-by: Lucas <[email protected]>
    andresaiello and lucas-janon authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4e35b55 View commit details
    Browse the repository at this point in the history
  3. Redeploy Connector and Zeta token (zeta-chain#34)

    * Redeploy Connector and Zeta token
    
    * refactor
    
    * add comment
    
    * add a const
    
    * Redeploy example contracts (zeta-chain#35)
    
    * Redeploy example contracts
    
    * update addr
    
    * rebase from main
    
    * point to interfaces
    
    * more updates
    
    * more
    
    * deploy connector
    
    * restore getScanVariable
    
    * examples deplyed
    
    * update comment
    
    * remove comments
    andresaiello authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ff13a11 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Sep 1, 2022

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

Commits on Sep 7, 2022

  1. Fix npm packages to be used externally (zeta-chain#47)

    * Fix npm packages to be used in external
    
    * add babel and type files
    
    * update readme file
    
    * Update packages/addresses/README.md
    
    Co-authored-by: Lucas <[email protected]>
    
    * Update packages/addresses/README.md
    
    Co-authored-by: Lucas <[email protected]>
    
    * update readme
    
    * move to vite
    
    * update version
    
    * Update packages/addresses/.npmignore
    
    Co-authored-by: Lucas <[email protected]>
    
    * Update packages/addresses/.npmignore
    
    Co-authored-by: Lucas <[email protected]>
    
    * Update packages/addresses/tsconfig.json
    
    Co-authored-by: Lucas <[email protected]>
    
    * update errors
    
    * Update packages/addresses/package.json
    
    Co-authored-by: Lucas <[email protected]>
    
    Co-authored-by: Lucas <[email protected]>
    andresaiello and lucas-janon authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    fbc563d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    252fd0c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 19, 2022

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

Commits on Sep 20, 2022

  1. Add different strategies to swap (zeta-chain#42)

    * Add different strategies to swap
    
    * consumer option
    
    * update CROSS_CHAIN_SWAP_MESSAGE
    
    * add test
    
    * remove old swap v3
    
    * add deployment script
    
    * contract changes
    
    * update comment
    
    * update comment
    
    * deployment
    andresaiello authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    77e3185 View commit details
    Browse the repository at this point in the history
  2. Deploy send value contract to klaytn (zeta-chain#51)

    * Deploy send value contract to klaytn
    
    * add script
    andresaiello authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    9884884 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Implement quantum suggestions (zeta-chain#43)

    * Add different strategies to swap
    
    * consumer option
    
    * update CROSS_CHAIN_SWAP_MESSAGE
    
    * add test
    
    * remove old swap v3
    
    * add deployment script
    
    * contract changes
    
    * update comment
    
    * update comment
    
    * deployment
    
    * Implement Quantum suggestions
    andresaiello authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    16b56c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Develop cross chain swap (zeta-chain#53)

    * Develop cross chain swap
    
    * add deploy script
    
    * improve swap
    
    * deploy to athens2
    
    * remove unsed code
    
    * renames
    
    * update readme
    andresaiello authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    07e33f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Develop and deploy zevm uniswap (zeta-chain#55)

    * Develop cross chain swap
    
    * add deploy script
    
    * remove unsed code
    
    * Develop and deploy zevm uniswap
    
    * rename ZRC4 to ZRC20
    
    * rename ZRC20 to zrc20
    
    * fix swap contract
    
    * refactor
    
    * params to swap
    
    * refactor
    
    * update env example
    
    * add zeta btc swap
    
    * add script to read zEVM system data
    
    * add bitcoin test
    
    * add tBTC constant
    
    * dd btc helper
    
    * deploy btc inbound
    
    * random updates and deploy
    
    * update sample
    
    * deploy to athens 2
    
    * refactor liq script
    
    * update add liquidity script
    
    * remove athens2 constant
    
    * restore from main
    andresaiello authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d2a7b79 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Improvements on contracts ownership (zeta-chain#54)

    * Improvements on contracts ownership
    
    * add safeCreate2AndTransfer
    
    * restore assertion
    andresaiello authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    6a94cdd View commit details
    Browse the repository at this point in the history
  2. Develop cctx testing scripts (zeta-chain#56)

    * Develop cctx testing scripts
    
    * comments addressed
    andresaiello authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    03a7ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Write SC for multiple output (zeta-chain#57)

    * Write SC for multiple output
    
    * add test
    
    * add multiple output test
    
    * refactor using system contarct info
    
    * add test
    
    * fix v1 swap
    
    * comments addressed
    
    * rename NoAvailableTransfers
    
    * typo
    andresaiello authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e7402e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Create bugbounty.md (zeta-chain#59)

    * Create bugbounty.md
    
    * Update bugbounty.md
    Brandon Truong authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    010e652 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Deploy swap to klaytn (zeta-chain#52) (zeta-chain#60)

    * Deploy swap to klaytn
    
    * update comment
    
    * fix merge
    andresaiello authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    09332dc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Bump @openzeppelin/contracts from 4.6.0 to 4.7.3 (zeta-chain#63)

    Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.6.0 to 4.7.3.
    - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases)
    - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md)
    - [Commits](OpenZeppelin/openzeppelin-contracts@v4.6.0...v4.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@openzeppelin/contracts"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9336fe2 View commit details
    Browse the repository at this point in the history
  2. Missing zero address check in (zeta-chain#62)

    * Missing zero address check in
    
    Signed-off-by: Andres Aiello <[email protected]>
    
    * test signed
    
    Signed-off-by: Andres Aiello <[email protected]>
    
    * test signed
    
    Signed-off-by: Andres Aiello <[email protected]>
    
    Signed-off-by: Andres Aiello <[email protected]>
    andresaiello authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    cfe525c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c2aba View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Feb 8, 2023

  1. Charlie/docker_container (zeta-chain#61)

    * Added Dockerfile
    CharlieMc0 authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fc15ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1193d17 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

Commits on Feb 24, 2023

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

Commits on Feb 27, 2023

  1. Split smart contracts repo adding zeta app (zeta-chain#71)

    * Split smart contracts repo adding zeta app
    
    * remove unsed code
    
    * remove unused code
    
    * split zevm pkg
    andresaiello authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    95ef8e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Add comments to smart contracts (zeta-chain#72)

    * Add comments to smart contracts
    
    * some copy nits in comments
    
    * nits
    
    * nit
    
    * Update packages/zeta-app-contracts/contracts/multi-chain-value/MultiChainValue.sol
    
    Co-authored-by: Lucas <[email protected]>
    
    * typo
    
    * Update packages/zeta-app-contracts/contracts/multi-chain-value/MultiChainValue.sol
    
    Co-authored-by: Lucas <[email protected]>
    
    * Update packages/zeta-app-contracts/contracts/multi-chain-value/MultiChainValue.sol
    
    Co-authored-by: Lucas <[email protected]>
    
    * standardize using @dev everywhere instead of @dev:
    
    * lucas comments
    
    * locas comment
    
    * standarize errors comment
    
    ---------
    
    Co-authored-by: Brandon Truong <[email protected]>
    Co-authored-by: Lucas <[email protected]>
    3 people authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a3f689d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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

Commits on Apr 6, 2023

  1. Cicd/Build docker (zeta-chain#77)

    * Fixed Dockerfile and added build step
    
    * Added script for auto generating simple env
    
    * Fixed docker tag and updated script to include faucet
    
    * Updated package.json with new command
    
    * renamed tutorial-setup
    
    * Setup script generated wallet now persists
    CharlieMc0 authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2d33199 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 18, 2023

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

Commits on Apr 19, 2023

  1. Add prepublishonly to addressestools 2 (zeta-chain#85)

    * Add prepublishonly to addressestools 2
    
    * update text
    
    * remove exit 1
    andresaiello authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    724cc0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee3bd1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. chore: replace Alchemy with Ankr RPC (zeta-chain#89)

    chore: replace alchemy with ankr rpc
    fadeev authored May 2, 2023
    Configuration menu
    Copy the full SHA
    21ae165 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

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

Commits on May 5, 2023

  1. ERC20custody contract (zeta-chain#75)

    * feat: erc20custody contract
    
    * fix: small fixes
    
    * fix: review feedback
    
    * feat: add fee on token transfer handling
    
    * fix: some more fixes
    
    * feat: safe transfers
    aldapp7 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    6273dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef323b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 19, 2023

  1. Cleanup protocol-contracts repo (zeta-chain#93)

    * Cleanup protocol-contracts repo
    
    * update examples pkg to use protocol repo
    
    * update zeta-app pkg to use protocol repo
    
    * update zevm examples pkg to use protocol repo
    
    * remove interfaces pkg
    
    * removed protocol contracts from Dockerfile
    
    ---------
    
    Co-authored-by: CharlieM <[email protected]>
    andresaiello and CharlieMc0 authored May 19, 2023
    Configuration menu
    Copy the full SHA
    4993ebe View commit details
    Browse the repository at this point in the history
  2. Develop v1 of liquidity incentives (zeta-chain#74)

    * Develop v1 of liquidity incentives
    
    * remove lib
    
    * update contracts
    
    * remove unused code
    
    * first test
    
    * update test
    
    * add complex test
    
    * add test
    
    * add comment
    
    * update to use custom errores
    
    * add test and refactor
    
    * add custom rewards
    
    * rename
    
    * move nonReentrant
    
    * add deploy script
    
    * add comment
    
    * refactor
    
    * add script to read contract data
    
    * add Synthetix test cases
    
    * Update packages/zevm-app-contracts/test/LiquidityIncentives.spec.ts
    
    Co-authored-by: Lucas <[email protected]>
    
    * Add timelock and cooldown to token (zeta-chain#90)
    
    * add cooldown and min staking
    
    * etc
    
    * update docker file
    
    * update dockerfile
    
    * add protocol-contracts-deprecated to dockerfile
    
    * merge issues
    
    ---------
    
    Co-authored-by: Lucas <[email protected]>
    andresaiello and lucas-janon authored May 19, 2023
    Configuration menu
    Copy the full SHA
    145e65e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Fix ZRC20 protocol bug (zeta-chain#94)

    * Fix ZRC20 protocol bug
    
    * rebase fix
    andresaiello authored May 22, 2023
    Configuration menu
    Copy the full SHA
    9aebe38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f3372 View commit details
    Browse the repository at this point in the history
  3. Bump http-cache-semantics from 4.1.0 to 4.1.1 (zeta-chain#67)

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    669aada View commit details
    Browse the repository at this point in the history
  4. Bump decode-uri-component from 0.2.0 to 0.2.2 (zeta-chain#65)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    71392a0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 24, 2023

  1. Remove ZetaTokenConsumerTrident from zetachain repo (zeta-chain#98)

    Remove ZetaTokenConsumerTrident to zetachain repo
    andresaiello authored May 24, 2023
    Configuration menu
    Copy the full SHA
    e9e8e4e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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

Commits on Jun 20, 2023

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

Commits on Jul 4, 2023

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

Commits on Jul 10, 2023

  1. Remove Ropsten and upgrade to Athens3 (zeta-chain#106)

    * Remove Ropsten and upgrade to Athens3
    
    * rename Athens version
    andresaiello authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2df7647 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Redeploy swap (zeta-chain#110)

    * Redeploy swap
    
    * upgrade protocol-contracts
    
    * redeploy contracts
    
    * update deployParams log
    
    * update yarn
    andresaiello authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    715d418 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 25, 2023

  1. Update ZetaChain repo to protocol-contracts 2.0 (zeta-chain#111)

    * Update ZetaChain repo to protocol-contracts 2.0
    
    * fix
    
    * rename
    
    * rm extra file
    andresaiello authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0d1e9ee View commit details
    Browse the repository at this point in the history
  2. Deploy rewards to Athens2 and 3 (zeta-chain#104)

    * Deploy rewards to Athens2
    
    * make public time restrictions
    andresaiello authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f551f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 12, 2023

  1. Add native token support to StakingReward contract (zeta-chain#117)

    * Add native token support to StakingReward contract
    
    * remove extra var
    
    * remove extra import
    
    * remove unused code
    andresaiello authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c80a37f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Deploy disperse to athens (zeta-chain#120)

    * Improve uniswap scripts
    
    * deploy disperse to athens
    
    * remove uniswap scripts
    
    * restore script
    andresaiello authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d288f57 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Add bsc-mainnet to addresses pkg (zeta-chain#121)

    * Add bsc-mainnet to addresses pkg
    
    * Move to v0.0.13
    andresaiello authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5b35a12 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Update address tools repo to deploy bsc-mainnet (zeta-chain#122)

    * Update address tools repo to deploy bsc-mainnet
    
    * update chainId
    andresaiello authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3763b13 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 18, 2023

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

Commits on Nov 5, 2023

  1. Add deadline to uniswap v2 contract (zeta-chain#126)

    * Add deadline to uniswap v2 contract
    
    * refactor
    andresaiello authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a0b9862 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Smart contract to verify an address and for accept an invitation (zet…

    …a-chain#124)
    
    * SC to verify an address and accept an invitation
    
    * naming
    
    * add test
    
    * add validation
    
    * naming
    
    * add counters
    
    * add test
    
    * update contract to unpersonalized links
    
    * add registration logic to manager
    
    * add validation
    
    * fix test
    
    * rename event
    
    * rename messageSigner
    
    * add index to event and test
    
    * improve test
    andresaiello authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b418a4d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. implement immunefi improvements (zeta-chain#131)

    * implement immunefi improvements
    
    * add codeowners
    andresaiello authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3a19731 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Cleanup zetachain repo to be zeta apps repo (zeta-chain#132)

    * Cleanup zetachain repo to be zeta-apps repo
    
    * update docker
    
    * update uniswap scripts
    
    * refactor
    
    * remove unused code
    
    * add type to getAppAddress
    andresaiello authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6820479 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Dec 4, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (zeta-chain#109)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    76a7815 View commit details
    Browse the repository at this point in the history
  2. Bump @openzeppelin/contracts from 4.8.3 to 4.9.3 (zeta-chain#112)

    * Bump @openzeppelin/contracts from 4.8.3 to 4.9.3
    
    Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.3 to 4.9.3.
    - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases)
    - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.9.3/CHANGELOG.md)
    - [Commits](OpenZeppelin/openzeppelin-contracts@v4.8.3...v4.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@openzeppelin/contracts"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * format
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andres Aiello <[email protected]>
    dependabot[bot] and andresaiello authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    57c49b9 View commit details
    Browse the repository at this point in the history
  3. Bump browserify-sign from 4.2.1 to 4.2.2 (zeta-chain#134)

    Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
    - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
    - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: browserify-sign
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    181bace View commit details
    Browse the repository at this point in the history
  4. Bump get-func-name from 2.0.0 to 2.0.2 (zeta-chain#135)

    Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.
    - [Release notes](https://github.com/chaijs/get-func-name/releases)
    - [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: get-func-name
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    daa335a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. fix(setup-tutorial.ts) json error (zeta-chain#130)

    JSON formatting error in setup-tutorial.ts
    tudorpintea999 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2f39eff View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. feat: ci to zetachain repo (zeta-chain#137)

    * feat: ci to zetachain repo
    
    * remove unsed code
    
    * update test
    
    * remove old code
    
    * update yaml
    
    * remove unused code
    andresaiello authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    86eb10e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. feat: Run slither and coverage (zeta-chain#138)

    * feat: Run slither and coverage
    
    * remove unused code
    
    * lint
    
    * update readme
    
    * remove coverage files
    andresaiello authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    48f0398 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. feat: Iimprove token incentive scripts (zeta-chain#139)

    * feat: Iimprove token incentive scripts
    
    * lint
    andresaiello authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ce47d94 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat: Npm Pkg for app contract addresses (zeta-chain#141)

    Npm Pkg for app contract addresses
    andresaiello authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dd13770 View commit details
    Browse the repository at this point in the history
  2. feat: npm pkg app contract addresses (zeta-chain#142)

    * Npm Pkg for app contract addresses
    
    * update publish to yarn 3
    andresaiello authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    66e4465 View commit details
    Browse the repository at this point in the history
  3. feat: npm pkg app contract addresses 2 (zeta-chain#143)

    * feat: npm pkg app contract addresses
    
    * select files
    andresaiello authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    95c5ec9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 28, 2024

  1. feat: Add events to disperse (zeta-chain#146)

    * feat: Add events to disperse
    
    * rename
    
    * deploy
    
    * add from to event
    andresaiello authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d7f76a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat: implement feature to disable invitation (zeta-chain#148)

    * feat: implement feature to disable invitation
    
    * audit recommendation
    
    * add expiration
    
    * typo
    
    * update addresses
    
    * add pk
    andresaiello authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f79723b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. feat: update zetachain multichainvalue (zeta-chain#150)

    * Initial commit
    
    * update network pkg and imports
    
    * update deploy script
    
    * remove unused
    
    * update to @zetachain/networks 4.0.0
    
    * update test
    
    * fix sendZeta
    
    * add gas limit
    
    * remove old deployments
    
    * update addresses
    
    * Update packages/zeta-app-contracts/contracts/multi-chain-value/MultiChainValue.sol
    
    Co-authored-by: Lucas <[email protected]>
    
    * Update packages/zeta-app-contracts/contracts/multi-chain-value/MultiChainValue.sol
    
    Co-authored-by: Lucas <[email protected]>
    
    ---------
    
    Co-authored-by: Lucas <[email protected]>
    andresaiello and lucas-janon authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    45930f0 View commit details
    Browse the repository at this point in the history