Skip to content

Releases: sentinel-official/hub

v0.11.3

30 Aug 08:15
f4d20db
Compare
Choose a tag to compare

What's Changed

  • 0426831 Temporarily fix QuerySubscriptionsForAccount
  • 091fa3b Fixed incorrect home flag value issue in AppCreator

Full Changelog: v0.11.2...v0.11.3

v1.0.0-rc0

24 Aug 14:09
Compare
Choose a tag to compare
v1.0.0-rc0 Pre-release
Pre-release
Fix go.mod go version

v0.11.2

19 Aug 07:19
54c28ae
Compare
Choose a tag to compare

What's Changed

  • 35b8e0b Replace gRPC dependency with Cosmos SDK compatible version
  • 193cbab Fix incorrect address in PayForSession event

Full Changelog: v0.11.1...v0.11.2

v0.11.1

15 Aug 17:19
b48aef9
Compare
Choose a tag to compare

What's Changed

  • c0d4401 Fix deposit add and subtract events
  • 2cef0ca Updated test files
  • f302367 Fixed incorrect validation of prices
  • f3e17df Added info logs in the ABCI end and begin block logic
  • 506b143 Added few code comments
  • e45b878 Improved events
  • 346c3ea Fixed session end event
  • 8f0927f Added subscribe command for plan
  • a8815a8 Added payout related queries in CLI
  • f901725 Added missing gigabyte prices while migrating the node params
  • 3286dcc Fixed invalid wrong type format in errors
  • f5acc9f Updated error codes and messages
  • ac5c80f Fixed incorrect placement of SubscriptionInactivePendingHook
  • 93b9c29 Update README.md
  • 01620b7 Update Makefile
  • 30dbffe Fix version issue in the Makefile
  • 37182f4 Added GitHub release workflow
  • cc8cd84 Added Dockerfile
  • 52b2a86 Updated makefile with static build support
  • d733409 Check if the coin is zero, not positive
  • f79d223 Added tests for few keys related functions in subscription module

Full Changelog: v0.11.0...v0.11.1

v0.11.0

07 Aug 17:28
843d90d
Compare
Choose a tag to compare

What's Changed

  • Updated README
  • Updated Makefile
  • Bumped Cosmos SDK to v0.45.16
  • Bumped CosmWasm to v0.31.0
  • Bumped Cosmos IBC to v4.4.2
  • Replaced Tendermint with CometBFT v0.34.27
  • Moved all Sentinel Hub application related code under app package
  • Beutifed and refactored app package
  • Refactored Status type in types package
  • Removed Gorilla Mux REST API client endpoints from all the modules
  • Added v2 types in provider module
  • Added status field for MsgUpdateRequest in provider module
  • Removed Cosmos SDK LegacyMsg methods from all the messages
  • Removed chain-id flag from the query commands
  • Fixed validation of node prices
  • Separately storing the active and inactive providers in the provider KVStore
  • Removed unused constants, methods, proto-buffers, variables from all the modules
  • Added v2 types in node module
  • Added minimum and maximum gigabyte and hourly prices parameters
  • Removed provider field related code from the node keeper
  • Added updation of node prices in the node module EndBlock
  • Removed provider related queries from the node module
  • Optimized query handlers in the node module
  • Added more query types for the nodes and updated the CLI
  • Added v2 types in the plan module
  • Removed unnecessary keys from the plan module
  • Added status and status_at fields for provider type
  • Changed QueryDeposit gRPC URL
  • Added MsgSubscribe message in the node module
  • Moved NodeForPlan index from plan module to node module
  • Added MsgSubscribe message in the plan module
  • Added SubscriptionInactivePending Hook in session module
  • Added PayoutForAccountByNode index
  • Added refund for time-based subscriptions in the subscription module EndBlock
  • Added comments for the message server handlers, BeginBlock and EndBlock logics
  • Renamed Quota to Allocation
  • Added hourly-payout types in the subscription module
  • Added ID field in the Allocation type
  • Changed bytes field to gigabytes in the plan type
  • Improved tests for messages in all the modules
  • Added BaseSubscrioption, NodeSubscription and PlanSubscription types in the subscription module
  • Implemented Subscription interface for NodeSubscription and PlanSubscription
  • Added v2 types in the subscription module
  • Added v2 types in the session module
  • Removed MsgUpdateQuota and MsgAddQuota messages in the subscription module
  • Added MsgAllocate message in the subscription module

Full Changelog: v0.10.1...v0.11.0

v0.11.0-rc5

06 Aug 19:41
Compare
Choose a tag to compare
v0.11.0-rc5 Pre-release
Pre-release
Added deletion of old keys while migration

v0.11.0-rc4

05 Aug 18:13
Compare
Choose a tag to compare
v0.11.0-rc4 Pre-release
Pre-release
Fix session end hook for hourly-based subscriptions

v0.11.0-rc3

04 Aug 12:23
Compare
Choose a tag to compare
v0.11.0-rc3 Pre-release
Pre-release
Ensure that there exists a payout between plan provider and node

v0.11.0-rc2

27 Jul 13:30
Compare
Choose a tag to compare
v0.11.0-rc2 Pre-release
Pre-release
Fixed store query issues

v0.11.0-rc1

27 Jul 07:40
Compare
Choose a tag to compare
v0.11.0-rc1 Pre-release
Pre-release
Changed parameter names