这是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: v2.0.1
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: v2.0.2
Choose a head ref
  • 3 commits
  • 983 files changed
  • 2 contributors

Commits on Feb 21, 2023

  1. Ethers core (#335)

    * Adding ethers core .dll
    
    Move all RPC functionality into separate project and converted to .dll
    
    * sdk_core_ethers dll
    
    * Adding ABI and ETH_METHOD classes
    
    global access to common ERC standard and Ethereum function calls
    
    * Added Web3JS Bridge / Modified 20/721/1155
    
    * updated core .dll
    
    * update to core ethers
    
    * clean dll director
    
    * List Item update
    
    We now need to call uri.Replace("ipfs://", "https://ipfs.chainsafe.io/ipfs/"); instead of  "https://ipfs.io/ipfs/"
    
    * Update ListNFTWebWallet.cs
    
    * Removed old List WebWallet
    
    * Updated ListNFTWebWallet.cs
    
    * Update ListNftWebWallet.cs
    
    * Update ListNftWebWallet.cs
    
    * Removed Billing info and Sample Scene.
    KBryan authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    00dd660 View commit details
    Browse the repository at this point in the history
  2. Package creation fix (#338)

    Package creation fix
    sneakzttv authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7e7155a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Adding ABI and ETH_METHOD helper (#339)

    * Adding ABI and ETH_METHOD helper
    
    * allerc start fix
    
    allerc start fix
    
    * Update AllErc721.cs
    
    ---------
    
    Co-authored-by: sneakzttv <57473220+sneakzttv@users.noreply.github.com>
    KBryan and sneakzttv authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    165b090 View commit details
    Browse the repository at this point in the history
Loading