-
Notifications
You must be signed in to change notification settings - Fork 243
Libc DLL missing fix [MERGE AFTER #786] #798
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
Conversation
This reverts commit a555894.
…ainSafe/web3.unity into rob/meta-mask-integration-517
…ainSafe/web3.unity into rob/meta-mask-integration-517
…ainSafe/web3.unity into rob/meta-mask-integration-517
kantagara
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! samples that were not working before (getNonce, Mint or Transfer) are working now.
Just sometimes I only get this output: {“jsonrpc”:“2.0",“id”:1,“result”:“0xaa36a7”} and not the successful log.
Here is my address https://sepolia.etherscan.io/address/0x3043048e083b16db76f8875e20f774455cdd66c6
* Revert "automated duplicating imported samples modifications (#595)" This reverts commit a555894. * added WebGL threading patcher from - https://github.com/VolodymyrBS/WebGLThreadingPatcher.git * working demo and build * Revert "working demo and build" This reverts commit 06cb9d9. * first MetaMask iteration * Auto-duplicate Packages Samples * added new custom dlls for Neth.MetaMask * typo and compile error fixes * Published Solution Dependencies to Package Libraries as DLLs * sign message and sign typed data implemented and working, send transaction implemented not fully working * fixed send Transaction issue * simultaneous requests supported and fixed send transaction issue * refactor and documentation * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * set exception if connection fails * added required line in index.html in WebGL template * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * libc Dll not found exception fixed * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * made requested changes * Published Solution Dependencies to Package Libraries as DLLs * more requested changes * merged wallet connect extension methods * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * removed redundant/empty implementations of IlifeCycleParticipant * added import statement * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * added platform dependent compilation to avoid build errors * limited metamask libs to WebGL so it can build to other platforms * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * revert from merge * Published Solution Dependencies to Package Libraries as DLLs --------- Co-authored-by: robGG1997 <robGG1997@users.noreply.github.com>
* Revert "automated duplicating imported samples modifications (ChainSafe#595)" This reverts commit a555894. * added WebGL threading patcher from - https://github.com/VolodymyrBS/WebGLThreadingPatcher.git * working demo and build * Revert "working demo and build" This reverts commit 06cb9d9. * first MetaMask iteration * Auto-duplicate Packages Samples * added new custom dlls for Neth.MetaMask * typo and compile error fixes * Published Solution Dependencies to Package Libraries as DLLs * sign message and sign typed data implemented and working, send transaction implemented not fully working * fixed send Transaction issue * simultaneous requests supported and fixed send transaction issue * refactor and documentation * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * set exception if connection fails * added required line in index.html in WebGL template * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * libc Dll not found exception fixed * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * made requested changes * Published Solution Dependencies to Package Libraries as DLLs * more requested changes * merged wallet connect extension methods * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * removed redundant/empty implementations of IlifeCycleParticipant * added import statement * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * added platform dependent compilation to avoid build errors * limited metamask libs to WebGL so it can build to other platforms * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs * revert from merge * Published Solution Dependencies to Package Libraries as DLLs --------- Co-authored-by: robGG1997 <robGG1997@users.noreply.github.com>
closes #730