Skip to content
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

chore: release v0.6.0 #392

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fd962e2
feat(wallet-integration): server and API (#362)
peterwht Dec 9, 2024
a0a8397
feat(wallet integration): pop up contract (#365)
peterwht Dec 16, 2024
074e2f9
feat: wallet integration pop call chain (#379)
AlexD10S Dec 16, 2024
6b13134
Test wallet integration (#383)
peterwht Dec 16, 2024
7227abc
test(wallet-integration): remove sign_call_data test (#384)
al3mart Dec 17, 2024
89df5f6
chore: remove hex crate and use alternate means with test
peterwht Dec 17, 2024
ddb8ba6
chore: minor changes to comments, spinners, and deps
peterwht Dec 17, 2024
6035fd8
refactor: shared prompt, determine_signing_method
peterwht Dec 17, 2024
58c7ca6
refactor: use extrinsic instead of transaction
peterwht Dec 17, 2024
30e5c82
chore: latest frontend
peterwht Dec 17, 2024
b884f9d
feat: send remark on contracts-node launch
peterwht Dec 17, 2024
a4e9da2
chore: use cargo-contract crate release
peterwht Dec 17, 2024
0e19b8a
feat(wallet): choose random port for server
peterwht Dec 17, 2024
b2a6dcb
feat(wallet): auto-open browser
peterwht Dec 17, 2024
8d14f8c
chore: merge main
peterwht Dec 17, 2024
72b404c
refactor: find_free_port has preferred port
peterwht Dec 17, 2024
ca1e622
fix: conflicting tests merged to one
peterwht Dec 18, 2024
ecb8eaa
fix(wallet): port selection, update frontend
peterwht Dec 18, 2024
5e12dea
feat: update frontend with warning
peterwht Dec 18, 2024
4663b5e
[CI test] test: include instantiate_call_data_works (#389)
al3mart Dec 18, 2024
b757ac1
refactor: review fixes and improvements (#390)
evilrobot-01 Dec 18, 2024
c479866
chore: use latest frontend
peterwht Dec 18, 2024
b368da9
chore: latest frontend
peterwht Dec 18, 2024
f5c963e
chore: update frontend to remove trailing slash
peterwht Dec 18, 2024
7d89c60
test: increase sleep time in run_contracts_node
AlexD10S Dec 18, 2024
75605ae
fix: fmt
AlexD10S Dec 18, 2024
b11ef98
chore: bump versions
AlexD10S Dec 18, 2024
1793b40
chore: update CHANGELOG
AlexD10S Dec 18, 2024
557ca4c
refactor: rename wallet integration CHANGELOG
AlexD10S Dec 18, 2024
1e89d09
refactor: change parachain with chain in CHANGELOG
AlexD10S Dec 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file.

## [0.6.0] - 2024-12-18

### 🚀 Features

- Wallet integration (#371)
- Guide user to call a chain (#316)
- Guide user to call a contract (#306)
- Call chain events (#372)
- Add remark action (#387)

### 🐛 Fixes

- Build spec experience (#331)

### 🚜 Refactor

- Ensure short args consistency (#386)

### ⚙️ Miscellaneous Tasks

- Bump zombienet version to `v0.2.18` (#352)
- Set msrv (#385)
- Replace rococo to paseo name (#333)

## [0.5.0] - 2024-11-08

### 🚀 Features
Expand Down
Loading
Loading