Releases: sge-network/sge
Pre-release test build
v0.0.9 pre-release test build
SR Funds management and orderbook refactor
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
Minor Updates
v0.0.6 minor fixes
Be the house - Orderbook Implementation
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
This release contains the following changes:
- Bet queries are optimized to return bets in sorted order of placement time stamp(Latest first)
- Support to place and settle bets in different odd types(decimal, fractional, american)
SGE v0.0.3
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
This minor release contains refactor of funds transfer in SR module.
Application modules
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