Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
P 896 bridge related migration decimal convertor (#2940)
* feat: initial pallets add without migration, disable ts-test * debug: fmt * feat: rough fix * chore: taplo fmt * feat: add First stage logic adoption and migration plan * build(deps): bump num-integer from 0.1.45 to 0.1.46 (#2921) Bumps [num-integer](https://github.com/rust-num/num-integer) from 0.1.45 to 0.1.46. - [Changelog](https://github.com/rust-num/num-integer/blob/master/RELEASES.md) - [Commits](rust-num/num-integer@num-integer-0.1.45...num-integer-0.1.46) --- updated-dependencies: - dependency-name: num-integer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BillyWooo <[email protected]> * build(deps): bump tokio from 1.38.0 to 1.38.1 (#2922) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BillyWooo <[email protected]> * P 893 enhance bitarcoss worker ceremony processing with multithreading (#2901) * multithreading * fix deadlock between workers * change timeout to 30s * remove some log * remove some log * optimize ceremony data sharing logic * remove code for debugging * fix fmt * fix clippy * change module name * clean up code * restore test_full_flow_with_3_ceremonies * remove redundant match * increase TCSNum to 64 * reorganize code structure * fix test * fix check_signBitcoin * add SignBitcoinPayload to InitCeremony * read threads count from cli (#2912) * add CeremonyRoundCall * change CreateSignTask to Request * fix passing cli params * fix timeout reply * fix timeout reply --------- Co-authored-by: Jayanring <[email protected]> Co-authored-by: Kasper Ziemianek <[email protected]> * import sidechain block through trusted rpc (#2913) * import sidechain block through trusted rpc * use DirectClient * upstream fixes --------- Co-authored-by: Kai <[email protected]> * feat: fix runtime impl, add migration; Pallet unitest and logic TODO * Hardhat test with brc20 contract (#2927) * feat: P-886 integrate hardhat into dynamic assertions, wrap contract in proxy contract so as to get the return value in unit test, added test for BRC20 TokenHoldingAmount. Fixed openzipline import with @ import working with remix too * fix: formatted all contracts * fix: update ci install script for Dynamic-contract step * fix: prevent lockfile update because it may cause check-format fail * fix: remove frozen-lockfile option from pnpm install, ignore pnpm-lock.yaml for prettier * fix: use hardhat instead of foundry to compile contracts * fix: use Strings.equal to simplify string compare, add remixd install step to README * add remix config file to .gitignore --------- Co-authored-by: higherordertech <higherordertech> * Musig2 metrics (#2930) * multithreading * fix deadlock between workers * change timeout to 30s * remove some log * remove some log * optimize ceremony data sharing logic * remove code for debugging * fix fmt * fix clippy * change module name * clean up code * restore test_full_flow_with_3_ceremonies * remove redundant match * increase TCSNum to 64 * reorganize code structure * fix test * fix check_signBitcoin * add SignBitcoinPayload to InitCeremony * read threads count from cli (#2912) * add CeremonyRoundCall * change CreateSignTask to Request * fix passing cli params * musig2 ceremony metrics * fmt --------- Co-authored-by: Jayanring <[email protected]> Co-authored-by: Jayanring <[email protected]> * Add basic bitacross worker ci integration tests (#2934) * rpc method for checking musig2 ceremony correctness * test sign_bitcoin by enclave account * ts code to test sign_bitcoin * build bitacross docker image * add bitacross integration tests * enable enclave tests * adjust test * add reject unauthorized to ws client * increase wait time for workers startup * update filefilter * trigger bitacross rebuild * remove bitacross cache * Push bitacross-worker image in CI (#2935) * Adding register OIDC client call to identity management pallet (#2931) * adding register_oidc_client to identity-management pallet * updating mock * adding tests * adding unregister_oidc_client call * adding test assertion for register_oidc_client * adding tests for unregister_oidc_client * adding temporary weights * refactoring names * adding docs comment * adding TODO comment * updating runtimes * fixing clippy issues * increasing runtime version in tests * adding getter function * feat: fix pallet assets handler logic and unit test * chore * chore * chore * chore * chore * chore * parachain-api: expose link_identity_callback (#2937) Signed-off-by: Jonathan Alvarez <[email protected]> * chore * chore * chore * chore * chore * build(deps): bump syn from 2.0.71 to 2.0.72 (#2923) Bumps [syn](https://github.com/dtolnay/syn) from 2.0.71 to 2.0.72. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.71...2.0.72) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BillyWooo <[email protected]> * chore * chore * chore: static * chore * feat: fix ts step by step. Missing bridge solidity contract abi * feat: fix bridge contract abi and repo source * chore * chore * chore * chore * chore * chore * chore * feat: fix litentry migration first * feat: fix rococo, litmus * chore * chore * chore * chore * chore * chore * chore * chore * chore: iter should be mut * chore * chore: replace std with sp-std * feat: try add logic modification on bridge ts test * feat: dsiable ts again --------- Signed-off-by: WMQ <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jonathan Alvarez <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BillyWooo <[email protected]> Co-authored-by: Jayanring <[email protected]> Co-authored-by: Jayanring <[email protected]> Co-authored-by: Kasper Ziemianek <[email protected]> Co-authored-by: Kai <[email protected]> Co-authored-by: will.li <[email protected]> Co-authored-by: Francisco Silva <[email protected]> Co-authored-by: Jonathan Alvarez <[email protected]>
- Loading branch information