Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Description

1SatOrdinals and BSV support, mainly a wrapper for the js-1sat-ord npm library

How to use the extension

The vast majority of stuff are Actions, primarily to make external web requests to get information on addresses

Checklist

  • I've followed all of the best practices.
  • I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

example.zip

Extension file

OneSatOrdinalsBSV.zip


Extension by @AwesomeKalin

You can update the extension on this "Pull Request" by commenting the update command: in the comment field, type !update, then drag and drop a zip file with your extension file in the commenting field, like how you initially submitted the extension. It should look like this:

!update [MyExtension.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/12709661/MyExtension.zip)

It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above, click "Comment" and let the bot do the rest!

@github-actions github-actions bot requested a review from a team as a code owner April 10, 2025 16:15
@github-actions github-actions bot added the ✨ New extension A new extension label Apr 10, 2025
@D8H D8H added the ⌨ JavaScript Uses JavaScript code, and thereby needs a reviewer who knows JavaScript. label May 3, 2025
@AwesomeKalin
Copy link

!update OneSatOrdinalsBSV.zip

Copy link
Contributor Author

Can't update the extension, as it doesn't pass automatic tests:


❌ 1 Error found in extension 'OneSatOrdinalsBSV':

  ⟶ ❌ [JavaScript disallowed properties]: Found disallowed properties in extension 'OneSatOrdinalsBSV':
{
  allowedProperties: [
    'makeUuid',           'rgbToHex',
    'rgbOrHexToRGBColor', 'rgbToHexNumber',
    'hexNumberToRGB',     'hexToRGBColor',
    'copyArray',          'staticArray',
    'staticArray2',       'staticObject',
    'toDegrees',          'toRad',
    'random',             'randomFloat',
    'randomFloatInRange', 'randomInRange',
    'randomWithStep',     'evtTools',
    'Variable',           'RuntimeObject',
    'Logger'
  ],
  disallowedProperty: 'PromiseTask',
  objectName: 'gdjs'
}
{
  allowedProperties: [
    'getVariables',
    'getLayer',
    'getGame',
    'getBackgroundColor',
    'getName',
    'createObject',
    'createObjectsFrom',
    'setBackgroundColor',
    'sceneJustResumed',
    'requestChange',
    'hasLayer',
    'enableDebugDraw'
  ],
  disallowedProperty: 'getVariablesForExtension',
  objectName: 'runtimeScene'
}


❌ 1 Error found in extensions - please fix it before generating the registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⌨ JavaScript Uses JavaScript code, and thereby needs a reviewer who knows JavaScript. ✨ New extension A new extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants