Skip to content

WCv2 + Paper + DLLs upgrade + Warning Fixes/Cleanup + WebGL upgrade #79

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

Merged
merged 38 commits into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5b02e7f
WCv2 raw nuget
0xFirekeeper Jun 20, 2023
f7d29dd
WebGL
0xFirekeeper Jun 20, 2023
84b23bc
dappMetadata defaults
0xFirekeeper Jun 20, 2023
e1ceb39
Merge branch 'main' into firekeeper/wcv2
0xFirekeeper Jun 21, 2023
1845ff0
.
0xFirekeeper Jun 21, 2023
b3288c4
Update Deployer.cs
0xFirekeeper Jun 21, 2023
fda3f85
Fix all warnings/ipfs storage result tostring override
0xFirekeeper Jun 21, 2023
0cbc9f4
Paper integration // Nethereum upgrade // client id
0xFirekeeper Jun 21, 2023
63e9a44
warn-
0xFirekeeper Jun 21, 2023
fff599e
always pass rpc
0xFirekeeper Jun 21, 2023
9f6378b
show recovery if new device as well + bridge update
0xFirekeeper Jun 21, 2023
92df2b1
Remember ThirdwebManager state
0xFirekeeper Jun 21, 2023
7e0f03b
Move zxing out
0xFirekeeper Jun 22, 2023
1d89331
Update EIP712.cs
0xFirekeeper Jun 22, 2023
bdbf9fb
Metamask SDK upgrade / Simple custom UI
0xFirekeeper Jun 22, 2023
431c31b
.
0xFirekeeper Jun 23, 2023
153acbc
common unity aot
0xFirekeeper Jun 23, 2023
b3447b2
ver
0xFirekeeper Jun 23, 2023
0cf7951
user portable BC / reintegrate WC
0xFirekeeper Jun 24, 2023
a6e1eb4
initialize mm on start + include framework meta + up unity ver
0xFirekeeper Jun 24, 2023
fc732c2
update condition to show recovery code
0xFirekeeper Jun 26, 2023
c90ee3f
-mm webgl template
0xFirekeeper Jun 26, 2023
24740f7
-samples -installer
0xFirekeeper Jun 26, 2023
62fec80
resolver
0xFirekeeper Jun 26, 2023
9d8d2d5
ver
0xFirekeeper Jun 26, 2023
5e425ca
namespace / wcv2 reimport / temp csc.rsp
0xFirekeeper Jun 26, 2023
2d84240
.
0xFirekeeper Jun 26, 2023
7ba7b41
return client, create web3
0xFirekeeper Jun 27, 2023
c47c4ce
wcv2 webgl stable
0xFirekeeper Jun 27, 2023
0a3da22
import wcv2 demo // fix appicons
0xFirekeeper Jun 27, 2023
4b60237
defaultChains
0xFirekeeper Jun 28, 2023
c6a4252
sw defaults twmanager
0xFirekeeper Jun 28, 2023
4d483d6
sdk docs
0xFirekeeper Jun 28, 2023
f3aa18a
Cancel fns
0xFirekeeper Jun 28, 2023
12929f6
email panel icon based on provider
0xFirekeeper Jun 28, 2023
e2f4f81
remove wc native // use reactive and bouncy from mm
0xFirekeeper Jun 28, 2023
09c937f
remove csc system.web
0xFirekeeper Jun 28, 2023
368962f
Merge branch 'main' into firekeeper/wcv2
0xFirekeeper Jun 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public class DelegateBySigFunctionBase : FunctionMessage
public virtual string Delegatee { get; set; }

[Parameter("uint256", "nonce", 2)]
public virtual BigInteger Nonce { get; set; }
public new virtual BigInteger Nonce { get; set; }

[Parameter("uint256", "expiry", 3)]
public virtual BigInteger Expiry { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class DelegateBySigFunctionBase : FunctionMessage
public virtual string Delegatee { get; set; }

[Parameter("uint256", "nonce", 2)]
public virtual BigInteger Nonce { get; set; }
public new virtual BigInteger Nonce { get; set; }

[Parameter("uint256", "expiry", 3)]
public virtual BigInteger Expiry { get; set; }
Expand Down
20 changes: 14 additions & 6 deletions Assets/Thirdweb/Core/Prefabs/ThirdwebManager.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,25 @@ MonoBehaviour:
- identifier: binance-testnet
chainId: 97
rpcOverride:
appName: Thirdweb Game
appDescription: Thirdweb Game Demo
appName:
appDescription:
appIcons:
- https://thirdweb.com/favicon.ico
appUrl: https://thirdweb.com
-
appUrl:
storageIpfsGatewayUrl: https://gateway.ipfscdn.io/ipfs/
relayerUrl:
forwarderAddress:
forwarderDomainOverride:
forwaderVersionOverride:
magicLinkApiKey:
WalletConnectPrefab: {fileID: 3202619366221042887, guid: aed198bf91a75b94db61c4f472ea1579, type: 3}
MagicAuthPrefab: {fileID: 8849381089353801716, guid: 7ae6b24134cff80428397745fe5ade7b, type: 3}
walletConnectProjectId:
paperClientId:
factoryAddress:
thirdwebApiKey:
gasless: 0
bundlerUrl:
paymasterUrl:
entryPointAddress:
WalletConnectPrefab: {fileID: 3202619366221042887, guid: c8c0099339b6ef54f87b1f049c5eb74f, type: 3}
MetamaskPrefab: {fileID: 3503421935870801903, guid: f09c6d17b08bed346bec9906a7f17092, type: 3}
PaperPrefab: {fileID: 3202619366221042887, guid: e7531d4af8ba7a246bfd6b63c9a1e2a3, type: 3}
Loading