Merged
Conversation
Owner
|
Hi @adiibanez, thank you for the PR! I updated the distributed-topic-tracker version to v0.2.7 and will publish it to crates.io after the main merge. |
Owner
|
HI @adiibanez, It seems you are not showing up in the contributors list. Is it a privacy setting on your end or did something go wrong? Let me know if this is a Github bug and you would like to reconcile this. |
Author
|
Hi @rustonbsd not sure what happened. but I care mostly about functionality; just fine without contributors list. It was claude vibe coded anyway. Happy if it helps. looking forward to start looking up topics without bootstrapping nodes. thanks for building this |
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.
cargo test
Finished
testprofile [unoptimized + debuginfo] target(s) in 0.66sRunning unittests src/lib.rs (target/debug/deps/distributed_topic_tracker-93fb68c077d50a2f)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 1 test
test test_topic_id_creation ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
running 9 tests
test test_unix_minute_function ... ok
test test_topic_salt_deterministic ... ok
test test_default_secret_rotation ... ok
test test_record_serialization_roundtrip ... ok
test test_topic_signing_keypair_deterministic ... ok
test test_topic_encryption_keypair_deterministic ... ok
test test_record_verification ... ok
test test_encrypted_record_roundtrip ... ok
test test_encrypted_record_serialization ... ok
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
Doc-tests distributed_topic_tracker
running 7 tests
test src/crypto/keys.rs - crypto::keys::encryption_keypair (line 119) ... ignored
test src/crypto/keys.rs - crypto::keys::signing_keypair (line 98) ... ignored
test src/crypto/record.rs - crypto::record::RecordContent::to (line 79) ... ignored
test src/crypto/record.rs - crypto::record::RecordTopic (line 16) ... ignored
test src/gossip/topic/topic.rs - gossip::topic::topic::TopicId (line 21) ... ignored
test src/lib.rs - unix_minute (line 34) ... ignored
test src/../README.md - (line 25) - compile ... ok
test result: ok. 1 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
all doctests ran in 2.84s; merged doctests compilation took 2.50s