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: v1.1.0
Choose a base ref
...
head repository: Consensys/infura-sdk Loading
compare: v1.1.1
Choose a head ref
  • 4 commits
  • 72 files changed
  • 11 contributors

Commits on Sep 26, 2022

  1. feat: read version from package.json (#78)

    * feat: read version from package.json
    
    * Error logger ERC721Mintable updates (#77)
    
    * feat(PTP-555-2): Updated ERC721 Mintable with Error logger. Constants file added.
    
    * Tests updated with error logger.
    
    * feat: Updated role names.
    
    Co-authored-by: Daniel Pavelic <104576345+danielpavelicconsensys@users.noreply.github.com>
    KovacZan and danielpavelicconsensys committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ce9387d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. release the sdk (#108)

    * feat: changelog v1.1.0 (#86)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * ERC721UserMintable -> Template 2 (#81)
    
    * feat(sdk): add erc721usermintable contract
    
    * feat(sdk): add more integration tests
    
    * feat(sdk): update tests erc721usermintable
    
    * feat(sdk): hide parsing from user
    
    * feat: update github actions
    
    * feat: improved release workflow
    
    * feat: release workflow
    
    * doc: reference
    
    * feat: improve release automation - scripts
    
    * fix: workflow
    
    * feat(PTP-953): generate change log
    
    * feat(PTP-953): add commit-msg rule
    
    * feat(953): fix the merge to dev
    
    * feat(sdk
    ): update error messages new template
    
    * PTP-838 Support Polygon (#72)
    
    * feat(sdk): add gas estimations
    
    * feat(sdk): add set contract uri
    
    * feat(sdk): support polygon and binance
    
    * feat(sdk): better handle binance rpc
    
    * feat(sdk): correct
    
    * feat(sdk): do not remove rinkeby and ropsten
    
    * feat(sdk): update test
    
    * feat(sdk): rework url
    
    * feat(sdk): npm audit fix
    
    * feat(sdk): update packages
    
    * feat(sdk): move gas price to sdk
    
    * feat(sdk): add mumbai support and gas
    
    * feat(sdk): add test for gas
    
    * feat(sdk): add extra test and sonar cloud fixes
    
    * feat(sdk): use error handler
    
    * feat(sdk): visibility
    
    * feat(sdk): add gas
    
    * feat(sdk): add msg
    
    * feat(sdk): rename integration test file
    
    * feat(sdk): add access control
    
    * feat(sdk): fix jsdocs
    
    * feat(sdk): update test
    
    * feat(sdk): update bytecode order for gas savings
    
    Co-authored-by: johann bich <johannbich@gmail.com>
    Co-authored-by: Toubal Salim <salim.toubal@consensys.net>
    Co-authored-by: salimtb <salim.toubal@outlook.com>
    
    * Update availableChains.js
    
    * Update availableChains.js
    
    * feat(sdk): remove unsupported testnets (#90)
    
    * PTP-1283 DRY Code (#89)
    
    * feat(sdk): add erc721usermintable contract
    
    * feat(sdk): add more integration tests
    
    * feat(sdk): update tests erc721usermintable
    
    * feat(sdk): hide parsing from user
    
    * feat: update github actions
    
    * feat: improved release workflow
    
    * feat: release workflow
    
    * doc: reference
    
    * feat: improve release automation - scripts
    
    * fix: workflow
    
    * feat(PTP-953): generate change log
    
    * feat(PTP-953): add commit-msg rule
    
    * feat(953): fix the merge to dev
    
    * feat(sdk
    ): update error messages new template
    
    * PTP-838 Support Polygon (#72)
    
    * feat(sdk): add gas estimations
    
    * feat(sdk): add set contract uri
    
    * feat(sdk): support polygon and binance
    
    * feat(sdk): better handle binance rpc
    
    * feat(sdk): correct
    
    * feat(sdk): do not remove rinkeby and ropsten
    
    * feat(sdk): update test
    
    * feat(sdk): rework url
    
    * feat(sdk): npm audit fix
    
    * feat(sdk): update packages
    
    * feat(sdk): move gas price to sdk
    
    * feat(sdk): add mumbai support and gas
    
    * feat(sdk): add test for gas
    
    * feat(sdk): add extra test and sonar cloud fixes
    
    * feat(sdk): use error handler
    
    * feat(sdk): visibility
    
    * feat(sdk): add gas
    
    * feat(sdk): add msg
    
    * feat(sdk): rename integration test file
    
    * feat(sdk): add access control
    
    * feat(sdk): fix jsdocs
    
    * feat(sdk): update test
    
    * feat(sdk): update bytecode order for gas savings
    
    * feat(sdk): update tests
    
    * feat(sdk): cleanup comments and differences
    
    Co-authored-by: johann bich <johannbich@gmail.com>
    Co-authored-by: Toubal Salim <salim.toubal@consensys.net>
    Co-authored-by: salimtb <salim.toubal@outlook.com>
    
    * Feat/metadata (#91)
    
    * feat(PTP-1015): service IPFS + refactor import
    * feat(PTP-1015): new Metadata class
    * feat(PTP-1015): storeNftMetadata method in Metadata class
    * feat(PTP-1015): storeCollectionMetadata & private method parseInput
    * feat(PTP-1015): fixing tes†
    * feat(PTP-1015): fixing test
    * refactor(package.json): removing useless dep
    * test(metadata.js): first unit tests
    * test(metadata.js): happy path unit test
    * test(metadata.js): storeNftMetadata function tests
    * test(metadata.js): all unit tests
    * chore(usage.ipfs.js): new usage file for IPFS
    * test(metadata.js): all integration tests
    * chore(usage.ipfs.js): update for PTP-1210
    * chore(metadata.js): update for PTP-1013
    * refactor(metadata): refactor Metadata / add tests
    * refactor(sonar-project): exclude usage.* files
    * chore(.env.template): update env vars with IPFS info
    * fix(PR-91): ipfsUrl settings removed / refactor Metadata.js / add errorLogger
    * fix(test): fixing components tests
    * chore(usage.ipfs.js): update usage file
    
    * PTP-1351 Add SetContractURI (#92)
    
    * feat(sdk): add erc721usermintable contract
    
    * feat(sdk): add more integration tests
    
    * feat(sdk): update tests erc721usermintable
    
    * feat(sdk): hide parsing from user
    
    * feat: update github actions
    
    * feat: improved release workflow
    
    * feat: release workflow
    
    * doc: reference
    
    * feat: improve release automation - scripts
    
    * fix: workflow
    
    * feat(PTP-953): generate change log
    
    * feat(PTP-953): add commit-msg rule
    
    * feat(953): fix the merge to dev
    
    * feat(sdk
    ): update error messages new template
    
    * PTP-838 Support Polygon (#72)
    
    * feat(sdk): add gas estimations
    
    * feat(sdk): add set contract uri
    
    * feat(sdk): support polygon and binance
    
    * feat(sdk): better handle binance rpc
    
    * feat(sdk): correct
    
    * feat(sdk): do not remove rinkeby and ropsten
    
    * feat(sdk): update test
    
    * feat(sdk): rework url
    
    * feat(sdk): npm audit fix
    
    * feat(sdk): update packages
    
    * feat(sdk): move gas price to sdk
    
    * feat(sdk): add mumbai support and gas
    
    * feat(sdk): add test for gas
    
    * feat(sdk): add extra test and sonar cloud fixes
    
    * feat(sdk): use error handler
    
    * feat(sdk): visibility
    
    * feat(sdk): add gas
    
    * feat(sdk): add msg
    
    * feat(sdk): rename integration test file
    
    * feat(sdk): add access control
    
    * feat(sdk): fix jsdocs
    
    * feat(sdk): update test
    
    * feat(sdk): update bytecode order for gas savings
    
    * feat(sdk): update tests
    
    * feat(sdk): cleanup comments and differences
    
    * feat(sdk): add missing contract uri data
    
    * feat(sdk): update abi
    
    Co-authored-by: johann bich <johannbich@gmail.com>
    Co-authored-by: Toubal Salim <salim.toubal@consensys.net>
    Co-authored-by: salimtb <salim.toubal@outlook.com>
    
    * fix(PTP-1402): btoa deprecation (#95)
    
    * fix(PTP-1428): import path & object manipulation fixed (#96)
    
    * fix(PTP-1428): import path & object manipulation fixed
    
    * fix: __dirname and comment duplicate metadata
    
    Co-authored-by: Mael Regnery <mael@mqli.fr>
    
    * feat(PTP-1469): metadata class (#98)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * feat(PTP-1472): sdk store + ipfs auth
    
    * PTP-1352 ERC1155 SDK Implementation (#97)
    
    * feat(sdk): tests
    
    * feat(sdk): tests
    
    * feat(sdk): more tests
    
    * feat(sdk): fix test
    
    * feat(sdk): add gas info
    
    * feat(PTP-1472): sdk store + ipfs auth
    
    * chore: added some tests
    
    * PTP-1352 Add missing factory  (#101)
    
    * feat(sdk): tests
    
    * feat(sdk): tests
    
    * feat(sdk): more tests
    
    * feat(sdk): fix test
    
    * feat(sdk): add gas info
    
    * feat(sdk): add to factory
    
    * feat(sdk): fix
    
    * chore: added e2e tests
    
    * chore: removed
    
    * chore: add test for ERC1155 template
    
    * PTP-1549 ERC1155 Update ABI (#102)
    
    * feat(sdk): tests
    
    * feat(sdk): tests
    
    * feat(sdk): more tests
    
    * feat(sdk): fix test
    
    * feat(sdk): add gas info
    
    * feat(sdk): add to factory
    
    * feat(sdk): fix
    
    * feat(sdk): update abi
    
    * chore: tests added for ipfs
    
    * feat(PTP-1472): sdk store + ipfs auth (#100)
    
    * feat(PTP-1472): sdk store + ipfs auth
    
    * feat: fix api error handling
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * chore: added tests for ERC1155
    
    * chore: rebase
    
    * chore: reverted .env file
    
    * chore: removed e2e.ipfs.js file
    
    * chore: added some more tests
    
    * chore: testing workflow
    
    * chore: removed token hardcoded
    
    * chore: changed script for reducing workers
    
    * chore: run
    
    * chore: hardcoded chainId to be Goerli
    
    * chore: testing
    
    * chore: added some changes
    
    * chore: added logs
    
    * chore: rebase
    
    * chore: added ERC1155 and ERC712 tests
    
    * chore: changed package.json script for running e2e
    
    * chore: testing only few test cases
    
    * chore: removed node 16 version to see if works for version 18
    
    * chore: updated package-lock.json
    
    * chore: fun all tests
    
    * chore: changed workflow strategy
    
    * chore: changed yml
    
    * chore: added new workflow for unit tests and removed useless console.log
    
    * chore: added environment variables
    
    * chore: splitted workflows
    
    * chore: added unit, integration and e2e tests
    
    * chore: refactor
    
    * chore: rebase
    
    * refactor: jest config (#104)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * chore: refactor done
    
    * chore: added html report to gitignore
    
    * chore: added html report to gitignore
    
    * chore: added env vars to script
    
    * chore: typo
    
    * chore: cleaning up code
    
    * chore: fixed
    
    * feat: metadata store for erc1155 (#105)
    
    * feat: metadata store for erc1155
    
    * fix: metadata
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * chore: as
    
    * chore: remove unused files
    
    * chore: remove duplicated workflow
    
    * chore: added configuration to run e2e manually
    
    * chore: fix
    
    * chore: run e2e only for one node version to avoid race condition
    
    * chore: added missing env variables for IPFS
    
    * chore: all tests working
    
    * chore: unskip test
    
    * chore: added log
    
    * chore: remove typo
    
    * chore: test
    
    * chore: test
    
    * chore: debugging
    
    * refactor: clean unit tests
    
    * chore: debug
    
    * chore: added console.log to see more information if a test fails
    
    * fix: integration tests (#106)
    
    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    
    * chore: rebase
    
    * chore: testing and debugging
    
    * chore: test
    
    * chore: fix
    
    * chore: added logs for testing
    
    * chore: renamed integration ipfs test
    
    * chore: skipped some tests
    
    * chore: skipped some tests
    
    * chore: fix lint
    
    * chore: fix metadata error until it gets deployed into prod
    
    * chore: added longer wait
    
    * chore: added longer wait
    
    * chore: added some e2e back as they were skipped until API was released
    
    * chore: skipped ipfs test
    
    * chore: remove console.log
    
    * chore: skip sonar for e2e folder
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Fermin 'Piscu' Carranza <fermin.carranza@formstack.com>
    Co-authored-by: johann bich <johannbich@gmail.com>
    Co-authored-by: Toubal Salim <salim.toubal@consensys.net>
    Co-authored-by: Daniel Pavelic <104576345+danielpavelicconsensys@users.noreply.github.com>
    Co-authored-by: GuillaumeVerneret <113623181+GuillaumeVerneret@users.noreply.github.com>
    Co-authored-by: Mael Regnery <mael@mqli.fr>
    Co-authored-by: Javier <javier.vera@consensys.net>
    Co-authored-by: javiergarciavera <76975121+javiergarciavera@users.noreply.github.com>
    10 people committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f5e5560 View commit details
    Browse the repository at this point in the history
  2. fix: release package version (#114)

    Co-authored-by: Salim Toubal <salim.toubal@consensys.net>
    salimtb and salimtb committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    710aa2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26e27f View commit details
    Browse the repository at this point in the history
Loading