Skip to content

Commit

Permalink
feat: PRT - lavap version 2.2.5 (#1592)
Browse files Browse the repository at this point in the history
* feat: PRT - introduce multiple grpc connections to providers

* fix tests

* adjust rpc consumer server to support new methods

* fix pairing updater to support EndpointConnection

* remove testing logs

* race condition on tests...

* fix risky read write condition on test

* bug fixed in  test

* fixing comments

* adding tests debugging. removing statistical test known to be faulty

* remove sdk test e2e

* lavap version 2.2.5

---------

Co-authored-by: Omer <[email protected]>
  • Loading branch information
ranlavanet and omerlavanet authored Jul 24, 2024
1 parent c59f846 commit a1caac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/protocol/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var _ paramtypes.ParamSet = (*Params)(nil)

const (
TARGET_VERSION = "2.2.4"
TARGET_VERSION = "2.2.5"
MIN_VERSION = "2.0.3"
)

Expand Down

0 comments on commit a1caac8

Please sign in to comment.