diff --git a/e2e/tests/relay.feature b/e2e/tests/relay.feature index 21609d0cc..64011ce28 100644 --- a/e2e/tests/relay.feature +++ b/e2e/tests/relay.feature @@ -13,7 +13,8 @@ Feature: Relay Namespace And the application "app1" is staked for service "rest" And the supplier "supplier1" is staked for service "rest" And the session for application "app1" and service "rest" contains the supplier "supplier1" - When the application "app1" sends the supplier "supplier1" a successful request for service "rest" with path "/quote" + When the application "app1" sends the supplier "supplier1" a successful request for service "rest" with path "/quote" + Then a "tokenomics" module "ClaimSettled" end block event is broadcast # TODO_TEST(@Olshansk): # - Successful relay through applicat's sovereign appgate server diff --git a/go.mod b/go.mod index e4c0f4080..6eaf69fc3 100644 --- a/go.mod +++ b/go.mod @@ -56,7 +56,7 @@ require ( // This is creating a circular dependency whereby exporting the protobufs into a separate // repo is the first obvious idea, but has to be carefully considered, automated, and is not // a hard blocker. - github.com/pokt-network/shannon-sdk v0.0.0-20240806142441-c21a52c209b5 + github.com/pokt-network/shannon-sdk v0.0.0-20240814144717-dfa95b525d46 github.com/pokt-network/smt v0.12.0 github.com/pokt-network/smt/kvstore/badger v0.0.0-20240109205447-868237978c0b github.com/prometheus/client_golang v1.19.0 diff --git a/go.sum b/go.sum index fe11eb4c6..f2ef7b926 100644 --- a/go.sum +++ b/go.sum @@ -994,8 +994,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pokt-network/ring-go v0.1.0 h1:hF7mDR4VVCIqqDAsrloP8azM9y1mprc99YgnTjKSSwk= github.com/pokt-network/ring-go v0.1.0/go.mod h1:8NHPH7H3EwrPX3XHfpyRI6bz4gApkE3+fd0XZRbMWP0= -github.com/pokt-network/shannon-sdk v0.0.0-20240806142441-c21a52c209b5 h1:NoFeAk4y3pp+MvGyhaaRz3j8swJ5dmyQVVOXCTlkG/s= -github.com/pokt-network/shannon-sdk v0.0.0-20240806142441-c21a52c209b5/go.mod h1:1mvr4H75w3UgGwCH1B7fCHpGfwZFbsVFaohHd2vRSEU= +github.com/pokt-network/shannon-sdk v0.0.0-20240814144717-dfa95b525d46 h1:rkJa3LGPN+f/k2Vv9t09UWtgbpkMA0NLHRZDiGKPqo4= +github.com/pokt-network/shannon-sdk v0.0.0-20240814144717-dfa95b525d46/go.mod h1:Jql/lobckajY8BVHDRkQPf6zYraompTK1et78jKVi68= github.com/pokt-network/smt v0.12.0 h1:uqru/0ykC4LnBoMacakobNOd1iRK69PlohqjMtLmYNA= github.com/pokt-network/smt v0.12.0/go.mod h1:S4Ho4OPkK2v2vUCHNtA49XDjqUC/OFYpBbynRVYmxvA= github.com/pokt-network/smt/kvstore/badger v0.0.0-20240109205447-868237978c0b h1:TjfgV3vgW0zW47Br/OgUXD4M8iyR74EYanbFfN4ed8o=