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

chore: release main #601

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 9, 2023

🤖 I have created a release beep boop

2.10.0

2.10.0 (2023-11-09)

Features

  • abi: add the option to use a literal abi string (#423) (3287cd1)
  • Add fetch command and improve publish outputs (#479) (286d44b)
  • builder: add descriptions to zod schemas (#566) (c45197d)
  • builder: add highlight boolean to contract cannonfile spec (#470) (06629e2)
  • cli: add cannon trace command (#455) (177cdbf)
  • cli: Add support for preset package reference in CLI (#449) (ec19aff)
  • ipfs: ipfs resolution refactor (#598) (9c6a1ef)
  • migrate cannonfile validation to zod (#320) (04ebdf6)
  • router: add @synthetixio/router dependency (9b0de26)
  • router: add example (6e5f177)
  • router: add router action step (56cab91)
  • router: add router step tests (aa1e7ae)
  • router: add test fixtures (ce7f2d3)
  • router: add usage of transparent-upgradable-proxy:4.9.3 (0038f5f)
  • router: fix plugin loading (f199216)
  • website: Explorer UI (09988e2)
  • website: Explorer UI (09988e2)
  • write-scripts: add basic json dump script (#556) (edcd88c)

Bug Fixes

  • 2.7 regressions (#461) (b9ecbb7)
  • add builder/src/ folder to package build (#491) (8b3c084)
  • builder: Add preset reference in source/package name (#415) (32c7745)
  • builder: file links in recursive provision packages (#534) (d085863)
  • builder: fix zod package regex for validation (#485) (e4fdda7)
  • builder: handling of package url modification during copy (#529) (7c5d585)
  • builder: lock ethers version in builder package below 6.0.0 (#484) (844c39e)
  • builder: remove 31 char limit on cannonfile version and fix nonce validation (#543) (155d39f)
  • builder: remove IPFS Gateway port check (#595) (dc2bc7c)
  • builder: use in memory during build (#573) (2efa683)
  • cli: minor improvements (#582) (3b38808)
  • fix preset name in deploy local tag filename (#472) (acf9d2d)
  • gitHeads references from lerna (ae76eae)
  • highlight: add highlight boolean to factory contracts (#536) (f4d40fe)
  • logs: build command ux (#553) (a1a9ed0)
  • misc debug mode fixes (#424) (2f99df5)
  • package name validations (#471) (e4aef62)
  • remove anvil from inspect command and add support for invoke target string (#364) (1dcaffb)
  • set default evmVersion to paris on Router's in not mainnet networks (#466) (a24da85)
  • tsconfig (56e7943)
  • update @synthetixio/router to 3.3.0 (7110c21)
  • update @synthetixio/router to 3.3.0 (4ecd62d)
2.10.0

2.10.0 (2023-11-09)

Features

  • Add fetch command and improve publish outputs (#479) (286d44b)
  • builder: add descriptions to zod schemas (#566) (c45197d)
  • cli: add cannon trace command (#455) (177cdbf)
  • cli: add ability to trace transactions while in cannon run (#507) (099a02e)
  • cli: add anvil custom options to run and build commands (e9cf80b)
  • cli: Add support for preset package reference in CLI (#449) (ec19aff)
  • cli: use cannon repo (#589) (bba3ae8)
  • ipfs: ipfs resolution refactor (#598) (9c6a1ef)
  • migrate cannonfile validation to zod (#320) (04ebdf6)
  • router: fix plugin loading (f199216)
  • write-scripts: add basic json dump script (#556) (edcd88c)

Bug Fixes

  • cannon trace bugs (#463) (aaf5165)
  • 2.7 regressions (#461) (b9ecbb7)
  • builder: handling of package url modification during copy (#529) (7c5d585)
  • ci: Fix bug in debug log (#567) (02b2be6)
  • cli: add error on upgrade-from when package not found (#407) (2630d2c)
  • cli: cannon executable (#499) (9b7fa1f)
  • cli: cannon test command failure (#600) (f414035)
  • cli: commands config actualized (#539) (63da051)
  • cli: fix bug on interact package ref cli input validation (#488) (0db8961)
  • cli: foundry doesn't resolve evm version (#480) (14e34d6)
  • cli: handle interact runtime error (#565) (d3814bf)
  • cli: improve provider resolution outputs and remove sensitive information from debug logs (#418) (545298f)
  • cli: make clean remove all files/folders in tags and metadata_cache (#531) (9363471)
  • cli: minor improvements (#582) (3b38808)
  • cli: move anvilOptions to commandsConfig file (#541) (f70ea47)
  • cli: much faster startup (#508) (5c199ee)
  • cli: prepend 0x to decode input tx data (#483) (57ac4d1)
  • cli: proper error on providerurl chainid and chainid mismatch (#509) (3f9d4ab)
  • cli: remove fallback provider (#537) (05c6638)
  • enforce setting publishIpfsUrl for publish command (#456) (bff21fb)
  • fix preset name in deploy local tag filename (#472) (acf9d2d)
  • gitHeads references from lerna (ae76eae)
  • highlight: add highlight boolean to factory contracts (#536) (f4d40fe)
  • logs: build command ux (#553) (a1a9ed0)
  • misc debug mode fixes (#424) (2f99df5)
  • package name validations (#471) (e4aef62)
  • remove anvil from inspect command and add support for invoke target string (#364) (1dcaffb)
  • remove ipfs troubleshoot from guide and apply bugfix to fetch (#590) (2fe8b42)
  • signer address comparison on build (#580) (b4110a1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @usecannon/builder bumped from ^2.9.9 to ^2.10.0
2.10.0

2.10.0 (2023-11-09)

Features

  • Add fetch command and improve publish outputs (#479) (286d44b)
  • cli: add anvil custom options to run and build commands (e9cf80b)
  • cli: Add support for preset package reference in CLI (#449) (ec19aff)
  • ipfs: ipfs resolution refactor (#598) (9c6a1ef)
  • migrate cannonfile validation to zod (#320) (04ebdf6)
  • write-scripts: add basic json dump script (#556) (edcd88c)

Bug Fixes

  • gitHeads references from lerna (ae76eae)
  • hardhat-cannon: enable configuration of anvil options on hardhat build task (#561) (bfff7d6)
  • hardhat-cannon: ensure execution signer is correct on cannon network (#599) (bb64057)
  • hardhat-cannon: Fixing hardhat compatibility with latest version (#359) (6855af9)
  • logs: build command ux (#553) (a1a9ed0)
  • misc debug mode fixes (#424) (2f99df5)
  • signer address comparison on build (#580) (b4110a1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @usecannon/builder bumped from ^2.9.9 to ^2.10.0
      • @usecannon/cli bumped from ^2.9.9 to ^2.10.0

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from c00d13c to cd8fb92 Compare November 9, 2023 14:28
Copy link

nx-cloud bot commented Nov 9, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit cd8fb92. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant