Skip to content

Commit

Permalink
Merge pull request #75 from phantasma-io/development
Browse files Browse the repository at this point in the history
Merge development to Master
  • Loading branch information
Relfos authored Apr 6, 2023
2 parents 3a0b7bb + 075a2e6 commit a96684f
Show file tree
Hide file tree
Showing 21 changed files with 3,964 additions and 391 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Assets/Editor Default Resources/crosstales
Assets/Plugins/crosstales

.idea
_builds/
22 changes: 22 additions & 0 deletions Assets/Main.unity
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ GameObject:
- component: {fileID: 600298862}
- component: {fileID: 600298863}
- component: {fileID: 600298864}
- component: {fileID: 600298865}
m_Layer: 0
m_Name: Managers
m_TagString: Untagged
Expand Down Expand Up @@ -363,6 +364,26 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
PluginName: com.phantasma.poltergeistmodule.MainActivity
--- !u!114 &600298865
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 600298856}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 20d4aa1ca1bcd47ccb9527b384dbb25c, type: 3}
m_Name:
m_EditorClassIdentifier:
githubOwner: phantasma-io
githubRepo: Poltergeist
currentVersion: 2.8.3
updatePanel: {fileID: 0}
backgroundTexture: {fileID: 2800000, guid: dca09f75ddb311c46a47911502c7cd1d, type: 3}
updateText: {fileID: 0}
updateButtonText: {fileID: 0}
updateAvailable: 0
--- !u!1 &1470060600
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -491,6 +512,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3}
m_Name:
m_EditorClassIdentifier:
m_SendPointerHoverToParent: 1
m_HorizontalAxis: Horizontal
m_VerticalAxis: Vertical
m_SubmitButton: Submit
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Phantasma/Phantasma.Core/src/Domain/Transaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed class Transaction : ITransaction, ISerializable
{
public readonly static Transaction Null = null;

public static readonly int DefaultGasLimit = 9999;
public static readonly int DefaultGasLimit = 10000;

public byte[] Script { get; private set; }

Expand Down
Loading

0 comments on commit a96684f

Please sign in to comment.