Skip to content

Latest commit

 

History

History
311 lines (255 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

311 lines (255 loc) · 14.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Uncategorized

  • Add multichain tag (#275)

Uncategorized

  • Added wallet_notify + remove everything sessionId related (#272)
  • Added sessionChanged (#271)
  • Added revokeSession + add description to getSession (#270)
  • Added getSession (#269)

Uncategorized

  • fix: update eth spec version to latest (#267)
  • Update README.md (#251)

Uncategorized

  • fix: rename multichain methods (#264)

Uncategorized

  • Update execution-apis reference (#262)

Uncategorized

  • Remove 5203 and 5204 from provider_authorize (#260)

Uncategorized

  • fix: remove unused multichain error codes (#258)

Uncategorized

  • fix: error codes for caip-25 (#255)
  • Filter out eth_blobBaseFee (#254)
  • fix: filter unsupported methods (#249)

Uncategorized

  • Fix TypedData schema (#252)
  • fix: remove unsupported filter types (#250)

Uncategorized

  • update wallet_scanQRCode and eth_decrypt (#247)

Uncategorized

  • Format wallet_getPermission properly (#232)
  • fix: personal_sign is 65 bytes long (not 129 bytes) (#244)
  • added some fixes to the schema (#245)

Uncategorized

  • fix: provider_authorize scopes (#242)
  • fix: change scope to scope string (#240)

Uncategorized

  • fix: add caip-27 + fix strings in yaml for multichain (#238)

Uncategorized

  • Added Transport OpenRPC Document for the MultiChain API (#236)

Uncategorized

  • Fixed npm publish via downgrading action (#229)
  • Fixed prepack script (#228)

Uncategorized

  • Fixed publish release to be on main branch instead (#226)

Uncategorized

  • Add npm publish to gh actions workflow (#224)

Uncategorized

  • Fixed execution-apis spec version to specific commit + added API Reference docs to README (#222)
  • remove Snaps methods (#218)

Uncategorized

  • Fix eth_requestAccounts example (#219)

Uncategorized

  • Fixed eth_accounts example params (#216)

Uncategorized

  • small typo correction (#213)
  • remove files throwing erros (#211)

Uncategorized

  • Convert native currency decimal properties non-negative min property to minimum (#200)
  • Add examples (#207)
  • Update restricted text (#202)

Uncategorized

  • Update method tags (#195)
  • Adjust iconUrls param description (#196)
  • Enabling MetaMask security code scanner (#188)
  • Remove duplicates (#194)
  • Update nodemon.json to openrpc.yaml (#192)
  • Update README.md to use openrpc.yaml (#191)

Uncategorized

  • Added yaml conversion to build and converted current json doc to yaml (#189)
  • Reorder and order MetaMask API entries (#187)

Uncategorized

  • Update description (for docs index page) (#185)

Uncategorized

  • added snapid + request schemas (#183)

Uncategorized

  • Document Snap wallet_* methods (#181)
  • more addEthereumChain spec fixes (#180)
  • Add info to revokePermissions description (#178)

Uncategorized

  • Fix wallet_addEthereumChain request (#174)
  • Changed revokePermissions result type to be null (#176)
  • Add deprecation label to decryption methods (#175)
  • Wallet revoke permissions (#145)

Uncategorized

  • Add description for index page (#172)

Uncategorized

  • Added web3_clientVersion (#164)
  • build(deps): bump @babel/traverse from 7.20.13 to 7.23.2 (#170)
  • Edit descriptions (#166)
  • Doc wallet_scanQRCode (#167)

Uncategorized

  • Added eth_requestAccounts (#163)
  • add new wallet_watchAsset error (#162)
  • MIP-1 proposed watch asset changes (#138)

Uncategorized

  • Fixed permission caveat value + added descriptions (#160)

Uncategorized

  • Added custom sendTransaction since we don't support accessList just yet (#158)

Uncategorized

  • Fixed schema to better render in the docs side + removed createAccessList (#156)

Uncategorized

  • Update README.md (#141)
  • Fixed watchAsset example image url (#142)
  • fix duplicate methods in built result (#143)
  • add link to latest build in readme (#132)
  • update broken rpcURL for addEthereumChain (#135)
  • Added a watch command to rebuild on change (#139)
  • update wallet_watchAsset description to acknowledge the divergence between EIP-747 and our implementation (#137)

Uncategorized

  • Update merge-openrpc.js (#130)

Added

  • specs for eth_subscribe and eth_unsubscribe (#127)
  • add eth_signTypedData_v4 (#123)

Changed

  • API docs descriptions (#125)

Changed

  • Removed unused files (#115)
  • Changed OpenRPC Document to be one file instead of many (#114)

Uncategorized

  • Fixed chain name for addEthereumChain example (#109)
  • Update metamask-openrpc.json (#108)
  • Update wallet_addEthereumChain errors (#106)
  • Changed wallet_watchAsset description to 11 characters (#105)

Fixed

  • xdai chain pointing to dead url (#102)

Added

  • yarn build to gh pages publish step (#99)

Fixed

  • hash pointer for gh-pages action (#97)

Fixed

  • Deploy for latest (#95)

Added

  • homepage to package.json (#84)

Changed

  • publish-release.yml (#82)

Fixed

  • automated build release branch (#80)

Added

  • link to encoding example to personal_sign (#77)
  • extra publish steps for gh-pages (#78)

Added

  • personal_sign (#74)

Added

  • add ethereum chain to openrpc document (#71)

Added

  • feat: add wallet_switchEthereumChain (#66)

Changed

  • build(deps): bump ws from 7.4.4 to 7.5.0 (#67)

Fixed

  • Fix release automation compatibility (#69)