-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove compactindex (8 byte) * Add compactindexsized * Replace compactindex with compactindexsized (8 bytes) * Delete compactindex36 * Use compactindexsized instead of compactindex36 * compactindexsized: add arbitrary metadata in the header * Cleanup tests * Add metadata shortcut * Better errors; more methods * Cleanup * Refactor meta * Refactor bucketteer * Refactor indexes * Refactor lassie fetch * Cleanup flags * Remove deprecated commands * Remove deprecated * Refactor cache * Cleanup max cache * cid_to_offset => cid_to_offset_and_size * Use github.com/valyala/fasthttp/reuseport * Cleanup readahead * Equalize usage of index metadata * Add index meta to gsfa and sigexists * Cleanup indexing * Cleanup gsfa * GSFA: If no found signatures, return empty result instead of error. * Improve index filenames * Add libraries to manage split car files * Stub jsonParsed * Statically link the ffi library * Cleanup rust * Cleanup * Cleanup FFI * Make network and epoch options more intuitive * Cleanup * Add getFirstAvailableBlock; closes #41 * Add getSlot; maybe closes #42 * Add comment * Seal all indexes at the same time * Refactor config * Add support for remote split car pieces * Fix tests * Add json tags * Fix filename of sig-exists indexes * Add check-deals command * More logs for check-deals * Check all pieces before returning an error (all errors together) * Add deprecated indexes * chmod +x * Add support for deprecated indexes * Add more documentation to README file. * Improve address lookup support for jsonParsed format. * Fix encodeTransactionResponseBasedOnWantedEncoding * Add index magic replacer * Cleanup * check-deals: add whitelist of providers * Improve docs * Cleanup * Use go 1.21.x * Fix tests * Add versioning to config, and support for data.car.from_pieces.piece_to_uri Closes #80, #79 * Update docs: add version
- Loading branch information
1 parent
e192640
commit de40873
Showing
150 changed files
with
14,072 additions
and
3,113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
/bin/ | ||
*.car | ||
_site | ||
/.cargo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.