Skip to content
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

Package built-in dependencies fix #925

Merged
merged 5 commits into from
Apr 29, 2024
Merged

Conversation

oleksandrchainsafe
Copy link
Contributor

@oleksandrchainsafe oleksandrchainsafe commented Apr 23, 2024

@juans-chainsafe Please check the SDK integration flow into a new project. Use Git URL to import the package as described in the Getting Started page. There should be no compile errors in the console.

Error example:
Library\PackageCache\io.chainsafe.web3-unity@6519654050\Runtime\Common\Scripts\ILoginProvider.cs(7,24): error CS0234: The type or namespace name 'Marketplace' does not exist in the namespace 'ChainSafe.Gaming' (are you missing an assembly reference?)

Important note: Run publish-to-unity-package.sh script first.

kantagara
kantagara previously approved these changes Apr 23, 2024
@rob1997
Copy link
Collaborator

rob1997 commented Apr 23, 2024

This should target dev or it won't trigger the auto commit

@rob1997 rob1997 changed the base branch from main to dev April 23, 2024 16:17
@rob1997 rob1997 dismissed kantagara’s stale review April 23, 2024 16:17

The base branch was changed.

@rob1997 rob1997 added the ready-to-merge Ready to Merge PR - this'll trigger required checks label Apr 23, 2024
@rob1997 rob1997 added ready-to-merge Ready to Merge PR - this'll trigger required checks and removed ready-to-merge Ready to Merge PR - this'll trigger required checks labels Apr 23, 2024
Copy link
Contributor

@juans-chainsafe juans-chainsafe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working, I didnt find build errors, i checked WebGL and iOS as well just in case.

I did it using this document https://www.notion.so/chainsafe/Simulating-OpenUPM-scenario-locally-16ac51527f6f4f35a73cd521472c7a50 to know how to use the changes on this branch

@sneakzttv sneakzttv added ready-to-merge Ready to Merge PR - this'll trigger required checks and removed ready-to-merge Ready to Merge PR - this'll trigger required checks labels Apr 29, 2024
@oleksandrchainsafe oleksandrchainsafe merged commit 6d69769 into dev Apr 29, 2024
5 checks passed
@oleksandrchainsafe oleksandrchainsafe deleted the oleksandr/fix-dependencies branch April 29, 2024 16:06
sneakzttv added a commit that referenced this pull request Apr 29, 2024
* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
sneakzttv added a commit that referenced this pull request Apr 30, 2024
* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Fixing sample script comments

Fixing sample script comments as they were set to 1155 instead of 721

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
sneakzttv added a commit that referenced this pull request Apr 30, 2024
* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Ramp fix

Fixed ramp via conditional compilation to avoid changing the folder structure of samples.

* Amending

Cleaner implementation of compilation directives

* Amend

Amend

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
sneakzttv added a commit that referenced this pull request Apr 30, 2024
* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Fixing sample script comments (#930)

* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Fixing sample script comments

Fixing sample script comments as they were set to 1155 instead of 721

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Ramp fix (#931)

* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Ramp fix

Fixed ramp via conditional compilation to avoid changing the folder structure of samples.

* Amending

Cleaner implementation of compilation directives

* Amend

Amend

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Sneakz/typo fix (#933)

Update DisableGameObjectIfServiceNotActive.cs

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: sneakzttv <[email protected]>
sneakzttv added a commit that referenced this pull request Apr 30, 2024
* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Fixing sample script comments (#930)

* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Fixing sample script comments

Fixing sample script comments as they were set to 1155 instead of 721

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Ramp fix (#931)

* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Ramp fix

Fixed ramp via conditional compilation to avoid changing the folder structure of samples.

* Amending

Cleaner implementation of compilation directives

* Amend

Amend

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Sneakz/typo fix (#933)

Update DisableGameObjectIfServiceNotActive.cs

* Removing Sygma from ILoginProvider

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Update ILoginProvider.cs

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: Nikola Garabandic <[email protected]>
Co-authored-by: sneakzttv <[email protected]>
rob1997 added a commit that referenced this pull request Jan 16, 2025
* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
rob1997 added a commit that referenced this pull request Jan 16, 2025
* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Fixing sample script comments

Fixing sample script comments as they were set to 1155 instead of 721

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
rob1997 added a commit that referenced this pull request Jan 16, 2025
* Fixes to stabilize the head (#927)

* contribution edits

* condition to run tests fixed

* typo fix

* use deploy key for push

* bot makes push instead of actor

* fixed syntax

* setup ssh keys added

* different way for setting up ssh

* only play mode tests

* reverted ssh setup method

* run workflow on dev not main!

* revert pre commit check branch and change post push action branch to dev

* added ssh key for checkout

* removed tests for faster iteration

* put back publish dlls

* check if latest commit isn't from github actions to avoid recursive actions

* small syntax fix

* small syntax fix 2

* replace conditional fix for loop issue with commit skip ci keyword in message

* put tests back in

* on push workflow call now back to from main

* test again

* reverted actor from bot to user and removed ssh setup

* revert post push workflow file target back to main

* chore: fix typos (#918)

Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Metamask SDK fixes (#922)

* 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]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

* Package built-in dependencies fix (#925)

* Package built-in dependencies fix

* Added polling and timeout to GetTransaction method
Introduced DelayUtil

---------

Co-authored-by: oleksandr <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>

* Auto Commit [skip ci]
- Duplicate Packages Samples
- Publish DLL Dependencies

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>

* Ramp fix

Fixed ramp via conditional compilation to avoid changing the folder structure of samples.

* Amending

Cleaner implementation of compilation directives

* Amend

Amend

---------

Co-authored-by: robGG1997 <[email protected]>
Co-authored-by: Snoppy <[email protected]>
Co-authored-by: Robel Getnet Geremew <[email protected]>
Co-authored-by: rob1997 <[email protected]>
Co-authored-by: kantagara <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Co-authored-by: oleksandr <[email protected]>
Co-authored-by: oleksandrchainsafe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Ready to Merge PR - this'll trigger required checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants