Skip to content

v0.1.0

Choose a tag to compare

@nearprotocol-ci nearprotocol-ci released this 11 Mar 20:12
· 7 commits to main since this release
90384ca

Added

  • add errors module with per-method RPC error enums (#9)
  • update mainnet example with dedicated query endpoints
  • add client methods for dedicated query endpoints
  • update spec with dedicated EXPERIMENTAL query endpoints
  • edition 2024, MSRV 1.88, bump reqwest to 0.13
  • initial scaffold of near-openrpc-client-rs

Fixed

  • capture NEAR's extended RPC error fields (name, cause)
  • (ci) use org-level NEARPROTOCOL_CI_PR_ACCESS token

Other

  • update examples to use dedicated query endpoints
  • cargo fmt for edition 2024
  • (ci) use WarpBuild runners with Swatinem/rust-cache
  • update repository URL to near org
  • add CODEOWNERS for near/devex team