-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat(auctioneer): add auctioneer binary boilerplate #1556
Draft
itamarreif
wants to merge
17
commits into
main
Choose a base branch
from
itamarreif/auctioneer/eng-824
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
itamarreif
changed the base branch from
main
to
itamarreif/auctioneer/initial-protos
September 24, 2024 22:50
itamarreif
changed the title
feat(auctioneer): add auctioneer package and binary boilerplate
feat(auctioneer): add auctioneer binary boilerplate
Sep 24, 2024
itamarreif
changed the base branch from
itamarreif/auctioneer/initial-protos
to
main
September 24, 2024 22:58
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
September 24, 2024 22:59
ea37928
to
2784acc
Compare
itamarreif
requested review from
noot,
quasystaty1 and
SuperFluffy
and removed request for
noot
September 24, 2024 23:18
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
September 25, 2024 19:50
53b0b04
to
c745a13
Compare
itamarreif
changed the base branch from
main
to
itamarreif/auctioneer/initial-protos
September 25, 2024 20:03
github-actions
bot
added
ci
issues that are related to ci and github workflows
conductor
pertaining to the astria-conductor crate
sequencer
pertaining to the astria-sequencer crate
docker
cd
labels
Sep 25, 2024
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
September 25, 2024 20:21
c745a13
to
4b85dbe
Compare
bharath-123
force-pushed
the
itamarreif/auctioneer/initial-protos
branch
from
September 26, 2024 14:54
009764a
to
30b0a5a
Compare
itamarreif
force-pushed
the
itamarreif/auctioneer/initial-protos
branch
from
September 26, 2024 15:50
30b0a5a
to
b91925a
Compare
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
2 times, most recently
from
September 26, 2024 15:51
eeac942
to
8e0f93a
Compare
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
October 30, 2024 17:09
5429bdd
to
58b4ce8
Compare
unncessarily bundle handle
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
November 1, 2024 23:06
dafa9f2
to
05a60a9
Compare
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
November 1, 2024 23:07
05a60a9
to
1baddf2
Compare
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
November 4, 2024 22:35
96a6af6
to
32eb3bc
Compare
itamarreif
force-pushed
the
itamarreif/auctioneer/eng-824
branch
from
November 4, 2024 22:49
32eb3bc
to
45810bf
Compare
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.
Summary
This PR adds the Auctioneer crate and boilerplate for a new binary.
Background
The new binary will be used for the auctioneer service. See the Auctioneer master issue for more context.
Changes
Cargo.toml
fileauctioneer::Auctioneer
handle for managing spawn and shutdown due to SIGTERMauctioneer::Inner
sets up the main object responsible for intiialization, running, and graceful shutdownTesting
Breaking Changelist
Related Issues
closes #1534, #1535, #1538,