Skip to content

Commit

Permalink
feat: xcm + relayer (#326)
Browse files Browse the repository at this point in the history
* chore: release 0.4.0 (#318)

* fix: bump version to 0.3.1

* fix: image in pop-cli README crate

* chore: update changelog

* fix: logo in pop-cli crate

* fix: logo in pop-cli crate from onpop site

* fix: remove unused images

* fix: version 0.4.0

* chore: update version to 0.4.0

* build(deps): update zombienet-sdk to use fork

* chore: switch pop network configuration to paseo with hrmp channels

* test: add relay+asset hub network config files

* feat: clean dmpq state at genesis (#279)

* dispatch kill tx

* paseo-local metadata

* chore: address hrmp channels at creation

* clean unnecessary deps

* fix: don't wait for finalisation

* Provide documentation

* refactor: improve ux

* feat: add rococo-local metadata

* fix: resolve merge conflict

* chore: update zombienet-sdk

* feat: ismp relaying

* refactor: use dynamic tx for clearing dmpq state

---------

Co-authored-by: Alex Bean <[email protected]>
Co-authored-by: Frank Bell <[email protected]>
Co-authored-by: Alejandro Martinez Andres <[email protected]>
  • Loading branch information
4 people authored Oct 24, 2024
1 parent 7a7c1fc commit 86a5425
Show file tree
Hide file tree
Showing 25 changed files with 1,594 additions and 94 deletions.
Binary file removed .icons/logo.jpeg
Binary file not shown.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
# Changelog

All notable changes to this project will be documented in this file.
## [0.4.0] - 2024-10-04

### πŸš€ Features

- Adding new packages to workspace Cargo.toml automatically (#277)
- Improve pallet template generation (#261)

### πŸ› Fixes

- Update chain spec and fix fetch_latest_tag (#282)
- Remove extra 0x in outputted text when pop up (#298)
- Limit API calls when generating parachain (#299)

### 🚜 Refactor

- Update new pallet template (default) (#272)
- Move extract_template_files into common crate (#283)

### πŸ“š Documentation

- Add community section to README (#289)

### 🎨 Styling

- Format in ci.yml (#287)

### βš™οΈ Miscellaneous Tasks

- Bump cargo-contract and subxt versions (#307)
- Add clippy checks (#281)

### Build

- *(deps)* Bump zombienet-sdk (#273)

## [0.3.0] - 2024-07-26

Expand Down
Loading

0 comments on commit 86a5425

Please sign in to comment.