catchup: into main from long_lived/initial_datalayer @ cf34dfd8cd7d01f1f3e49df4173506c5ebbd716b - #1194
Closed
altendky wants to merge 469 commits into
Conversation
…datalayer_from_main_ed05836d73c6e707b2b7d571f96d3b6ed603a27b catchup: into long_lived/initial_datalayer from main @ ed05836
…long_lived_initial_datalayer_from_main_0227c272b2c4dc890b4f668fdf568d69bc457c14
…datalayer_from_main_0227c272b2c4dc890b4f668fdf568d69bc457c14 catchup: into long_lived/initial_datalayer from main @ 0227c27
make datalayer a submodule for the namespacing benefits
…s_datalayer ban python `*` imports from `chia_rs.datalayer`
export datalayer sizes
bump datalayer to match as 0.17.0
correct datalayer py-bindings settings for chia-protocol
this avoids blockchain tests directly accessing and thus copying `.key_to_index`
…long_lived_initial_datalayer_from_main_afbb1588ccf5be58b5fce098e30180c8e3e83cff
…datalayer_from_main_afbb1588ccf5be58b5fce098e30180c8e3e83cff catchup: into long_lived/initial_datalayer from main @ afbb158
…thon datalayer exceptions for python
…long_lived_initial_datalayer_from_main_7a103a64055471f2ca6ee860b06af2c8868a9190
…long_lived_initial_datalayer_from_main_061bd6e192ceb90e3bb81ceff1fc69d674626eb7
…_datalayer_from_main_061bd6e192ceb90e3bb81ceff1fc69d674626eb7 catchup: into long_lived/initial_datalayer from main @ 061bd6e
* Check root hash in get_missing_hashes. * format. * Try with expect. * Lint. * Add test. * Remove mut.
* add more fuzzing for datalayer * hint * kinda tidy not really * more * stuff * better * drop prints * stuff * tidy * catch up pyi * fixup * fix and add test case * Update crates/chia-datalayer/src/merkle/iterators.rs Co-authored-by: Arvid Norberg <arvid.norberg@gmail.com> * back to immutable integrity check * oops --------- Co-authored-by: Arvid Norberg <arvid.norberg@gmail.com>
…long_lived_initial_datalayer_from_main_bfbc0f7b28e24babb17b4d7de9587725b4adcdf5
* tidy datalayer long lived * actually run the script
…_datalayer_from_main_bfbc0f7b28e24babb17b4d7de9587725b4adcdf5 catchup: into long_lived/initial_datalayer from main @ bfbc0f7
…long_lived_initial_datalayer_from_main_8703d67d83f513c90321f656ce5db2ee3544ecef
datalayer to 0.28.0 to match
…long_lived_initial_datalayer_from_main_b5b4926b59411b4f68c373b04ba448a94ded0f79
…_datalayer_from_main_b5b4926b59411b4f68c373b04ba448a94ded0f79 catchup: into long_lived/initial_datalayer from main @ b5b4926
…long_lived_initial_datalayer_from_main_7dd252c4cc3a0660bccdc9fdb1b92d7f43a32475
…_datalayer_from_main_7dd252c4cc3a0660bccdc9fdb1b92d7f43a32475 catchup: into long_lived/initial_datalayer from main @ 7dd252c
…main_from_long_lived_initial_datalayer_cf34dfd8cd7d01f1f3e49df4173506c5ebbd716b
Pull Request Test Coverage Report for Build 16757985325Details
💛 - Coveralls |
arvidn
reviewed
Aug 5, 2025
arvidn
left a comment
Contributor
There was a problem hiding this comment.
I think you'd want this patch as well, run the fuzzers for a moment in CI.
diff --git a/.github/workflows/build-crate.yml b/.github/workflows/build-crate.yml
index 4a65e339..cb671c7d 100644
--- a/.github/workflows/build-crate.yml
+++ b/.github/workflows/build-crate.yml
@@ -114,3 +114,8 @@ jobs:
run: |
cd crates/clvm-traits
cargo fuzz list | xargs -I "%" sh -c "cargo +nightly-2025-01-12 fuzz run % -- -max_total_time=20 || exit 255"
+
+ - name: Fuzz (chia-datalayer)
+ run: |
+ cd crates/chia-datalayer
+ cargo fuzz list | xargs -I "%" sh -c "cargo +nightly-2025-01-12 fuzz run % -- -max_total_time=20 || exit 255"
arvidn
reviewed
Aug 5, 2025
Contributor
Author
yes... i would like that. |
altendky
marked this pull request as draft
August 6, 2025 19:32
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Source hash: cf34dfd
Remaining commits: 0