-
Notifications
You must be signed in to change notification settings - Fork 18
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
update main branch with develop for 1.0.0-rc.1 #727
Merged
Merged
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
use BorshStorageKey for the prefix of LookupMap for pending_requests
fix: add port to my_address so join method works
…e-dependencies (#614) * Utilize near_account_id crate * Getting local deps to work with tests * Moved out chain-signatures integration tests into own package * Seperated fastauth integration tests into own directory * Fixing configs and GH actions workflows * Proper lake-indexer image and more reliable builds * No more local packages * Some doc fixes and workflow fixes * Added secret manager accounts artifacts to .gitignore * Make tests work again * Get rust-analyzer to work on project root * Fix test-oidc image build * Try and fix audit CI * Clippy
feat: compile time binary builds for integration tests
fix: upgrade dependencies to fix some CVEs
* fix contract tests, add attached and required to errors * error and error messages naming * return more specific errors in user facing functions * fix error conversion issue * separate user facing functions into one impl block * move some of the contract structs to primitives * API and envs README * revert MpcError -> SignError * fmt * Update chain-signatures/contract/src/errors.rs Co-authored-by: DavidM-D <[email protected]> * Update chain-signatures/contract/src/errors.rs Co-authored-by: DavidM-D <[email protected]> * Update chain-signatures/contract/src/errors.rs Co-authored-by: DavidM-D <[email protected]> * Update chain-signatures/contract/src/errors.rs Co-authored-by: DavidM-D <[email protected]> * ignore RUSTSEC-2024-0357 * make sign_helper private --------- Co-authored-by: DavidM-D <[email protected]>
contract: return error rather than panic whenever possible
* use https only when connecting to GCP * create http or https client depending on passed parameters * ignore RUSTSEC-2024-0357 * use https in prod
Fix issue 679
…des can partake in signature generation (#710) * Include latest block height in /state * Added is_behind to indexer * Added unstable for /state * Added stable participants * Make Unstable a flag * Rename active to stable for signature functions
* Rename infra directories, and add documentation on deployment steps * updated docs * add script to generate sign_sk * initial deployment of mainnet nodes * currently deployed mainnet resources * added dev designator and perminant IPs to vars * moved VMs to dev project * misconfig changes * Fixed LB routing issue * added partner code and currently deployed mainnet dev env * added helper script to upload secrets to SM * added an example secrets file * addressing comments * comment suggestions * delete gen cipher keys dir * changed image family to LTS and enabled auto-updates --------- Co-authored-by: Xiangyi Zheng <[email protected]>
…ates (#714) * Moved contract various states to state.rs * Added near-rng crate * Added ability to deploy and update contract configs
* fix: node_version() for x.x.x-rc.x
ppca
force-pushed
the
xiangyi/main_update
branch
from
July 24, 2024 22:00
d5059ba
to
b1677a5
Compare
volovyks
approved these changes
Jul 25, 2024
Terraform Feature Environment Destroy (dev-727)Terraform Initialization ⚙️
|
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.