inkdevhub / drink

De-chained Ready-to-play ink! playground
Apache License 2.0
69 stars 15 forks source link

Use `Session` in CLI #15

Closed pmikolajczyk41 closed 1 year ago

pmikolajczyk41 commented 1 year ago
  1. Session has now two APIs: for chaining (with_* and *_and) and singular actions
  2. removed duplicated code from drink-cli/executor (core code was duplicating Session)
  3. some mambo-jumbo for sharing ContractMessageTranscoder (it is not Clone nor Copy...)