You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zod schemas with validations and types for RPC messages and metamask state
RPC client for lotus using zod schemas
onRpcRequest should check if fil_configure was called already and build up a "context" for other methods with snap, config, api client, keypair etc avoiding multiple instances and async tasks to get snap state.
Remove dependency on @zondax/filecoin-signing-tools and Buffer
Swap all the validation in src/utils/params.ts for zod schemas
Tasks
Developer tooling and experience improvements
Code Improvements
onRpcRequest
should check iffil_configure
was called already and build up a "context" for other methods with snap, config, api client, keypair etc avoiding multiple instances and async tasks to get snap state.@zondax/filecoin-signing-tools
andBuffer
src/utils/params.ts
for zod schemassrc/util/confirmation.ts
metamask-testing-tools
to account for thatMetamask 10.28+ compatibility
Filsnap adapter
Support FEVM transactions
Others
References
Notes
The text was updated successfully, but these errors were encountered: