-
Notifications
You must be signed in to change notification settings - Fork 3
Dev solana major fixes #140
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
Merged
Merged
Conversation
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
Maxim055
added a commit
that referenced
this pull request
Nov 18, 2025
* added Aztec. * Add environment variable for aztec stores. * Fix get swaps pagination * Add repository dtos for create and update * Remove swap id from transaction request * Get rid of calldata asset * Bring Aztec changes to dev. * added treasury generate for testing. * . * fixed treasury dockerfile build error * changed dockerIgnore and dockerFile files * Changed vault set async function for private salt variable. * Changed valut getAsync function. * Fix vault set changes to accept private_salt values * added new method in vault service. * remove comment. * changed gnerate method for testing. * changed treasury client timeout for aztec. * Changed treasury client factory to 10min. * minor changes for aztec test. * added missing aztec worker in js. * added aztec github action. * Try to update docker. * Fix docker. * Revert "Fix docker." This reverts commit 2f89b31. * Reapply "Fix docker." This reverts commit ea67f32. * Revert "Reapply "Fix docker."" This reverts commit c7fa55e. * Fix. * Make block range shorter. * Back starknet solver. (#134) * Fix new starknet solver. * Minor fixes. * Starknet signing part. * Commit. * Fix build erros. * Remove aztec. * Rename back treasury client. --------- Co-authored-by: Davit Mandzikyan <david@bransfer.io> Co-authored-by: maxim055 <max@bransfer.io> * Fix starknet signature. * Fix private key. * Make starknet to return bigints in starknet specific way. * fix. * Fix. * Remove v3 detaisl. * Some starknet fixes. * Reaad port from env variable * Add back 8080 port * Fixes. * revert ts config. * Dev solana remove revert (#138) * Back Solana with treasury signer. * Minor fix. * Fix yml. * Check after transaction block height is still valid. --------- Co-authored-by: Davit Mandzikyan <david@bransfer.io> * get back aztec * Some fixes. * Fix minors. * Remove some repositorys using from solana. * Fix solana yml. * Dummy commit. * yml Fixes. * Dommy commitV2. * Dummy commitV3. * Fix repo name. * Fix majors. (#139) Co-authored-by: Davit Mandzikyan <david@bransfer.io> * Dev solana major fixes (#140) * Fix majors. * Minor fixes. --------- Co-authored-by: Davit Mandzikyan <david@bransfer.io> * Update starknet lib. * Some starknet fixes. * Bring back Aztec. * Added Aztec worker. * Revert "Added Aztec worker." This reverts commit fb8a81c. * Fix aztec treasury. * Added env gitignore. * Update docker file. * Changed node version. * Fixed js docker. * Add dummy change. * Fix starknet event decoder. * Fixed treasury setDict method. * Fix correct event parsing. --------- Co-authored-by: erkostandyan <erik.kostandyan2003@gmail.com> Co-authored-by: artyom <artabr93@gmailcom> Co-authored-by: Ruben <vaderofficial@gmail.com> Co-authored-by: erkostandyan <101043934+erkostandyan@users.noreply.github.com> Co-authored-by: Davit Mandzikyan <david@bransfer.io> Co-authored-by: Mandzikyan <87118120+Mandzikyan@users.noreply.github.com> Co-authored-by: maxim055 <max@bransfer.io> Co-authored-by: Aram Kocharyan <aram.koch@gmail.com>
Mandzikyan
added a commit
that referenced
this pull request
Nov 19, 2025
* added Aztec. * Add environment variable for aztec stores. * Fix get swaps pagination * Add repository dtos for create and update * Remove swap id from transaction request * Get rid of calldata asset * Bring Aztec changes to dev. * added treasury generate for testing. * . * fixed treasury dockerfile build error * changed dockerIgnore and dockerFile files * Changed vault set async function for private salt variable. * Changed valut getAsync function. * Fix vault set changes to accept private_salt values * added new method in vault service. * remove comment. * changed gnerate method for testing. * changed treasury client timeout for aztec. * Changed treasury client factory to 10min. * minor changes for aztec test. * added missing aztec worker in js. * added aztec github action. * Try to update docker. * Fix docker. * Revert "Fix docker." This reverts commit 2f89b31. * Reapply "Fix docker." This reverts commit ea67f32. * Revert "Reapply "Fix docker."" This reverts commit c7fa55e. * Fix. * Make block range shorter. * Back starknet solver. (#134) * Fix new starknet solver. * Minor fixes. * Starknet signing part. * Commit. * Fix build erros. * Remove aztec. * Rename back treasury client. --------- Co-authored-by: Davit Mandzikyan <david@bransfer.io> Co-authored-by: maxim055 <max@bransfer.io> * Fix starknet signature. * Fix private key. * Make starknet to return bigints in starknet specific way. * fix. * Fix. * Remove v3 detaisl. * Some starknet fixes. * Reaad port from env variable * Add back 8080 port * Fixes. * revert ts config. * Dev solana remove revert (#138) * Back Solana with treasury signer. * Minor fix. * Fix yml. * Check after transaction block height is still valid. --------- Co-authored-by: Davit Mandzikyan <david@bransfer.io> * get back aztec * Some fixes. * Fix minors. * Remove some repositorys using from solana. * Fix solana yml. * Dummy commit. * yml Fixes. * Dommy commitV2. * Dummy commitV3. * Fix repo name. * Fix majors. (#139) Co-authored-by: Davit Mandzikyan <david@bransfer.io> * Dev solana major fixes (#140) * Fix majors. * Minor fixes. --------- Co-authored-by: Davit Mandzikyan <david@bransfer.io> * Update starknet lib. * Some starknet fixes. * Bring back Aztec. * Added Aztec worker. * Revert "Added Aztec worker." This reverts commit fb8a81c. * Fix aztec treasury. * Added env gitignore. * Update docker file. * Changed node version. * Fixed js docker. * Add dummy change. * Fix starknet event decoder. * Fixed treasury setDict method. * Fix correct event parsing. * Increased treasury timeout. * Increased timeout * Mapping solver source and destination addreses in SwapDto.cs. * Returning detailed swap dto instead of swap dto * Create htlc lock for solana native contract. (#143) Co-authored-by: Davit Mandzikyan <david@bransfer.io> * Initial commit. * Added aztec config service. * Removed comments. * Dev solana native program (#145) * Create htlc lock for solana native contract. * Create Solana native htlc program. * Merge with dev. * Add de;eted files. --------- Co-authored-by: Davit Mandzikyan <david@bransfer.io> * Fixes. * Fix refund address. --------- Co-authored-by: erkostandyan <erik.kostandyan2003@gmail.com> Co-authored-by: artyom <artabr93@gmailcom> Co-authored-by: Ruben <vaderofficial@gmail.com> Co-authored-by: erkostandyan <101043934+erkostandyan@users.noreply.github.com> Co-authored-by: Davit Mandzikyan <david@bransfer.io> Co-authored-by: maxim055 <max@bransfer.io> Co-authored-by: Aram Kocharyan <aram.koch@gmail.com> Co-authored-by: Martin Khachatryan <86410695+Martin9204@users.noreply.github.com>
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.