Skip to content

Commit e08005f

Browse files
committed
Version bump
1 parent 3e92b78 commit e08005f

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

docs/HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Uniblow versions history
22

3+
# 2.7.7
4+
5+
* Allow EIP712 domain chainId as hex string
6+
* Use Shadownet testnet for Tezos
7+
* Add USDT on Sepolia
8+
39
# 2.7.6
410

511
* Add testnet4 chain for BTC

docs/LinuxRunBin.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ It may run on other Linux, as RHEL or Fedora. But without any testing and no gua
1616
Get the binary and its signature file.
1717

1818
**Download** from the uniblow website :
19-
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.6)
19+
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.7)
2020
and its
21-
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.6.sig)
21+
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.7.sig)
2222

2323
**Or** using the terminal, in Tails you may need to prepend *torsocks* to these commands :
2424

2525
```
26-
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.6
27-
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.6.sig
26+
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.7
27+
wget https://uniblow.org/dist/Uniblow-linux-x86_64-2.7.7.sig
2828
```
2929

3030
### Check authenticity
@@ -48,7 +48,7 @@ In Tails, using the Files explorer, you can right click on the sig file and sele
4848
OR alternatively using the Terminal, in Debian/Ubuntu (also valid for Tails) :
4949

5050
```
51-
UniblowFile=Uniblow-linux-x86_64-2.7.6
51+
UniblowFile=Uniblow-linux-x86_64-2.7.7
5252
gpg --verify --trust-model always $UniblowFile.sig $UniblowFile
5353
```
5454

@@ -84,9 +84,9 @@ Now, you can run Uniblow.
8484
In **Tails**, the *torsocks* software is required to wrap the internet queries of the Uniblow app. Else you get the network error message *Network is unreachable*.
8585

8686
```
87-
torsocks ./Uniblow-linux-x86_64-2.7.6
87+
torsocks ./Uniblow-linux-x86_64-2.7.7
8888
```
8989

9090
In **Debian or Ubuntu**, you can directly run it from the file explorer GUI : double-click on the Uniblow binary icon to start it.
9191

92-
If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-2.7.6`
92+
If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-2.7.7`

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Shall be x.y.z, with optional dash trailing "-textstr"
22

3-
VERSION = "2.7.6"
3+
VERSION = "2.7.7"

0 commit comments

Comments
 (0)