-
Notifications
You must be signed in to change notification settings - Fork 696
removing deprecated puppet-chain and relay-server from contrib folder #6068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
moving to draft - needs a little more work |
…ntrib * upstream/develop: (38 commits) Fix typo in function def CRC: pass block info as an optonal to send_block_response_impl Remove duplicate code when sending block responses fix: cargo check --tests warning address PR comments (6081) move CODEOWNERS and adjust requirements to automatically add multiple teams to reviews add index for processable_block in staging_blocks fix entry block-id/hash cache refactor perf: do not read whole snapshot for ancestor check in find_new_block_arrivals remove release build arg build all binaries in core build workflow crc: remove chrono dependency, stacks-network#5918 Add missing import for SUPPORTED_SIGNER_PROTOCOL_VERSION crc: remove system time utility functions, stacks-network#5918 crc: fix record_signer_agreement_capitulation_latency documentation, stacks-network#5918 fix: mock miner should continue mining throughout tenure Remove testing assert from debugging Remove use of macro Add deserializer for custom blockstack op fields and make sure backwards compatibility satisfied for TransactionEventPayload CRC: typo in unreachable message ...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but my only concern is your comment, "possibly deprecated".
Yes - that's because i'm not 100% certain if they are deprecated, but i think they are/should be. I opened this PR with intention of closing it in case those binaries are still useful, but i can't find any use case today (puppet-chain is still defined in the net-test test, which hasn't been used in a while). the codebase of each tool hasn't been updated in a while. |
Removes possibly deprecated
./contrib/tools/{puppet-chain, relay-server}
folderscloses #6067