Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@latticexyz/gas-report

Package Overview
Dependencies
Maintainers
4
Versions
1208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@latticexyz/gas-report - npm Package Versions

1
121

2.2.13-main-75e93bac492f9000c482d6a26a5c8e29079dd32d

Diff

alvarius
published 2.2.13-main-d5c270023abc325f25af868d3db1a0bdc3e62d6d •

alvarius
published 2.2.13-main-b3b4c559e57286e7ee58c8c079c6093835944d04 •

alvarius
published 2.2.13-main-23e6a6c97d94f85e163378148c51f51c900b3f8a •

alvarius
published 2.2.12-entrykit-726159c20072f73028e74674fafdaefd96b36074 •

alvarius
published 2.2.12-entrykit-660fba59b0b24f7fae750e304e0c7b6336587848 •

alvarius
published 2.2.12 •

Changelog

Source

Version 2.2.12

Release date: Fri Oct 18 2024

Patch changes

feat(explorer): add functions filter to query state (#3268) (@latticexyz/explorer)

Function filters in Interact tab are now included as part of the URL.

feat(explorer): transaction timings (#3274) (@latticexyz/explorer)

Transactions in Observe tab are now populated with timing metrics when using the observer Viem decorator in local projects.

You can wire up your local project to use transaction timings with:

import { observer } from "@latticexyz/explorer/observer";

// Extend the Viem client that is performing writes
walletClient.extend(observer());

fix(faucet,store-indexer): add bin wrappers (#3296) (@latticexyz/faucet, @latticexyz/store-indexer)

Added bin wrappers to resolve issues when installing the package locally as a dependency of another package.

feat(explorer): show ABI errors in interact page (#3303) (@latticexyz/explorer)

Interact tab now displays decoded ABI errors for failed transactions.

chore: bump viem (#3273) (@latticexyz/block-logs-stream, @latticexyz/cli, @latticexyz/common, @latticexyz/config, @latticexyz/dev-tools, @latticexyz/explorer, @latticexyz/faucet, @latticexyz/protocol-parser, @latticexyz/schema-type, @latticexyz/stash, @latticexyz/store-indexer, @latticexyz/store-sync, @latticexyz/store, @latticexyz/world, create-mud)

Bumped viem to v2.21.19.

MUD projects using these packages should do the same to ensure no type errors due to mismatched versions:

pnpm recursive up viem@2.21.19

fix(explorer): display nested inputs (#3266) (@latticexyz/explorer)

Fixed inputs display in the transactions table row.

feat(common): add rhodolite chain (#3295) (@latticexyz/common)

Added Rhodolite devnet chain config and removed the old and now-defunct Lattice testnet chain config.

feat(explorer): show explore table error message (#3286) (@latticexyz/explorer)

Display error messages for failed queries within the Explore tab's table viewer.

feat(explorer): sql editor (#3276) (@latticexyz/explorer)

Explore page now has a full-featured SQL editor with syntax highlighting, autocomplete, and query validation.

feat(explorer): front page (#3255) (@latticexyz/explorer)

Each chain's home page now lets you find and pick a world to explore.

feat(store-sync): add support for watching pending logs (#3287) (@latticexyz/store-sync)

Added experimental support for syncing state from pending logs.

fix(explorer): various fixes (#3299) (@latticexyz/explorer)

  • Not found page if invalid chain name.
  • Only show selector for worlds if options exist.
  • Remove "future time" from transactions table.
  • Improved layout for Interact tab.
  • Wrap long args in transactions table.
  • New tables polling.
  • Add logs (regression).

fix(common): allow overriding fees in writeContract and sendTransaction (#3288) (@latticexyz/common)

The transactionQueue decorator internally keeps an updated reference for the recommended baseFeePerGas and maxPriorityFeePerGas from the connected chain to avoid having to fetch it right before sending a transaction. However, due to the way the fee values were overridden, it wasn't possible for users to explicitly pass in custom fee values. Now explicitly provided fee values have precedence over the internally estimated fee values.

feat(explorer): global transactions listener (#3285) (@latticexyz/explorer)

Transactions are now monitored across all tabs while the World Explorer is open.


alvarius
published 2.2.12-entrykit-c0b663dc8f91cfc5c64ca4d44046ddf527c6a902 •

alvarius
published 2.2.12-entrykit-beb8d1d722e7f0bb4e5fce53d8dca76d825eab55 •

alvarius
published 2.2.12-main-3a80bed31b97d439025f68b8e4ded27354e102f1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc