-
Notifications
You must be signed in to change notification settings - Fork 6
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/sync 20240912 #39
Open
sotatek-tyler-nguyen4
wants to merge
176
commits into
main
Choose a base branch
from
feat/sync_20240912
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.
Open
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: add osmojs lib to cosmos chain * feat: add osmojs lib to cosmos chain * feat: add changeset file * Update rude-planets-explode.md --------- Co-authored-by: dp <[email protected]>
* feat: add base58 encoding to solana package * feat: add signMessage method to solana signers * fix: lint * fix: lint * chore: update changeset --------- Co-authored-by: dp <[email protected]>
* feat: move verifyAddress method to provider, make it static Co-authored-by: sotatek-tyler-nguyen4 <[email protected]> Co-authored-by: sotatek-tyler-nguyen4 <[email protected]> Co-authored-by: cicd <[email protected]> Co-authored-by: dp <[email protected]>
… default (#227) * feat: gasFeeOptions for chain and indexer should get data from rpc by default * feat: Add unit test for get fee options * add changeset --------- Co-authored-by: sotatek-tyler-nguyen4 <[email protected]>
…… (#246) * fix: Add the logic to fetch native token balance using multicall and batch call * chore: add changeset --------- Co-authored-by: sotatek-tyler-nguyen4 <[email protected]>
* feat: implement fee abstraction on osmosis chain * feat: implement fee abstraction on osmosis chain * fix: remove not used function * chore: setup test abstraction fee * feat: custom estimate fee with ibc token as fees * feat: update get max amount to send with ibc fee * add changeset * chore: resolve conflict * chore: update unit tests --------- Co-authored-by: sotatek-tyler-nguyen4 <[email protected]>
* feat: optimize cosmos and solana * feat: optimize binance lib and evm lib * chore: resolved review comment * chore: remove import from dist * chore: fix run testcase from core * chore: add changeset * chore: update changeset
* chore: install size limit package to develop * chore: install size limit package to develop
* feat: add indexer datasource to thorchain package (WIP) * feat: update manifest with nodeUrl, update testcases
* inital commit for adding msgDeposit * fix: updated proto * fix:lint * fix: toData type * fix: types for createMsg * fix asset parsing * fix: binance * fix: tests * fixed fee for mayachain * fix: test * chore: patch * Update packages/thor/src/msg.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: minor; --------- Co-authored-by: dp <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Danil Kuchmenko <[email protected]>
* chore: install size limit package to develop * chore: install size limit package to develop * chore: add size limit config
* feat: Split Chains Lib GQL package into binance lib * feat: XDEFI-4566: Split Chains Lib GQL package for binance * feat: XDEFI-4566 Split Chains Lib GQL package into each chain * feat: XDEFI-4566 split getCryptoAssets func to core * feat: update code generate * chore: add changeset
* chore: install size limit package to develop * chore: install size limit package to develop * chore: change limit size config
* fix: calculate fee rate to use for bitcoin dusting algorthm * chore: update unit tests * feat: add changeset --------- Co-authored-by: sotatek-tyler-nguyen4 <[email protected]> Co-authored-by: danilxdefi <[email protected]>
* chore: change build turbo config * chore: change build turbo config
* chore: add build size report to pull request * chore: add yarn step * chore: debuging git action * chore: debuging git action * chore: revert test action file * chore: update action file * chore: revert fee file * chore: uninstall size limit package * Chore: Debug build issue * Chore: Disabled cache * Chore: Disabled cache * Chore: Debug build issue * chore: separate size limit config file * chore: separate size limit config file * chore: add dependence to chain evm * chore: remove @xdefi-tech/chains-graphql from evm dependence * chore: change build turbo config * chore: change build turbo config * chore: optimize git report size action * chore: revert packages/evm/src/datasource/indexer/queries/fees.query.ts * chore: change size-limit config --------- Co-authored-by: abhishekgotoadmin <[email protected]> Co-authored-by: abhishek jha <[email protected]>
* fix: added MsgExecuteContract plus sanitiseMsg util * chore: bump
Co-authored-by: cicd <[email protected]>
* fix: update buildTx to avoid can't get EIP1559 gas fee error * fix: get gas fees for non eip1559 fee chains
* chore: Pass preflight settings from params for Solana chain * fix: use preflightCommitment for broadcast tx --------- Co-authored-by: sotatek-tyler-nguyen4 <[email protected]> Co-authored-by: danilxdefi <[email protected]>
* fix: add memo to utxo chains using @scure/btc-signer * fix: types & tests
Co-authored-by: sotatek-tyler-nguyen4 <[email protected]>
* feat(thor): rename chain id after hard fork * fix: test cases, add changeset --------- Co-authored-by: danilxdefi <[email protected]>
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.