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

Feat/add tx simulation #155

Merged
merged 9 commits into from
Jan 6, 2025
Merged

Feat/add tx simulation #155

merged 9 commits into from
Jan 6, 2025

Conversation

tonyboylehub
Copy link
Contributor

@tonyboylehub tonyboylehub commented Dec 30, 2024

Added

  • transactionSimulation + Test
  • getGenisisHash + test

Changes

Package.json (amman)
"DEBUG='amman:(info|error|debug)' CI=1 amman start" -> "amman start"
My machine wouldn't run with debug so I had to remove it. This could be put back if needed.

Ava Timeout
ava script test added default timeout to 1m due to airdrop required for test.
"ava" -> "ava --timeout=1m"

Skipped Tests
Some plugins are abit outdated such as bundlr and nft storage so I've skipped those tests for now.

Copy link

vercel bot commented Dec 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
umi-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2025 6:19pm

Copy link

changeset-bot bot commented Dec 30, 2024

🦋 Changeset detected

Latest commit: 2766787

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 20 packages
Name Type
@metaplex-foundation/umi-uploader-bundlr Major
@metaplex-foundation/umi-rpc-web3js Major
@metaplex-foundation/umi Major
@metaplex-foundation/umi-bundle-defaults Major
@metaplex-foundation/umi-bundle-tests Major
@metaplex-foundation/umi-uploader-irys Major
@metaplex-foundation/umi-uploader-nft-storage Major
@metaplex-foundation/umi-downloader-http Major
@metaplex-foundation/umi-eddsa-web3js Major
@metaplex-foundation/umi-http-fetch Major
@metaplex-foundation/umi-program-repository Major
@metaplex-foundation/umi-rpc-chunk-get-accounts Major
@metaplex-foundation/umi-serializer-beet Major
@metaplex-foundation/umi-serializer-data-view Major
@metaplex-foundation/umi-signer-derived Major
@metaplex-foundation/umi-signer-wallet-adapters Major
@metaplex-foundation/umi-storage-mock Major
@metaplex-foundation/umi-transaction-factory-web3js Major
@metaplex-foundation/umi-uploader-aws Major
@metaplex-foundation/umi-web3js-adapters Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@blockiosaurus blockiosaurus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Just a minor nit and one test change.

packages/umi-rpc-web3js/test/getGenesisHash.test.ts Outdated Show resolved Hide resolved
packages/umi-rpc-web3js/test/simulateTransaction.test.ts Outdated Show resolved Hide resolved
@tonyboylehub tonyboylehub merged commit 5a931a4 into main Jan 6, 2025
8 checks passed
@tonyboylehub tonyboylehub deleted the feat/add-tx-simulation branch January 6, 2025 16:42
@github-actions github-actions bot mentioned this pull request Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants