Skip to content

Commit bfd902a

Browse files
committed
Update Change and README
1 parent 669aafc commit bfd902a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Change Log
2+
# 1.0.7 (2022-02-18)
3+
- Issue #57 - WalletConnect.AppData not automatically set
4+
- Issue #59 - Web3Api.Native.GetContractEvents - invalid parameter
5+
- Issue #61 - Speedynode Should not be used in Client
6+
7+
# 1.0.6 (2022-02-14)
8+
- Critical auth bug.
9+
- Issue #49 - Cannot set public access in ACL
10+
11+
## 1.0.5 (2022-02-11)
12+
- Issue #43 - Authentication - retrieve and add server time to authentication message.
13+
214
## 1.0.4 (2022-02-08)
315
- Issue #19 - Moralis User and Moralis Object both have a session token property
416
- Issue #23 - Moralis Web3Api (non WebGl) API Clients are not Asynchronous.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# `ethereum-unity-boilerplate`
22

3+
*IMPORTANT, USE OF SPEEDY NODE IS NO LONGER REQUIRED*
4+
35
> Unity components and hooks for fast building of web3 games. With this SDK you can build web3 games for mobile, desktop, Xbox, Playstation and other platforms.
46
This boilerplate allows you to authenticate users using crypto wallets on any platform.
57

@@ -36,7 +38,7 @@ If you need help with setting up the boilerplate or have other questions - don't
3638
- In the "Hierachy" panel under DemoScene select "MoralisSetup".
3739
- In the "Inspector" section find the sub-section titled "MoralisController".
3840
- If the "MoralisController" sub-section is not expanded, expand it.
39-
- Using the information from your Moralis Server, fill in Application Id, Server URL, and Speedy node Url (make sure this is for POLYGON MUMBAI for the demo to work properly).
41+
- Using the information from your Moralis Server, fill in Application Id, and Server URL.
4042
![insertvalues](https://github.com/ethereum-boilerplate/ethereum-unity-boilerplate/blob/main/gifs/insertvalues.gif)
4143
- **NOTE** If, after importing but before running the package, you see an error that describes something as "unsafe", it is probably due to a block of code in Nethereum SCrypt.cs. Open Build Settings then Player Settings
4244
![unsafe](https://github.com/ethereum-boilerplate/ethereum-unity-boilerplate/blob/main/gifs/unsafe.gif)

0 commit comments

Comments
 (0)