Skip to content

v1.4.4

Latest

Choose a tag to compare

@Chengxuan Chengxuan released this 19 Jan 14:02
e1ed540

What's Changed

  • introduce a new submission API under a /submit path by @Chengxuan in #152, the new path:
    • supports batching of multiple transactions into a single request
    • added an extra function HandleSubmissions(ctx context.Context, submissions []*apitypes.SubmissionRequest) (responses []*apitypes.SubmissionResponse) in the transaction handler interface
    • the new submission API exposes a generic spelling for transaction submissions

Full Changelog: v1.4.3...v1.4.4