Closed fadeev closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-v2 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 12, 2024 4:11pm |
The recent updates streamline and enhance the developer documentation and configuration files. Key changes include renaming YourContract
to UniversalApp
, introducing new methods for cross-chain interaction, and removing outdated configuration options. These modifications improve clarity and provide additional functionality for universal apps, facilitating more efficient cross-chain transactions and better resource management during builds.
File | Change Summary |
---|---|
src/pages/developers/apps/_meta.json |
Removed the "interacting" section, including its title and description. |
src/pages/developers/apps/intro.mdx |
Renamed YourContract to UniversalApp and added/modified methods for handling cross-chain calls. |
next.config.js |
Removed webpackBuildWorker configuration, impacting memory usage during builds. |
src/pages/developers/tutorials/hello.mdx |
Removed the link to "Interacting with a Universal App" under Prerequisites. |
🐇 In the realm of chains, a contract's rebirth,
UniversalApp
now shines with worth.
Cross-chain calls and tokens traverse,
Through gateways they glide, a seamless verse.
With builds streamlined and docs so clear,
A coder's dream, let's give a cheer! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
YourContract
toUniversalApp
to better reflect functionality.webpackBuildWorker
configuration to optimize build memory usage.Documentation