-
Notifications
You must be signed in to change notification settings - Fork 47
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
Tracking PR for v0.7 release #978
Draft
bobbinth
wants to merge
28
commits into
main
Choose a base branch
from
next
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.
Draft
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
* feat: send 503 error when queue is full * docs: update changelog * fix: use new method to create an error
…::build_existing` (#969) * feat: Make `initialize_from_components` private * feat: Refactor `build_testing` into `build_existing` * chore: Remove `nonce` field in builder * chore: Add changelog * chore: Fix docs * chore: `make format` * chore: Fix incorrect changelog * chore: Refactor build `Auth` as method * chore: Update `with_assets` doc comment
…or::Error` (#974) * feat: Remove `Clone`, `PartialEq`, `Eq` from errors * feat: Refactor `AssetError` and `AssetVaultError` * feat: Use `thiserror` for `BlockError` * chore: Make `NoteExecutionHint` tags associated constants * feat: Use `thiserror` for `NoteError` * feat: Include printed Report in error * feat: Add error messages for `TransactionInputError` * feat: Add error messages for `TransactionOutputError` * feat: Use `thiserror` for `ProvenTransactionError` * feat: Update `winter-utils` to `0.10.2` * feat: Add error messages for `AccountDeltaError` * fix: Build no-std * feat: Add error messages for `AccountError` * chore: Add Changelog entry * chore: Fix formatting * feat: Replace `std` with `core::error::Error` * chore: Alphabetize dependency order * chore: Include only minor version in version string
* wip: unify queues in proxy * fix: remove prints, update documentation * fix: remove sleep * docs: update changelog * feat: use struct for queue, add methods for context, move functions to utils * docs: add separator for structs, add doc comments * feat: use VecDequeue instead of Vec for queues * fix: add concurrent to makefile installation * rename set_available_worker, use assert instead of if * fix: use constant for interval time * fix: fix docs, remove unused scope, remove _ from var * fix: changelog entry * feat: use u128 for request_id * docs: update {add, get}_available_worker documentation * fix: use mayus for structs sections, rename get_available_worker, add info logs, fix documentation
Improves the new `digest!` macro by allowing any length string literals. The previous implementation only allowed for Felt-multiple lengths.
* feat: AccountHeader serde * chore: CHANGELOG
* feat: impl extend advice func for TXKernel * refactor: add as_elements for AccountHeader, use new func in FPI tests * chore: update doc comment * refactor: make merkle path mandatory, use new function to provide the merkle path of foreign account * refactor: update variable name * refactor: impl StorageSlotHeader, move as_elements there * refactor: move back the constant, add doc comments
* feat: add conversion from `Account` to `AccountDelta` * Update objects/src/accounts/delta/storage.rs Co-authored-by: Philipp Gackstatter <[email protected]> * Update objects/src/accounts/delta/vault.rs Co-authored-by: Philipp Gackstatter <[email protected]> * refactor: reduce cloning in conversions * refactor: get rid of unnecessary vector allocations * docs: update CHANGELOG.md * fmt: apply rustfmt after merging * docs: improve function description --------- Co-authored-by: Philipp Gackstatter <[email protected]>
* feat: implement `count` method for (non)fungible asset deltas * refactor: rename `count` to `num_assets`
* feat: add `get_note_script_hash` * feat: add test * fix: kernel offsets * fix: unit tests * refactor: rename procedure * chore: add procedure documentation * chore: add procedures to docs * chore: update CHANGELOG * refactor: remove `Word` import from test
* refactor: require `Sync` for source of `InvalidFaucetAccountId` * refactor: add `'static` requirement
* feat: dynamic creation and removal of workers * feat: add command to update workers * refactor: use two lists for workers in load balancer * fix: separate update workers command in two
* feat: add Health Check to worker, use health check to remove workers from proxy feat: add health check server in worker feat: add gRPC healthcheck methods feat: add health check in proxy feat: add ProxyConfig::update_workers method docs: add entry to changelog docs: update README docs: remove old doc from field chore: remove unused fields in Worker Config, improve Worker::execute documentation docs: add documentation to LBWrapper, add documentation to BackgroundService, remove unwraps chore: split BackgroundService implementation in different methods * review: address review comments
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.
No description provided.