-
Notifications
You must be signed in to change notification settings - Fork 240
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
Release Notes 2.6 #1001
Closed
Release Notes 2.6 #1001
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Robel Getnet Geremew <[email protected]>
- Duplicate Packages Samples - Publish DLL Dependencies
* Revert "automated duplicating imported samples modifications (#595)" This reverts commit a555894. * made main package testable, revert due to a mistake * Sign verify and WebGL login logout issue fixed for metamask --------- Co-authored-by: robGG1997 <[email protected]>
- Duplicate Packages Samples - Publish DLL Dependencies
- Duplicate Packages Samples - Publish DLL Dependencies
- Duplicate Packages Samples - Publish DLL Dependencies
- Duplicate Packages Samples - Publish DLL Dependencies
* working remember me * new HyperPlay package with samples * Cleanup and Added documentation * removed erroneous using statement in Web3Builder * dependency updated to 2.6 * checkpoint * countly issue fix * added duplicate_samples text file
* Marketplace package Marketplace package * Compilation conditionals added to sample scripts Compilation conditionals added to sample scripts * Cleanup Cleanup * Almost there Almost there * Update DisableGameObjectIfServiceNotActive.cs * assembly defs assembly defs * Package json Package json * testing testing * Update io.chainsafe.web3-unity.marketplace.runtime.asmdef * Defines via asmdef Defines via asmdef * Adding MARKETPLACE_AVAILABLE "on demand" * Adding csc.rsp file because for our project in general should be gucci. * Login fix Login fix * Update SampleMain.unity * Update SampleMain.unity * Update CscImporter.cs * Update CscImporter.cs * Fixes Fixes * Remove debug * Fixes Fixes * Fixes * Fix Fix * Update package.json * Fix for csc.rsp * Meta file changed? * Celanup * Moving IPFS back to samples Moving IPFS back to samples & fixing package duplicates. * Update .gitignore * Update .gitignore * samples samples * Update .gitignore * Update Update * Fixes Fixes * Remove deadfiles Remove deadfiles --------- Co-authored-by: Nikola Garabandic <[email protected]>
- Duplicate Packages Samples - Publish DLL Dependencies
Update README.md
- Duplicate Packages Samples - Publish DLL Dependencies
Fixes & cleanup Removed some directives as they weren't being used. Fixed marketplace/ipfs button calls as they had become unassigned during the build process.
* Increased all package versions * lock json updated
- Duplicate Packages Samples - Publish DLL Dependencies
- Duplicate Packages Samples - Publish DLL Dependencies
- Duplicate Packages Samples - Publish DLL Dependencies
Readme code example updated Co-authored-by: = <=>
- Duplicate Packages Samples - Publish DLL Dependencies
* fix for main thread issue * circular dependency fix by moving IMainThreadRunner to ChainSafe.Gaming * referenced IMainThreadRunner in Web3AuthWallet * client now initialized * Reverting back to rpcclient --------- Co-authored-by: Nikola Garabandic <[email protected]>
auto-assign
bot
requested review from
juans-chainsafe,
oleksandrchainsafe,
rob1997 and
sneakzttv
June 3, 2024 18:43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
await ISigner.GetAddress()
is changed to synchronousISigner.PublicAddress
.web3.ErcXX.*
.CallSingle<TOut, TIn1, …, TInX>
,CallMany<…>
,SendVoid<…>
,SendSingle<…>
&SendMany<…>
extension methods to invoke smart contract methods.Known Issues