Skip to content

Commit ea53ed6

Browse files
mismirnovk-karunaumutkutlu
authored
Feat/fa2 (#112)
* First ver. of Deploy; * WIP * Implement RequestContractOrigination on BeaconConnectorDotnet; * Deploy contract done; * Transfer WIP * Implemented IPFS Web uploader; * Implemented Editor Ipfs uploader; Added IpfsResponse type; * Added Terser Plugin for Webpack; * Implementation of contract deploying for WebGL; Moved FA2TokenContract.json to Resources; * First working Mint implementation; * Implemented GetOriginatedFa2Contracts API method; * Added Contract address UI element to sidebar; * Removed Obsolete code; Added TokenContract for ITezos; GetOriginatedContractsForOwner API method; * Improved WalletMessageReceiver to don't allow add already existing event handlers; Refactored TokenContract; * Changed TokenContract type to IFA2 to external uses; * Change contract list with UI; (#108) * PinataUploader and Base54 uploader WIP; * Fix Examplemanger FileUploader usage; * Deploy loading panel; * Merge branch 'main' of github.com:trilitech/tezos-unity-sdk into feat/fa2 # Conflicts: # Samples~/Scripts/DemoExample/Core/ExampleManager.cs # Samples~/Scripts/DemoExample/Core/IExampleManager.cs # Samples~/Scripts/DemoExample/UI/RegisterPanel.cs # Samples~/Scripts/DemoExample/UIManager.cs # Samples~/Scripts/NftApiSample/DataManager.cs # Tests/Editor/EditmodeTests.cs * conflicts fixed (missing namespaces added) * Fix contract activation after deploy; * Implemented Onchain and IPFS uploaders; * Fix UI for webGl; * 2.0.0 * Upload to ipfs removed from samples; --------- Co-authored-by: Konst <[email protected]> Co-authored-by: umutkutlu <[email protected]>
1 parent 505c0f6 commit ea53ed6

File tree

106 files changed

+16579
-3072
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+16579
-3072
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
8+
## [2.0.0] - 2023-07-11
99
### Fixed
1010
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/102) with standalone IL2CPP build fails
1111
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/103) with closing Beacon database connections before app exit
1212

1313
### Added
14-
- Missing namespaces
14+
- FA2 token contract (deploy, mint and transfer features)
15+
- Implemented IPFS and on-chain image uploaders for WebGL and Editor platforms
1516

1617
### Changed
1718
- Issue Report Form menu item path changed (new path: `Tools/Tezos SDK for Unity/Report an Issue`)
19+
- ITezosAPI renamed to ITezos, refactored and divided in Wallet and API parts
20+
- Missing namespaces
1821

1922

2023
## [1.5.1] - 2023-06-27
2124
### Fixed
2225
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/99) with game items transfer not working
2326

27+
### Added
28+
- Ipfs web uploader
29+
- Ipfs editor uploader
2430

2531
## [1.5.0] - 2023-06-22
2632
### Fixed
@@ -116,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116122
- Added auto releases with GH actions
117123

118124

119-
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.5.1...HEAD
125+
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.0...HEAD
126+
[2.0.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.0
120127
[1.5.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.1
121128
[1.5.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.0
122129
[1.4.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.4.0

Resources.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Contracts.meta

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)