Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Bug fixes & enhancements for "Deploy Contract" window.... #51

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
03b9a06
fix #67
Oct 9, 2017
6b8f04b
fix #81
Oct 10, 2017
4c65f85
Spanish fix (#86)
shargon Oct 10, 2017
bc10a05
added wallet height to infobar for rebuild progress indication
hal0x2328 Nov 2, 2017
243885d
upgrade to v2.3.5
Nov 3, 2017
01ce716
upgrade to .NET Framework 4.7
Nov 9, 2017
ae3605e
NEP-6 (#106)
Dec 12, 2017
8a6156b
update dependencies: Neo v2.5.1, Neo.VM v2.0.4
Dec 13, 2017
6506575
change the structure of `config.json`
Dec 13, 2017
26b87e2
fix #78
Dec 13, 2017
2720bef
fix bug of not remembering the path of wallet
Dec 14, 2017
64db4d4
fix bugs of not saving wallet file
Dec 14, 2017
d4162f2
Feature/advanced transfer (#107)
Dec 14, 2017
52d5e04
fix bug of showing nep-5 asset
Dec 19, 2017
8e6b65c
add a try (#114)
lightszero Dec 22, 2017
0697622
fix #121
Jan 4, 2018
309828a
Feature/voting (#158)
erikzhang Jan 17, 2018
fbc3c1c
add depoly contract with nep4 function for neogui (#124)
lightszero Jan 17, 2018
8af470b
fix #133
Jan 26, 2018
942d91d
fix #144
Jan 26, 2018
9bff0b0
Display config DataDirectoryPath after app name in Title bar to indic…
mwherman2000 Feb 10, 2018
adefd4b
allow invoking from ABI file (#169)
erikzhang Feb 11, 2018
328a99c
Added config.neodocker.json and protocol.neodocker.json to the projec…
mwherman2000 Feb 12, 2018
11be73a
Added config.neodocker.json and protocol.neodocker.json to the projec…
mwherman2000 Feb 17, 2018
403faac
Support for $NEO, $GAS, $INT in smartmessages
mwherman2000 Feb 19, 2018
af86a90
Support for $NEO, $GAS, $INT, $UIN, $TIM format specifiers in Event L…
mwherman2000 Feb 19, 2018
4a24f6a
Bug fixed in smartmessages; reset the JSON config fles.
mwherman2000 Feb 19, 2018
6bfe96b
Pull and merge
mwherman2000 Feb 19, 2018
e608734
Readded my accumulative changes
mwherman2000 Feb 19, 2018
fb8fe27
Merger
mwherman2000 Feb 19, 2018
d8f77e6
update from neo-project/neo-gui
birmingh Feb 19, 2018
93f994a
master merge
birmingh Feb 19, 2018
fc66b36
updating neo-gui-developer to match neo-project
birmingh Feb 19, 2018
8c62cf4
Smart formatting in Event Log tab
mwherman2000 Feb 24, 2018
550d052
privateNet
farukterzioglu Apr 1, 2018
fc25bfd
deploy contract window fixes
farukterzioglu Apr 1, 2018
f7ea671
Merge branch 'master' into privateNet
farukterzioglu Apr 1, 2018
2c42724
tab indexes fixed
farukterzioglu Apr 1, 2018
77808fd
Parameter combobox added
farukterzioglu Apr 1, 2018
feb6604
Merge branch 'master' into privateNet
farukterzioglu Apr 1, 2018
bcf6fe7
Bug fix at parameter combobox.
farukterzioglu Apr 1, 2018
c0d409d
Merge branch 'master' into privateNet
farukterzioglu Apr 1, 2018
a42c4b1
Merged
farukterzioglu Apr 7, 2018
4d117f6
deployment params added : NEP5
farukterzioglu Apr 7, 2018
e2d965d
Merge branch 'master' into privateNet
farukterzioglu Apr 7, 2018
9b2ea8c
config and protocol files changed to testnet
farukterzioglu Apr 15, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions neo-gui/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,62 +8,6 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.2.0" newVersion="1.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.FileProviders.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Configuration" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.2.0" newVersion="1.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.FileProviders.Physical" publicKeyToken="adb9793829ddae60" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.2.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<userSettings>
<Neo.Properties.Settings>
<setting name="NeedUpgrade" serializeAs="String">
Expand Down
61 changes: 46 additions & 15 deletions neo-gui/UI/DeployContractDialog.Designer.cs

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

Loading