Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 490 Bytes

This repo is a custom sqlite extension used by the EigenLayer 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

make release

Testing

cargo test