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

Feature: Zombienet Setup Improvement #317

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1b43363
removed unused imports
chexware Mar 26, 2024
78dabc7
fixed formatting
chexware Mar 26, 2024
15c27db
added IsTeleporter config that enables transfering NEER/NUUM to AssetHub
chexware Mar 28, 2024
a2ded9e
added initial XCM testing setup
chexware Mar 28, 2024
8e31d0a
updated gitignore
chexware Mar 28, 2024
dca216d
fixed zombienet pioneer spawning make command
chexware Apr 2, 2024
6844d6f
added GenesisConfig for asset_manager
chexware Apr 4, 2024
cce4d7b
added prepopulated PINK and DED value to AssetManager GenesisState
chexware Apr 4, 2024
5ccf0a0
fixed ChainState build errors
chexware Apr 4, 2024
ce4b2f4
fixed Zombienet setup
chexware Apr 4, 2024
6580581
added pallet_evm genesis state for local testing
chexware Apr 10, 2024
421e99e
added script and make command for finding default Substrate address f…
chexware Apr 10, 2024
3f4e04f
added relaychain native token to metaverse and pioneer testnet configs
chexware Apr 12, 2024
fd78877
fixed formatting
chexware Apr 12, 2024
8072295
updated gitignore
chexware Apr 15, 2024
6bc2b57
zombienet setup works with local polkadot node versions above 1.0.0
chexware Apr 16, 2024
d7fa139
zombienet setup works with local AssetHub node versions above 1.0.0
chexware Apr 17, 2024
7b7c21e
revert changes of zombienet asset_hub
chexware Apr 17, 2024
41bbd4d
updated metaverse and pioneer commands
chexware Apr 22, 2024
e9a7856
updated ORML repo
chexware May 2, 2024
f4097d2
updated lock file
chexware May 2, 2024
68dbe27
Merge branch 'bit-country:master' into feature/enable-xcm-asset-hub-t…
chexware May 2, 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
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**/*.rs.bk
# Zombienet binaries
**/scripts/zombienet/bin/*
**/bin/*
.DS_Store

# The cache for docker container dependency
Expand All @@ -13,8 +14,13 @@
# The cache for chain data in container
.local

# chopsticks DB
db.sqlite
# These are copies chopsticks db files
**/scripts/chopsticks/db/*
**db*

# Node modules for EVM tools scripts
**/scripts/evm-tools/node_modules/
**/scripts/evm-tools/package-lock.json

# subalfred
subalfred
Expand Down
Loading
Loading