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

My fork branch #4

Open
wants to merge 118 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
22a74b3
feat: wallet integration (#371)
peterwht Dec 19, 2024
c1ed1ce
fix: hrmp (#278)
evilrobot-01 Dec 19, 2024
21d02db
refactor(up): bump fallback versions (#393)
evilrobot-01 Dec 19, 2024
2a58bf4
chore: replace codeowners (#388)
AlexD10S Dec 19, 2024
661c625
build(deps): remove unused dependencies (#369)
evilrobot-01 Dec 19, 2024
e96d8c7
chore(wallet): update frontend with papi support (#395)
peterwht Dec 19, 2024
cbf722a
chore: release v0.6.0 (#394)
AlexD10S Dec 19, 2024
ca1cd92
fix: check_contracts_node handles skip_confirm (#396)
al3mart Jan 3, 2025
a91ccfd
chore: support specify contract path input with or without -p flag (#…
ndkazu Jan 7, 2025
17d3bd6
build(release): update upload-artifact to v4 (#398)
al3mart Jan 10, 2025
2e03233
build(deps): bump openssl from 0.10.68 to 0.10.70 (#402)
dependabot[bot] Feb 7, 2025
84e9d0b
chore: `profile` comment in `build_parachain` (#406)
chungquantin Feb 12, 2025
00680f8
fix: increase `DefaultBodyLimit` to prevent large payload failures (#…
AlexD10S Feb 13, 2025
a2b9184
fix: prevent recursion error with `pallet_collective` metadata (#412)
AlexD10S Feb 17, 2025
68ec6d5
feat: enable pop up without project type specification (#403)
AlexD10S Feb 17, 2025
11f2d86
test: detects_project_type_correctly
AlexD10S Feb 9, 2025
50a207d
feat: parachain deployment in pop up
AlexD10S Feb 9, 2025
0a64db8
fix: parachain feature
AlexD10S Feb 9, 2025
89d4c23
docs: improve comments
AlexD10S Feb 17, 2025
77309e2
feat: deploy a parachain commands
AlexD10S Feb 10, 2025
f9dffc6
feat: build specs in pop up
AlexD10S Feb 10, 2025
8016272
feat: logic to interact with a chain
AlexD10S Feb 11, 2025
11869aa
feat: register parachain
AlexD10S Feb 11, 2025
d30c135
refactor: clean code and improve docs
AlexD10S Feb 11, 2025
9bd7229
test: unit tests for pop up methods
AlexD10S Feb 11, 2025
5952580
refactor: small fixes with visibility and removing logs
AlexD10S Feb 12, 2025
d5bd298
feat: return events in submit_signed_extrinsic
AlexD10S Feb 13, 2025
6abeba8
feat: get para_id from event
AlexD10S Feb 14, 2025
d360dba
test: fix detects_parachain_correctly
AlexD10S Feb 17, 2025
7f9b926
refactor: improve docs and code
AlexD10S Feb 17, 2025
ece5507
test: fix change_working_directory_works
AlexD10S Feb 17, 2025
e413871
fix: clippy warnings
AlexD10S Feb 18, 2025
61be242
feat: update parachain templates (#297)
AlexD10S Feb 18, 2025
7d87f17
refactor: move submit_extrinsic_with_wallet in a common file
AlexD10S Feb 20, 2025
ae3d9a4
refactor: remove unnecesary code
AlexD10S Feb 20, 2025
54a676e
refactor: UpChainCommand structure
AlexD10S Feb 20, 2025
db6e30d
test: adjust tests to refactored struct
AlexD10S Feb 20, 2025
50983c1
refactor: renaming prepare_register_parachain_call_data and prepare_r…
AlexD10S Feb 20, 2025
cfc566e
refactor: move events module
AlexD10S Feb 20, 2025
93053df
fix: submit_extrinsic_with_wallet under parachain feature
AlexD10S Feb 20, 2025
849dff0
refactor: remove unnecesary code
AlexD10S Feb 20, 2025
74cf390
test: increase coverage with reserve_parachain_id_fails_wrong_chain a…
AlexD10S Feb 20, 2025
2548d0f
refactor: remove unnecesary clones
AlexD10S Feb 21, 2025
4656511
refactor: minor improvements
AlexD10S Feb 21, 2025
dcbeb6a
test: refactor tests and include comments
AlexD10S Feb 21, 2025
3b9aace
refactor: map errors in submit_extrinsic_with_wallet
AlexD10S Feb 21, 2025
8bad430
test: fix prepare_register_parachain_call_data_works
AlexD10S Feb 21, 2025
e581537
refactor: move configure_chain into a common folder
AlexD10S Feb 23, 2025
f5cab4d
refactor: function visibility
AlexD10S Feb 24, 2025
18abc5b
fix: error message and include test for it
AlexD10S Feb 26, 2025
7d7e345
feat: construct_proxy_extrinsic
AlexD10S Feb 25, 2025
aa5a26f
feat: prompt for proxy address in the UI
AlexD10S Feb 26, 2025
10a879a
docs: improve flag description and display command to be executed
AlexD10S Feb 27, 2025
3dad2ed
docs: improve prompt to the user message for proxy
AlexD10S Feb 27, 2025
4e903fb
feat: replace index.html with costs for calls with proxy in ui
AlexD10S Feb 27, 2025
7a724b3
refactor: remove display command information (separate PR)
AlexD10S Feb 27, 2025
f6b26d6
test: fix resolve_proxy_address_works
AlexD10S Feb 27, 2025
b34e67f
refactor: rename and more clear messages for the user to prompt proxi…
AlexD10S Feb 28, 2025
dc12061
chore: update index.html with latest changes
AlexD10S Feb 28, 2025
56ce3af
test: fix format
AlexD10S Feb 28, 2025
8492820
fix: remove onboard.rs empty file (#433)
AlexD10S Mar 3, 2025
14e8146
test: detects_project_type_correctly
AlexD10S Feb 9, 2025
79fdb42
feat: parachain deployment in pop up
AlexD10S Feb 9, 2025
a78463f
fix: parachain feature
AlexD10S Feb 9, 2025
a3c5b34
docs: improve comments
AlexD10S Feb 17, 2025
708cd42
feat: replace index.html with summary costs in ui (#430)
AlexD10S Feb 27, 2025
1ae6308
refactor: rename parachain to rollup
AlexD10S Mar 1, 2025
1d55f23
docs: improve deprecation message
AlexD10S Mar 1, 2025
0f53ec6
refactor: rename parachain to rollup in up help
AlexD10S Mar 1, 2025
1476a1d
feat: deploy a parachain commands
AlexD10S Feb 10, 2025
9c8e1e1
feat: build specs in pop up
AlexD10S Feb 10, 2025
deed4ee
feat: logic to interact with a chain
AlexD10S Feb 11, 2025
83ca4cf
feat: register parachain
AlexD10S Feb 11, 2025
78a328e
refactor: clean code and improve docs
AlexD10S Feb 11, 2025
1b65915
test: unit tests for pop up methods
AlexD10S Feb 11, 2025
1bf57e8
refactor: small fixes with visibility and removing logs
AlexD10S Feb 12, 2025
cd610bd
feat: return events in submit_signed_extrinsic
AlexD10S Feb 13, 2025
386666c
feat: get para_id from event
AlexD10S Feb 14, 2025
2971f8a
test: fix detects_parachain_correctly
AlexD10S Feb 17, 2025
ef53c4f
refactor: improve docs and code
AlexD10S Feb 17, 2025
c3b9b70
test: fix change_working_directory_works
AlexD10S Feb 17, 2025
1aa4bad
fix: clippy warnings
AlexD10S Feb 18, 2025
81de3a7
refactor: move submit_extrinsic_with_wallet in a common file
AlexD10S Feb 20, 2025
66019ed
refactor: remove unnecesary code
AlexD10S Feb 20, 2025
dfa5da5
refactor: UpChainCommand structure
AlexD10S Feb 20, 2025
a78f51a
test: adjust tests to refactored struct
AlexD10S Feb 20, 2025
98176fa
refactor: renaming prepare_register_parachain_call_data and prepare_r…
AlexD10S Feb 20, 2025
5535b9c
refactor: move events module
AlexD10S Feb 20, 2025
204bb7c
fix: submit_extrinsic_with_wallet under parachain feature
AlexD10S Feb 20, 2025
9ed671e
refactor: remove unnecesary code
AlexD10S Feb 20, 2025
7a4ee0a
test: increase coverage with reserve_parachain_id_fails_wrong_chain a…
AlexD10S Feb 20, 2025
4bb6d2f
refactor: remove unnecesary clones
AlexD10S Feb 21, 2025
a7ab10f
refactor: minor improvements
AlexD10S Feb 21, 2025
22acd08
test: refactor tests and include comments
AlexD10S Feb 21, 2025
f5ae484
refactor: map errors in submit_extrinsic_with_wallet
AlexD10S Feb 21, 2025
6dd6ff4
test: fix prepare_register_parachain_call_data_works
AlexD10S Feb 21, 2025
c4679e5
refactor: move configure_chain into a common folder
AlexD10S Feb 23, 2025
ab8901e
refactor: function visibility
AlexD10S Feb 24, 2025
5e6f877
fix: error message and include test for it
AlexD10S Feb 26, 2025
fb507d9
refactor: build specs removing repetitive code
AlexD10S Feb 28, 2025
63aad38
refactor: use prepare_extrinsic from Call module to prepare a call
AlexD10S Mar 1, 2025
321442d
docs: improve comments and messages
AlexD10S Mar 1, 2025
18c7931
refactor: rename variables and structs
AlexD10S Mar 1, 2025
88138f5
refactor: relay_chain_url
AlexD10S Mar 1, 2025
66541a9
refactor: rename prepare_reserve_call_data and prepare_register_call_…
AlexD10S Mar 1, 2025
4fdbdf0
test: remove unnecesary test
AlexD10S Mar 1, 2025
6a9bb4a
refactor: remove events module
AlexD10S Mar 1, 2025
9449d9f
refactor: rename parachain to rollup
AlexD10S Mar 3, 2025
61e4929
chore: improve succesful message
AlexD10S Mar 3, 2025
7d3028f
chore: change intro title to use rollup
AlexD10S Mar 3, 2025
3ed1d83
docs: comments for Reserved event
AlexD10S Mar 3, 2025
6fdf633
chore: rename parachain and merge new structure in build
AlexD10S Mar 3, 2025
bfbb8e4
refactor: clean code to avoid unnecesary clone
AlexD10S Mar 3, 2025
34b9539
feat: wrap Id by default in the proxy address and improve comment
AlexD10S Mar 3, 2025
f18de68
refactor: remove ProxyConfig and use Proxy
AlexD10S Mar 3, 2025
59b5602
fix: update version deny
AlexD10S Mar 3, 2025
5d3d931
fix: update .toml
AlexD10S Mar 3, 2025
98824b1
fix: remove unmantained
AlexD10S Mar 3, 2025
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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@AlexD10S
@brunopgalvao
@weezy20
@al3mart
@evilrobot-01
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2

docker:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
tar -czf ${{ env.package }} pop pop.sha256

- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: ${{ env.path }}/${{ env.package }}
Expand All @@ -81,4 +81,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
${{ env.path }}/${{ env.package }}
${{ env.path }}/${{ env.package }}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## [0.6.0] - 2024-12-19

### 🚀 Features

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

### 🐛 Fixes

- Build spec experience (#331)
- HRMP channels (#278)

### 🚜 Refactor

- Ensure short args consistency (#386)
- Bump fallback versions (#393)

### ⚙️ Miscellaneous Tasks

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

### Build

- *(deps)* Remove unused dependencies (#369)

## [0.5.0] - 2024-11-08

### 🚀 Features
Expand Down
Loading
Loading