Closed RnkSngh closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The updates involve changes to package.json
for script management and module exports, including the removal of the deployToChain
function and adjustments in transaction handling in various files. The tsup.config.ts
file has been simplified to include all schema files with a wildcard. These modifications indicate a restructuring of the codebase, focusing on enhancing functionality and streamlining processes.
File(s) | Change Summary |
---|---|
package.json |
Removed scripts deploy-vibc-core-smart-contracts and setup-vibc-core-dispatcher ; updated module exports for ./evm/account and added export for ./schemas . |
src/deploy.ts |
Removed deployToChain function, indicating a change in deployment strategy. |
src/index.ts |
Removed deployToChain and sendTxToChain ; added updateContractsForChain . |
src/tx.ts |
Removed sendTxToChain function, indicating a change in transaction handling. |
tsup.config.ts |
Simplified file inclusion by replacing specific files in src/evm/schemas with a wildcard. |
sequenceDiagram
participant User
participant ContractManager
User->>ContractManager: Update Contracts
ContractManager-->>User: Confirmation of Update
deployContractsTo
in favor of updateContracts
, which aligns with the changes made in this PR regarding contract management.🐰 In code we hop, through paths anew,
With scripts that leap, and structures true.
A dance of changes, bright and spry,
In the meadow of code, we flutter and fly!
🥕 Here's to the tweaks, the fixes, the cheer,
For every little hop brings us near!
✨
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
Chores