19 releases (1 stable)
1.0.0 | Aug 1, 2024 |
---|---|
0.13.0 | Jun 26, 2024 |
0.12.0 | Jun 3, 2024 |
0.8.0 | Mar 18, 2024 |
0.1.1 | Jun 5, 2020 |
#6 in #combined
77 downloads per month
115KB
2.5K
SLoC
Oracle module
Overview
This module exposes capabilities for oracle operators to feed external offchain data. The raw values can be combined to provide an aggregated value.
The data is valid only if feeded by an authorized operator. This module implements frame_support::traits::InitializeMembers
and frame_support::traits::ChangeMembers
, to provide a way to manage operators membership. Typically it could be leveraged to pallet_membership
in FRAME.
lib.rs
:
Oracle
A module to allow oracle operators to feed external data.
Overview
This module exposes capabilities for oracle operators to feed external offchain data. The raw values can be combined to provide an aggregated value.
The data is valid only if feeded by an authorized operator.
pallet_membership
in FRAME can be used to as source of T::Members
.
Dependencies
~20–35MB
~577K SLoC