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

merge changes/fixes from v2 back into main #333

Merged
merged 13 commits into from
Oct 24, 2024
Merged

Conversation

ozgunozerk
Copy link
Collaborator

@ozgunozerk ozgunozerk commented Oct 18, 2024

Merging the changes from v2 to main. This is quite important, it fixes our evm template and making it compatible with polkadot js environment.

Below are the fixes:

  • panic in block production due to slot duration (after polkadot-sdk update)
  • account type changes (to make it compatible with polkadot js)
  • chainspec changes and fixes
  • impl_runtime_api macro has to be in the same file with construct runtime for now (we can find a way and separate those again once we figure out how, but right now let's focus on the fix)
  • account lookup fix

Also imports other changes in v2 into main, like paseo-rococo, etc.

ggonzalez94 and others added 7 commits October 18, 2024 10:12
* change occurances from rococo to paseo and fix broken links

* improve index

* remove rococo-native featire from cargo.toml and other doc changes
* use evm compatible accounts, and fix properties for chain spec

* doc changes

* bump node and docs versions

* impl_runtime_apis need to be in the same file with construct runtime for the moment

* account type fix

* zombienet script update

* slot duration fix

---------

Co-authored-by: Nikita Khateev <[email protected]>
Co-authored-by: Özgün Özerk <[email protected]>
@ozgunozerk ozgunozerk self-assigned this Oct 18, 2024
Copy link

netlify bot commented Oct 18, 2024

Deploy Preview for docs-oz-polkadot canceled.

Name Link
🔨 Latest commit 2bfcd02
🔍 Latest deploy log https://app.netlify.com/sites/docs-oz-polkadot/deploys/671757bfbdab330008fb2d6e

@ozgunozerk
Copy link
Collaborator Author

@ggonzalez94 check for typos have a false positive in this case (tries to find typo in public address 🤣 )

@ozgunozerk ozgunozerk changed the title Rebase purpose temp v2 merge changes/fixes from v2 back into main Oct 18, 2024
@ggonzalez94
Copy link
Collaborator

@ggonzalez94 check for typos have a false positive in this case (tries to find typo in public address 🤣 )

@ozgunozerk I just added a .typos.toml config file that ignores this pattern. Feel free to check it and merge the PR

@ozgunozerk ozgunozerk merged commit 033cf12 into main Oct 24, 2024
7 checks passed
@ozgunozerk ozgunozerk deleted the rebase-purpose-temp-v2 branch October 24, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
4 participants