Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layr-labs/sidecar-calculations
https://github.com/layr-labs/sidecar-calculations
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/layr-labs/sidecar-calculations
- Owner: Layr-Labs
- Created: 2024-10-11T19:02:32.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:37:07.000Z (22 days ago)
- Last Synced: 2024-10-23T23:12:27.670Z (22 days ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
This repo is a custom sqlite extension used by the [EigenLayer Sidecar](https://github.com/Layr-Labs/sidecar) to provide
backwards compatibility for computing rewards based on previous versions of the EigenLayer rewards pipeline.## Structure
This repo is split into two main components:
1. The Rust implementation of the custom functions
2. A C interface that wraps the rust functions and exposes them to sqlite## Building
```bash
make release
```## Testing
```bash
cargo test
```