Skip to content

Releases: sge-network/sge

Pre-release test build

01 Jul 13:21
c5cdc0f
Compare
Choose a tag to compare
Pre-release
v0.0.9

pre-release test build

SR Funds management and orderbook refactor

28 Jun 14:08
6b44895
Compare
Choose a tag to compare

This release is major update containing the following features:

  • SR module account is removed
  • Orderbooks are created with zero balance
  • House deposit fee is transferred to the market and orderbook creator
  • Bugfixes

v0.0.7

01 Jun 13:25
6495149
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
Minor

Minor Updates

12 Apr 15:04
f9917d9
Compare
Choose a tag to compare
Minor Updates Pre-release
Pre-release
v0.0.6

minor fixes

Be the house - Orderbook Implementation

10 Mar 03:55
462ff3a
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Cointype change to default coin type (118)
  • Orderbook module added with orderbook participation, risk exposure and participation queue
  • House module added with deposit and withdraw functionality
  • Add/Update/Resolve Sportevent flow updated to account for orderbook queue implementation
  • Bet Placement flow updated with risk assessment validation
  • Bet Settlement flow updated and added in end blocker
  • DVM module updated with leader selection procedure to remove malicious or hacked data provider
  • Update Bet protos
  • Update Sportevent Protos
  • Update Spec Docs
  • Update test cases

Full Changelog: v0.0.3...v0.0.5

Multiple Odds Support

18 Jan 09:55
414c710
Compare
Choose a tag to compare
Multiple Odds Support Pre-release
Pre-release

This release contains the following changes:

  1. Bet queries are optimized to return bets in sorted order of placement time stamp(Latest first)
  2. Support to place and settle bets in different odd types(decimal, fractional, american)

SGE v0.0.3

09 Nov 10:54
c2f074f
Compare
Choose a tag to compare
SGE v0.0.3 Pre-release
Pre-release

What's Changed

  • KYC validation added in bet ticket payload
  • Code Refactor in multiple modules
  • Update Bet protos
  • Update Sportevent Protos
  • Update Spec Docs
  • Update test cases

Full Changelog: v0.0.2...v0.0.3

SGE v0.0.2

01 Nov 06:10
edf7a34
Compare
Choose a tag to compare
SGE v0.0.2 Pre-release
Pre-release

This minor release contains refactor of funds transfer in SR module.

Application modules

26 Oct 22:01
63dd8e8
Compare
Choose a tag to compare
Application modules Pre-release
Pre-release

The Sports, Gaming & Entertainment Network (SGE Network), is a blockchain designed to support the future of sports betting & related gaming by leveraging the modular Cosmos design. We believe the future will be heavily shaped by many of the values driving the recent wave of crypto and blockchain development: transparency, increased decentralization, and utility that benefits all stakeholders, especially the user base.

The application constitutes 5 modules:
Mint: The Mint module is responsible for minting tokens to reward validators and delegators for helping secure the chain. The Mint module is responsible for the inflation in the chain.

DVM:The SGE Network chain relies on external off-chain data of matches and other sport events. To push this data reliably to the chain, some kind of origin verification is required. The DVM module essentially fills this role in the SGE Network chain.

Features:

  • Verify Origin of sportevents and bets
  • Add trusted source to the blockchain

Sportevent: The Sport Event (SE) Module is responsible to manage (Create / Update / Delete / Read / Resolve) sport events of the house.
Features:

  • Add Event : Add sportevent to the blockchain
  • Update Event: Update sportevent
  • Resolve Event: Resolve sportevent

Bet: The Bet module is responsible for receiving and processing requests to place and settle bets.
Features:

  • Place Bet
  • Settle Bet
  • Place Multiple Bets
  • Settle Multiple Bets

StrategicReserve: The Strategic Reserve monitors the odds of being bankrupt and provides liquidity to guarantee full payment to winning bettors in all scenarios.

Features:

  • Manage Funds Transfer on bet placement and settlement