Commit f445ddb
authored
Fix/upgrade to new api (#91)
* Update LoginPanel UI appearance
* Register session with new api
* Modify intent sender such that we can sign messages
* Fix sending transaction intents. Note: I've had to create WonkyIntentPayload as the responses I'm getting are incorrect; once this is fixed, I should replace all instances of WonkyIntentPayload with IntentPayload
* Fix session management. Remove code that is no longer needed
* Update package version
* Update LoginScene for DemoTowerDefenseGame so that it uses the newly branded LoginPanel
* Cleaner logic on when sessionId gets generated
* Fix typos in strings and comments
* Don't throw a null reference exception if SequenceConnector is destroyed before wallet is created
* Replace WonkyIntentPayload with more generic JObject1 parent 03554d7 commit f445ddb
File tree
103 files changed
+5804
-8148
lines changed- Assets
- Samples~
- DemoScene
- DemoTowerDefenseGame
- Scenes
- Scripts
- Scripts
- SequenceExamples
- Prefabs
- Scripts/UI
- Sprites
- SequenceSDK
- Authentication
- Config
- WaaS
- DataTypes
- Authentication
- ParameterTypes
- ReturnTypes
- Tests
- EndToEnd
- ProjectSettings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+5804
-8148
lines changedLarge diffs are not rendered by default.
Lines changed: 3794 additions & 3990 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments