Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

moonbeam-foundation/xcm-sdk

changeset-bot[bot] created a comment on a pull request on moonbeam-foundation/xcm-sdk
### 🦋 Changeset detected Latest commit: 32bc17ed2ab319d9def6aa213f6b306144ce4cbf **The changes in this PR will be included in the next version bump.** <details><summary>This PR includes change...

View on GitHub

Rihyx opened a pull request on moonbeam-foundation/xcm-sdk
update patch and minor dependencies
### Description Please explain the changes this PR addresses here. ### Checklist - [ ] If this requires a documentation change, I have created a PR that updates the `mkdocs/docs` directory...
Rihyx created a branch on moonbeam-foundation/xcm-sdk

update-minor-patch-deps - The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to

mmaurello deleted a branch moonbeam-foundation/xcm-sdk

v3-next-mrl-transfer-2

mmaurello pushed 1 commit to v3-next moonbeam-foundation/xcm-sdk
  • Pass isAutomatic as parameter to transfer function (#372) * pass isAutomatic as parameter to transfer function * ... 0cbd112

View on GitHub

mmaurello closed a pull request on moonbeam-foundation/xcm-sdk
Pass isAutomatic as parameter to transfer function
For setting up the transfer we use isAutomaticPossible, for the actual transfer we use the param If automatic is not possible and the user passes true, we throw an error
Rihyx created a review on a pull request on moonbeam-foundation/xcm-sdk

View on GitHub

mmaurello pushed 1 commit to v3-next-mrl-transfer-2 moonbeam-foundation/xcm-sdk

View on GitHub

changeset-bot[bot] created a comment on a pull request on moonbeam-foundation/xcm-sdk
### ⚠️ No Changeset found Latest commit: b3dc342e82dcad52d0a932ffe0c49575e3e6e4b8 Merging this PR will not cause a version bump for any packages. If these changes should not result in a new ver...

View on GitHub

mmaurello opened a draft pull request on moonbeam-foundation/xcm-sdk
Pass isAutomatic as parameter to transfer function
For setting up the transfer we use isAutomaticPossible, for the actual transfer we use the param If automatic is not possible and the user passes true, we throw an error
mmaurello created a branch on moonbeam-foundation/xcm-sdk

v3-next-mrl-transfer-2 - The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to

mmaurello pushed 3 commits to v3-next moonbeam-foundation/xcm-sdk
  • remove parallel (#369) * remove parallel * add changeset * add new moonbase beta endpoint * update snapshot 6a119d9
  • Version Packages (#370) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 641334d
  • merge with main removing parallel fccf158

View on GitHub

github-actions[bot] published a release on moonbeam-foundation/xcm-sdk
@moonbeam-network/[email protected]
### Patch Changes - Updated dependencies \[[`6a119d9`](https://github.com/moonbeam-foundation/xcm-sdk/commit/6a119d9e166ca3805696718cb9ff42455c65b65e)]: - @moonbeam-network/[email protected]
github-actions[bot] published a release on moonbeam-foundation/xcm-sdk
@moonbeam-network/[email protected]
### Patch Changes - [#369](https://github.com/moonbeam-foundation/xcm-sdk/pull/369) [`6a119d9`](https://github.com/moonbeam-foundation/xcm-sdk/commit/6a119d9e166ca3805696718cb9ff42455c65b65e) Th...
github-actions[bot] created a tag on moonbeam-foundation/xcm-sdk

@moonbeam-network/[email protected] - The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to

github-actions[bot] created a tag on moonbeam-foundation/xcm-sdk

@moonbeam-network/[email protected] - The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to

mmaurello closed a pull request on moonbeam-foundation/xcm-sdk
Version Packages
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm a...
mmaurello created a review on a pull request on moonbeam-foundation/xcm-sdk

View on GitHub

mmaurello deleted a branch moonbeam-foundation/xcm-sdk

v3-next-mrl-transfer-1

mmaurello pushed 1 commit to v3-next moonbeam-foundation/xcm-sdk
  • Implement 'Batch' builder for EVM Parachains (#371) * update mrl example * implement Batch contract builder for s... 07e1499

View on GitHub

mmaurello closed a pull request on moonbeam-foundation/xcm-sdk
Implement 'Batch' builder for EVM Parachains
- Create Batch/XcmUtils/Xtokens builder function that lets EVMParachains execute MRL transactions - Implement said builder for the PeaqEVMAlphanet trasnfer builder Also, unrelated to MRL: - F...
ekenigs created a review on a pull request on moonbeam-foundation/xcm-sdk

View on GitHub

mmaurello pushed 1 commit to v3-next-mrl-transfer-1 moonbeam-foundation/xcm-sdk
  • fix linter issues from sovereign account balance checking implementations af79815

View on GitHub

mmaurello pushed 1 commit to v3-next-mrl-transfer-1 moonbeam-foundation/xcm-sdk

View on GitHub

mmaurello pushed 1 commit to v3-next-mrl-transfer-1 moonbeam-foundation/xcm-sdk

View on GitHub

socket-security[bot] created a comment on a pull request on moonbeam-foundation/xcm-sdk
<!-- overview-comment --> **New and removed dependencies detected.** Learn more about [Socket for GitHub ↗︎](https://socket.dev?utm_medium=gh) | Package | New capabilities | Transitives | Size | ...

View on GitHub

changeset-bot[bot] created a comment on a pull request on moonbeam-foundation/xcm-sdk
### ⚠️ No Changeset found Latest commit: cd57f8dce16e7993bbcd7063cc67bba6b97db87a Merging this PR will not cause a version bump for any packages. If these changes should not result in a new ver...

View on GitHub

mmaurello opened a pull request on moonbeam-foundation/xcm-sdk
Implement 'Batch' builder for EVM Parachains
- Create Batch/XcmUtils/Xtokens builder function that lets EVMParachains execute MRL transactions - Implement said builder for the PeaqEVMAlphanet trasnfer builder
mmaurello pushed 1 commit to v3-next-mrl-transfer-1 moonbeam-foundation/xcm-sdk

View on GitHub

mmaurello pushed 1 commit to v3-next-mrl-transfer-1 moonbeam-foundation/xcm-sdk
  • implement Batch contract builder for sending assets and xcm message with remote execution 0a6face

View on GitHub

Load more