Skip to content

Commit 93ed719

Browse files
committed
Bump for Beta 20 RC11
* Token bridge module modified to only accept stables and expect outside management of gas * Fix operator fee display and allow setting a locally higher operator fee * Fix wyre enabled toggle in ops not being saved * Fix bug with pbs-wlan which was causing old routers to be unable to toggle ports * Modify peer listener to be more effcient with atomic locking * Operator action for setting complete local wifi state
1 parent 2fc1e03 commit 93ed719

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

althea/althea-exit/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=althea-exit
12-
PKG_VERSION:=0.20.10
12+
PKG_VERSION:=0.20.11
1313
PKG_RELEASE:=0
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs/
17-
PKG_SOURCE_VERSION:=c93c7b6bd3e973fb2ad1ed674f95c665689a1df4
17+
PKG_SOURCE_VERSION:=c112c006a318ab0d4b63170dd9fe4952fb240f47
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

althea/althea-rust-binaries/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=althea-rust-binaries
12-
PKG_VERSION:=0.20.10
12+
PKG_VERSION:=0.20.11
1313
PKG_RELEASE:=0
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
17-
PKG_SOURCE_VERSION:=c93c7b6bd3e973fb2ad1ed674f95c665689a1df4
17+
PKG_SOURCE_VERSION:=c112c006a318ab0d4b63170dd9fe4952fb240f47
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

0 commit comments

Comments
 (0)