forked from trustwallet/wallet-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork Sync #9
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
Open
github-actions
wants to merge
839
commits into
better-dart:master
Choose a base branch
from
trustwallet:master
base: master
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
Fork Sync #9
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
* [THORSwap]: Fix memo for ->BSC swap * TODO broadcast a transaction * [CI] Trigger CI
* [Rust]: Small refactoring * [Rust]: Add `TemplateGenerator` * Add new blockchain crate templates * [Rust]: Add new blockchain integration tests templates * [Rust]: Add new blockchain to test_coin_address_derivation * [C++]: Add cpp::new_blockchain * Add C++ Entry.h template * [C++]: Fix cpp::new_blockchain * [C++]: Add TWCoinType, TWBlockchain enum generating * [C++]: Add Blockchain entry to the `Coin.cpp` dispatcher * [Codegen]: Some improvements * [Codegen]: Revert coin_skeleton_gen.rb * [Codegen]: Generate Blockchain.proto file * [Codegen]: Generate TWCoinTypeTests.cppp file * [Codegen]: Generate TWAnySignerTests.cpp, TWAnyAddressTests.cpp files * [Codegen]: Fix Protobuf * [Codegen]: Refactor codegen-v1 to allow to generate mobile tests only * [Codegen]: Generate CoinAddressDerivationTests.cpp cases * [Codegen]: Add new-evmchain cmd * [Codegen]: Refactor C++ code generators * [Codegen]: Refactor Rust generators, fix sorting error * [Codegen]: Run codegen-v2 new-blockchain-rust iotex on Rust CI pipeline * [CI] Trigger CI
* [KMP]: Bump to 4.0.9 * [Codegen]: Fix warnings
* add XRP escrow proto defs * XRP escrow transaction encoding * update XRP signer * XRP escrow transaction tests * add XRP mainnet escrow transaction tests * [KMP]: Bump to 4.0.10 --------- Co-authored-by: satoshiotomakan <[email protected]>
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 7.2.5. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@v6.11.3...protobufjs-v7.2.5) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sztergbaum Roman <[email protected]>
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.11 to 0.36.17. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.36.11...v0.36.17) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….ts (#3412) Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.1.0 to 7.2.5. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v7.1.0...protobufjs-v7.2.5) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sztergbaum Roman <[email protected]>
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/commits) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sztergbaum Roman <[email protected]>
* [BNB]: Generate BNB Beacon chain skeleton files in Rust * [BNB]: Implement `BinanceAddress`, add Address tests * [BNB]: Add TBinance address tests * [BNB]: Add Transaction and its encoding, prehashing * Add Amino encoding * [BNB]: Sign a transaction * TODO Add tests, handle all message types * [BNB]: Add a signing test * [BNB]: Add `SendOrder`, `CancelOrder` * [BNB]: Add Token orders * [BNB]: Add `TokenBurnOrder`, `HTLTOrder` * [BNB]: Add `DepositHTLT` * [BNB]: Add `ClaimHTLTOrder`, `RefundHTLTOrder` * [BNB]: Add `TransferOutOrder` * [BNB]: Add `SideChainDelegate`, `SideChainRedelegate`, `SideChainUndelegate` orders * [BNB]: Add `TimeLock`, `TimeRelock`, `TimeUnlock` orders * [BNB]: Implement Transaction Compiler * [BNB]: Increase code coverage * [BNB]: Replace C++ implementation * [BNB]: Move TX preimage implementation to `JsonPreimager` * Remove C++ Signing tests * [BNB]: Extend `CoinEntry` documentation * [CI] Trigger CI * [BNB]: Remove `TransactionCompilerBuildInput` * [BNB]: Avoid duplicating code * [BNB]: Add fuzz tests
* feat(manta): Add support for Manta Pacific Mainnet * feat(manta): Fix iOS, Android, Kotlin tests * feat(manta): Fix some tests, codegen-v2
* [Kotlin]: Update Kotlin yarn.lock * [Kotlin]: Update Kotlin yarn.lock with node@21 * [Kotlin]: Upgrade Webpack to 5.89.0 * [CI] Trigger CI * [CI/KMP]: Bump version to 4.0.14 * [CI/iOS]: Use 16.4 iOS runtime
* [Greenfield]: Generate Rust skeleton for BNB Greenfield * [Greenfield]: Add `Eip712Preimager` * [Greenfield]: Continue implementing tx signing * Add `TxBuilder` * TODO add `TransferOut` message * [Greenfield]: Small refactoring * [Greenfield]: Add a signer test, fix bugs * [Greenfield]: Add support for TransferOut message * [Greenfield]: Finish implementing `Signer` and `Compiler` * [Greenfield]: Add a signing test, fix Signer * [Greenfield]: Add missing tests, mainnet as well * [Greenfield]: Add compile test * [Greenfield]: Fix TODO * [Greenfield]: Remove C++ implementation * [Greenfield]: Minor changes * [Greenfield]: Move Cosmos protobuf directory to `tw_cosmos_sdk` * [Greenfield]: Add fuzz test * [Greenfield]: Update chainId * [CI] Trigger CI * [Greenfield]: Fix fmt * [Greenfield]: Fix kmp sample
Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.8 to 0.2.10. - [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases) - [Commits](dtolnay/unsafe-libyaml@0.2.8...0.2.10) --- updated-dependencies: - dependency-name: unsafe-libyaml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update owners for kotlin/ related files
…4351) * fix(biz): Allow to call `Biz.execute` when EOA is delegated already * feature(biz): Adopt C++ tests * feat(biz): Add and fix android tests * feat(biz): Fix ios tests * chore(aa): Rename `Execute` and `Batch` to `AAExecute` and `AABatch` correspondingly * chore(scw): Rename `AABatch` and `AAExecute` to `SCWalletBatch` and `SCWalletExecute`
* Upgrades protobuf to 3.20.3 * Updates files * Use sorted list * Updates yml * Updates project.yml as well * Updates symlink
Co-authored-by: Sergei Boiko <[email protected]>
* Update properties.rs * Update functions.rs --------- Co-authored-by: Sergei Boiko <[email protected]>
* Renames Swift Package to WalletCoreSwiftProtobuf * Fixes build * Use SwiftProtobuf in podspec * Updates playground * Trigger Build * Updates podspec * Use WalletCoreSwiftProtobuf Podspec * Updates Podspec * Fixes deprecated API usage --------- Co-authored-by: Sergei Boiko <[email protected]>
* feat(pactus): support testnet address derivation * test(pactus): fix KT broken tests * test(pactus): fix KT broken tests * feat(pactus): support validator string for testnet * chore: derivation name in YAML file in camelCase
* Adds API to import encoded private keys * Adds solana base58 decoding as well * Supports 64 byte solana key import and moves Crc * Adds API to retrieve encoded key * Adds APIs and Tests based on the discussion * Addresses review comments * Addresses review comments * Updates Android test
…MS. (#4363) * Support signing EIP 7702 transactions with a sign server, e.g., AWS KMS. * chore: rename MaybeOtherAuthFields to AuthorizationCustomSignature
Co-authored-by: Sergei Boiko <[email protected]>
Co-authored-by: Sergei Boiko <[email protected]>
…ture framework (#4365) * Integrate the EIP 7702 authorization signature into the message signature framework * Adjust the code according to the comments --------- Co-authored-by: Sergei Boiko <[email protected]>
* my tracked commit * MsgInstantiateContract * revert formatting * test * Tests fixes and broadcast * cargo fmt * remove unused --------- Co-authored-by: gupnik <[email protected]>
* Adds Rust Memory Leak Checker * FMT * Fix memory leaks * Adds codecov ci as well * Addresses review comments * Minor * Use `uname -s` * Adds dependencies install * Minor change * Moves coverage to rust ci * Minor fix * Minor * Minor * No need to install llm cov again * comment the codecov step for now
* Adds flutter bindings * Adds sample and CI * Adds tests * Add env * fix copy step
* [TON]: Fixes issue with large transfers * Removes lock change --------- Co-authored-by: Sergei Boiko <[email protected]>
* [Solana]: Support adding instruction at specified index * Rename tw_solana_transaction_add_instruction to tw_solana_transaction_insert_instruction --------- Co-authored-by: Sergei Boiko <[email protected]>
* remove CARGO_WORKSPACE_DIR from .env * rustfmt tw_ffi.rs
* Migrates Barz and Eth Address APIs to rust * Adds FFI tests and migrate C++ tests * FMT * Fixes memory leak * Fixes invalid ptr issue * Another try * Addresses review comments * Addresses review comments * Addresses review comment --------- Co-authored-by: Sergei Boiko <[email protected]>
* Support compiling tron raw json from DApp * Support raw json in method sign * chore: change code comments * Fix signature structure in compiling output
* test(ci): Print all work schemas * test(ci): Manually update macos to 15 * test(ci): Clean up Podfile.lock * test(ci): Use iOS 18.5 simulator * test(ci): Fix iOS device * fix(ci): Enale all CIs * fix(ci): Downgrade objectVersion to 56 * fix(ci): Try to use new SONAR_TOKEN * fix(ci): Use macos-latest-xlarge * fix(ci): Disable SonarCloud analysis temporarily * fix(ci): Add `xcodegen` script * fix(ci): Fix `xcodegen` script * chore(ci): Trigger build * fix(ci): Minor changes --------- Co-authored-by: Sergei Boiko <[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.