What's Changed
- introduce a new submission API under a
/submitpath 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