Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Consensys/infura-sdk Loading
base: v2.0.3
Choose a base ref
...
head repository: Consensys/infura-sdk Loading
compare: v2.1.3
Choose a head ref
  • 2 commits
  • 45 files changed
  • 5 contributors

Commits on Dec 16, 2022

  1. release 2.0.3 (#128)

    * fix: fix logger (#125)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * chore: release 2.0.3
    
    * fix: throw error for infura provider (#126)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * chore: release 2.0.3 changelog
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    salimtb and salimtb committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d90c013 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. release v2.1.3 (#142)

    * fix: fix logger (#125)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * chore: release 2.0.3
    
    * fix: throw error for infura provider (#126)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * chore: release 2.0.3 changelog
    
    * chore: added changed to accept value metadata either a number or a string
    
    * chore: audit fix
    
    * chore: check  NFT_API_URL to run either on staging or prod
    
    * chore: fixed package-lock.json file
    
    * chore: skip constant file from sonarqube
    
    * chore: added pagination to getNfts and getNfsForCollection and tests
    
    * chore: fixed typo
    
    * chore: fixed tests
    
    * fix test
    
    * fix audit
    
    * fix dependencies
    
    * chore: test
    
    * testing
    
    * feat: NFTSDK-399 added transfer by block
    
    * chore: updated package.json to fix audit issue
    
    * chore: removed console.log
    
    * chore: fix param
    
    * chore: fix
    
    * Api abstraction (#130)
    
    * feat(sdk): create api abstraction + cleanup
    
    * fix(sdk): rebase
    
    * fix: update readme
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * feat: added getNftTransfersByWallet functionality to sdk + unit tests + integration tests + e2e tests
    
    * feat: added sepolia network
    
    * fix: revert package.json
    
    * feat: added integration test
    
    * chore: fixed comments
    
    * feat: NFTSDK-400 get transfers by block hash
    
    * rebase
    
    * fix arg name
    
    * fix
    
    * update integ tests
    
    * update e2e tests
    
    * chore: added support for all networks
    
    * chore: fixed typo
    
    * chore: added tests for not supported chains
    
    * feat(NFTSDK-398): gget transfer from block to block (#136)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * fix: NFTSDK-411 add api msg to error
    
    * fix unit test
    
    * fix integ tests
    
    * fix unit test
    
    * fix integ tests
    
    * chore: switch e2e to Mumbai
    
    * chore: added mumbai rpc url
    
    * chore: fix
    
    * chore: added retry
    
    * chore: fix integration tests
    
    * chore: added new function get transfers by contrat and token id
    
    * chore: increased timeout
    
    * chore: change tokenId to string
    
    * chore: added NFT_API_URL in order to run integration tests agains staging
    
    * chore: added retry to flaky test because of ganache connection
    
    * feat(sdk): update readme (#141)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * feat: generate changelog
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    Co-authored-by: Javier <javier.vera@consensys.net>
    Co-authored-by: javiergarciavera <76975121+javiergarciavera@users.noreply.github.com>
    Co-authored-by: sahar-fehri <sahar.fehri@consensys.net>
    5 people committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    030c9ca View commit details
    Browse the repository at this point in the history
Loading