GuidesAPI Reference
Log In

Version 2023-06-05: EVM per account state changes & counterparty for ERC721

High Level

  1. EVM expectedStateChanges are now indexed by account
  2. ERC721Transfer Evm state changes now have a counterparty field
  3. EVM now exposes simulatorConfig that allows you to do state/storage overrides & specify block number

Bump diff

Output:

Modified: POST /ethereum/v0/mainnet/scan/transaction
  Body modified
    Attribute added: simulatorConfig
Modified: POST /ethereum/v0/mainnet/scan/transactions
  Body modified
    Attribute added: simulatorConfig
  Response modified: 200
    Attribute modified: simulationResults

Complete diff

To see all the exact changes made, download the OpenAPI specs and diff this version with the previous version using the diff CLI command:

diff ./v20230517.yaml ./v20230605.yaml

Note: To see a side-by-side diff, add the -y flag before the file paths in the command above.