Skip to content

Commit

Permalink
Fixing sample script comments (#930)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
9 people committed Jan 16, 2025
1 parent 278e679 commit 7fa3fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void EcdsaSignMessage()
}

/// <summary>
/// Gets an addres via ECDSA key
/// Gets an address via ECDSA key
/// </summary>
public void EcdsaGetAddress()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public async void Uri()
}

/// <summary>
/// Mint ERC1155 tokens
/// Mint ERC721 tokens
/// </summary>
public async void MintErc721()
{
Expand All @@ -115,7 +115,7 @@ public async void MintErc721()
}

/// <summary>
/// Transfer ERC1155 tokens
/// Transfer ERC721 tokens
/// </summary>
public async void TransferErc721()
{
Expand Down

0 comments on commit 7fa3fb1

Please sign in to comment.