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

chore(release): EtomicSwap 1.1.0 #3

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

chore(release): EtomicSwap 1.1.0 #3

wants to merge 4 commits into from

Commits on Jan 22, 2024

  1. feat(nft): update deps and solc version, add ERC721 and ERC1155 suppo…

    …rt (#2)
    
    This commit does the following:
    * updates deps
    * updates solidity version from ^0.5.0 to ^0.8.20
    * implements ERC721 functions for EtomicSwap contract
    * adds ERC721 tests
    * implements ERC1155 functions for EtomicSwap contract
    * adds ERC1155 tests
    laruh authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3242f0c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. chore(tests): hardhat migration from truffle and ganache (#5)

    #4
    
    * add hardhat config, update deps and some tests, remove unnecessary files
    
    * remove `connect(accounts)`, use `should.be` instead of `expect().to.be`
    
    * remove `request`, `equest-promise-native`, `sol-merger` deps
    
    * update setup dev commands
    
    * use `connect` method instead of `from:address` as we use ethers V6
    
    * update tests
    
    * Beautify js code
    
    * update readme and travis
    
    * update readme (fix docker command), remove env
    
    * call connect() when transfer NFTs
    
    * use `rejectedWith` with a more specific error
    
    * reduce duplication by contractRunner vars creation
    
    * remove rpc.Dockerfile, update workspace.Dockerfile and hardhat.config
    
    * use `to.be.rejectedWith` to match error message
    
    * error messages in EtomicSwap.sol, format code
    
    * update constants in tests
    
    * split require statements
    laruh authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e17e6dc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat(trading-proto-upgrade): PoC (#6)

    This Implements EtomicSwapV2 contract containing functions needed to support Trading Protocol Upgrade V2.
    artemii235 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    124445a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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