Skip to content

Commit

Permalink
Bump for Beta 21 RC1
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 339097d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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_RELEASE:=0
PKG_VERSION:=0.21.0
PKG_RELEASE:=1

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

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit 339097d

Please sign in to comment.