Skip to content

Commit

Permalink
1.1.0 (#25)
Browse files Browse the repository at this point in the history
* Updated beacon-dotnet-sdk to 1.0.19; Updated Unity ver to 2021.3.13f;

* Removed unnecessary .csproj files

* Set PureBarcode to true;

* Removed UserSettings folder from git;

* .DS_Store removed;

* Init commit

* Commented QR;

* Removed Netezos code folder; Netezos updated to latest ver;

* Netezos test scripts removed, dependencies fix

* UnityMainThreadDispatcher prefab fix

* Zxing to samples

* Updated matrix; Change Android Beacon impl;

* Removed Android Plugins from samples;

* Removed extra files; Tezos url scheme instead of temple

* Removed iOS Plugins from samples;

* Added .gitignore;

* Removed unnecessary files;

* Changed databaseConnectionString; Removed unnecessary files;

* Added keys specific to npm

* Refactored files placing; Changed Http client implementation to UnityWebRequest;

* GH actions workflow; Added LICENSE, .npmignore; Changed README;

* Added meta files;

* Added cross-session-persistence to authentication;

* Improve DB connection string; Added Timeout between tzkt api query;

* Changed right order execution of ContractCallInjected and ContractCallCompleted events;

* Updated beacon-dotnet-sdk; Fixed some bugs;

* Implemented DisconnectAccount on BeacoCOnnectorDotnet; Updated Beacon;

* Changed Beacon.db file path;

* Added 'tezos://' deeplink activation on SignPayload button on mobiles;

* Changed README;

---------

Co-authored-by: mismirnov <[email protected]>
  • Loading branch information
k-karuna and mismirnov authored Mar 31, 2023
1 parent 863c8b7 commit 036bf00
Show file tree
Hide file tree
Showing 1,083 changed files with 1,085 additions and 25,313 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Publish to npm

on:
push:
tags:
- '*.*.*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
#Install Node.js, with the version 12 and using the registry URL of npm, this could be changed to a custom registry or the GitHub registry.
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/

# Command to install the package dependencies
# - run: yarn install

# Publish to npm
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,9 @@ crashlytics-build.properties
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*
dist/*

*.pidb.meta
sysinfo.txt
*.apk
*.usertasks
*.resources
/BUILD/
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/TextMesh Pro/
TextMesh Pro.meta
LICENSE.md
README.md
CHANGELOG.md
20 changes: 0 additions & 20 deletions Assets/Data/Wallets/Temple.asset

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Data/Wallets/Temple.asset.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Plugins/Android/Source/Utils.meta

This file was deleted.

Loading

0 comments on commit 036bf00

Please sign in to comment.