这是indexloc提供的服务,不要输入任何密码
Skip to content
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: ChainSafe/web3.unity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: ChainSafe/web3.unity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 20 commits
  • 47 files changed
  • 6 contributors

Commits on Jan 21, 2022

  1. Add CallContract (and helper methods) for calling contracts via Metam…

    …ask (alternative to EVM.Call)
    blevinstein committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    a06acff View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

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

Commits on May 5, 2022

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

Commits on Aug 10, 2022

  1. CreateApproval WebGL/WebWallet and Models / Create Approve Model / Up…

    …dated ERC Balance examples as it xdai has been removed.
    KBryan committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f402b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48326c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Merge pull request #141 from nathanduft44/patch-1

    Added Telos chain ID in WebTemplates/network.js
    KBryan authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2ea6af6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Merge pull request #79 from blevinstein/main

    Add CallContract (and helper methods) for calling contracts via Metamask
    KBryan authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    0e6714a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Updated URI class method

    Modified class method to handle tokenId hex returned from minted assets in marketplace.
    KBryan committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    c81df3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #231 from ChainSafe/721_1155_HEX_tokenId

    Updated URI class method
    sneakzttv authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    e22aba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a019f90 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #232 from ChainSafe/721_1155_HEX_tokenId

    Updated ImportNFTTextureExample to work with ChainSafe MarketPlace
    sneakzttv authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    bf8edc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Update Web3PrivateKey.cs

    sneakzttv committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d4d0c2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #235 from ChainSafe/ava-bug

    Update Web3PrivateKey.cs
    KBryan authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3859494 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. web3privatekey updates

    Arbitrum mainnet and testnet added to private key sign parity v.
    sneakzttv committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e2715a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Depreciated Chains Removed

    Removed ropsten and rinkeby, defaulted prefabs to goerli.
    sneakzttv committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0bd1d4d View commit details
    Browse the repository at this point in the history
  2. Shimmer Mainnet and testnet

    Shimmer Mainnet and testnet added to private key sign parity v
    sneakzttv committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    cabe153 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Updated CreateTransaction to support manually providing nonce

    This is an optional parameter provided by the API with the ability to provide a nonce if needed.
    KBryan committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9c52c6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from ChainSafe/update_nonce

    Updated CreateTransaction to support manually providing nonce
    KBryan authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    cc3d288 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. 1.6.0 (#259)

    * v 1.6.0 update
    
    This build requires NewtonSoft 13.0.0 and Unity 2021.3.12f
    
    * add SDKConfiguration.dll
    
    * Added Unity Editor define
    
    * Update Server Settings / Update dll.prefab
    
    Updated ServerSettins.cs to point to Game Registration Dashboard
    Updated dll.prefab to use  ServerCheck script
    
    * dll update
    
    dll update
    
    * dll updated
    
    dll was set to req staging, updated to prod
    
    Co-authored-by: Juan Manuel Spoleti <104365141+juans-chainsafe@users.noreply.github.com>
    Co-authored-by: sneakzttv <57473220+sneakzttv@users.noreply.github.com>
    3 people authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bfd1d91 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. update to gameregistration.cs

    added a more descriptive explanation of where to enter project id
    sneakzttv authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6cfa3b4 View commit details
    Browse the repository at this point in the history
Loading