@dsla-protocol/core

2.1.2 • Public • Published

dsla-protocol-contracts

DSLA Protocol is a risk management framework that enables developers and infrastructure operators to reduce their users exposure to service delays, interruptions and financial losses, using self-executing service level agreements, bonus-malus insurance policies, and crowdfunded liquidity pools.

Tests status Coverage Status

Getting Started

yarn install

Tests

Unit tests

npx hardhat test

Usage

Import the contracts on your Solidity code like:

import "@stacktical/dsla-protocol/contracts/NAME_OF_CONTRACT"

Or if you want to create a Messenger, you have to import the IMessenger.sol abstract:

import "@stacktical/dsla-protocol/contracts/interfaces/IMessenger.sol"

Currently on version 0.6.6 of Solidity.

DSLA Protocol Smart Contracts

Contracts description

  • SLORegistry: Contract to register SLAs SLO value and type
  • SLARegistry: Contract to deploy SLAs and request SLIs
  • MessengerRegistry: Contract to register new messengers
  • PeriodRegistry: Contract to register new periods
  • StakeRegistry: Contract to register stakes
  • Details: Contract to get details of multiple contracts

Audits

Note:

As Staking.sol contract is going to call contracts defined by Stacktical we consider the implementation of Reentrancy Guard as unnecessary, since we fully control the external calls. Those external calls correspond to ERC-20 contracts with is a fully reviewed and battle tested standard. In future versions, when the token selection will be opened, we can implement a full Reentrancy Guard protection.

Disclaimer

Revert messages for SLARegistry, SLA and Staking contracts were shortened at commit 459ef4f587df48645dcac886d49763ad3e8ab5c3 because of constants "contract too large" problems. The business logic remains the same as mainnet deployment.

Package Sidebar

Install

npm i @dsla-protocol/core

Weekly Downloads

0

Version

2.1.2

License

BUSL-1.1

Unpacked Size

108 kB

Total Files

22

Last publish

Collaborators

  • wilhempujar
  • jeandaniel-bussy