near-sdk-js icon indicating copy to clipboard operation
near-sdk-js copied to clipboard

Add test case for Vector with borsh serializer

Open denbite opened this issue 7 months ago • 1 comments

Pre-flight checklist

  • [x] I have read the Contributing Guidelines on pull requests.
  • [x] Commit messages follow the conventional commits spec
  • [x] If this is a code change: I have written unit tests.
  • [x] If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.

Motivation

Added a new test case (based on GuestBook contract) to verify that Near collections (Vector, LookupMap, etc) are correctly serialized and deserialized using the borsh

Test Plan

Related issues/PRs

#402

denbite avatar Jul 21 '24 18:07 denbite