Skip to content

Releases: happybole/brainwallet

v1.2.4

07 Jan 02:20
f3d9f0c
Compare
Choose a tag to compare
Update index.html

v1.2.3: Update index.html

17 Oct 09:19
550a0bd
Compare
Choose a tag to compare

fix addrType() bug

v1.2.2: Update index.html

11 Sep 15:08
f502d46
Compare
Choose a tag to compare

Optimized the interface

v1.2.1: Update index.html

10 Sep 07:52
0ddd283
Compare
Choose a tag to compare

v1.2.0: Update index.html

09 Sep 15:37
ef0af8b
Compare
Choose a tag to compare

Added manual input of nSequence function. By default, all input nSequences for the transaction are set to the same value 0xfffffffd (2 ^ 32-3=4294967293), which activates the RBF (Replace By Fee) function. When the given transaction fee is relatively low and the transaction cannot be packaged for a long time, a higher fee transaction can be initiated to replace the previously broadcasted low fee transaction; The absolute time lock (nLockTime) has been activated again, which can be used to construct transaction strings for inheritance.

v1.1.3: Update index.html

21 Aug 08:55
2d33d40
Compare
Choose a tag to compare

Some optimizations

v1.1.2: Update walletjs.html

14 Aug 09:19
70af1d8
Compare
Choose a tag to compare

Correct the error in calculating transaction fees.

v1.1.1: Update walletjs.html

02 Aug 08:02
e19bdb2
Compare
Choose a tag to compare

1.Adjust the number of characters in each QR code from 400 to 250.
2.There is an error in the calculation of the miner fee per byte, which has been corrected.

v1.1.0: Update walletjs.html

31 Jul 14:07
333f110
Compare
Choose a tag to compare
  1. Optimize QRcode generation code.
  2. Added calculating miner fees per vByte.

v1.0.0

17 Jul 01:39
b3ac01d
Compare
Choose a tag to compare
Update README.md