Skip to content

Commit

Permalink
Bump for Beta 21 RC0
Browse files Browse the repository at this point in the history
This is the first test release of Beta 21

* Upgrade all Ethereum TX tooling to latest versions with EIP1559
  compatibility
* Add support for Althea chain as a backend
* Add support for nftables based routing
  • Loading branch information
jkilpatr committed Aug 17, 2023
1 parent ac65829 commit 4c66e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions althea/althea-rust-binaries/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=althea-rust-binaries
PKG_VERSION:=0.20.28
PKG_VERSION:=0.21.0
PKG_RELEASE:=0

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
PKG_SOURCE_VERSION:=2c37e96ed21302be4d12cc672349e6ae2682cb8b
PKG_SOURCE_VERSION:=07b3755a5a04e98f9726626eeb29a0bb8b5a6ec9
PKG_LICENSE:=Apache-2.0

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit 4c66e55

Please sign in to comment.