Skip to content

Commit

Permalink
update 0.3.8.3
Browse files Browse the repository at this point in the history
Bugfix release
  • Loading branch information
daWallet committed Feb 13, 2017
1 parent 294aee8 commit 3b0ca48
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
Binary file modified burstcoin-1.2.7/Burst_Wallet.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ _____

Changelog:

0.3.8.3

+ bugfix release

0.3.8.2

+ soft shutdown of wallet server against db corruption
Expand Down
5 changes: 3 additions & 2 deletions src/BurstWallet2.dfm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Burst Client for Win v0.3.8.2'
Caption = 'Burst Client for Win v0.3.8.3'
ClientHeight = 467
ClientWidth = 816
Color = clBtnFace
Expand Down Expand Up @@ -190,7 +190,7 @@ object Form1: TForm1
Height = 450
Align = alClient
TabOrder = 1
ExplicitTop = 9
ExplicitTop = 8
ControlData = {
4C00000056540000822E00000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
Expand Down Expand Up @@ -236,6 +236,7 @@ object Form1: TForm1
end
object N5Burstburstcoinpt1: TMenuItem
Caption = '[burstcoin.pt]'
Visible = False
OnClick = N5Burstburstcoinpt1Click
end
object N2Burstburstcoinbiz1: TMenuItem
Expand Down
4 changes: 2 additions & 2 deletions src/BurstWallet2.pas
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ procedure TForm1.Online2Click(Sender: TObject);

procedure TForm1.OnlineLocal1Click(Sender: TObject);
begin
Showmessage('The online and local wallet are showing the same if in sync.'+#13#10+'All data is saved distributed on the Blockchain. With the online wallet you do not need to download the whole Blockchain first. '+#13#10+'As a disadvantage you rely on a third party. With the local wallet you are totally independent but it will show the real balances only if the Blockchain is fully downloaded.')
Showmessage('The online and local wallet are able to give you access to the same Accounts'+#13#10+'All data is saved distributed on the Blockchain. The online wallet is ready to use but '+#13#10+'the disadvantage is that you rely on a third party. If it breaks you have to wait until it gets fixed.'+#13#10+'With a synced local wallet you are totally independent but it will show the real balances only if'+#13#10+'the Blockchain is fully downloaded.')
end;

procedure TForm1.Open1Click(Sender: TObject);
Expand Down Expand Up @@ -1025,7 +1025,7 @@ procedure TForm1.Timer2Timer(Sender: TObject);
while closedPID = PID do

begin
Delay(5000);
Sleep(5000);
PID := GetProcId('javaw.exe').ToString;
//Showmessage(PID);
end;
Expand Down
6 changes: 3 additions & 3 deletions src/Unit10.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ object Form10: TForm10
WordWrap = True
end
object Label2: TLabel
Left = 24
Top = 183
Left = 26
Top = 182
Width = 311
Height = 13
Caption =
'Burst Client version 0.3.8.2 (for Burst Wallet 1.2.7) by daWalle' +
'Burst Client version 0.3.8.3 (for Burst Wallet 1.2.7) by daWalle' +
't.'
end
object Label3: TLabel
Expand Down
5 changes: 2 additions & 3 deletions src/Unit11.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ object Form11: TForm11
Height = 52
Caption =
'Sometimes the local Wallet does not start because of a corrupted' +
' DB. Click the Button below and it will delete the Database (DB ' +
'/ Blockchain) and restart the local Wallet for you automatically' +
'. '
' DB. Click the Button below to delete the Database (DB / Blockch' +
'ain) and restart the local Wallet for you automatically. '
WordWrap = True
end
object Label2: TLabel
Expand Down
7 changes: 3 additions & 4 deletions src/Unit4.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ object Form4: TForm4
object Label11: TLabel
Left = 18
Top = 118
Width = 204
Width = 214
Height = 26
Caption =
'For changing reward assignment you need at least 1 Burst e.g. fr' +
'om a faucet.'
'To change the reward assignment you need at least 1 Burst e.g. f' +
'rom a faucet.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Expand Down Expand Up @@ -127,7 +127,6 @@ object Form4: TForm4
'burst.lexitoshi.uk'
'burstneon.ddns.net'
'pool.burstcoin.sk'
'pool.news-asset.com'
'pool.burstcoin.ml'
'burst.btfg.space'
'pool.burstcoin.party'
Expand Down

0 comments on commit 3b0ca48

Please sign in to comment.