Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Combine all the transaction related logic into one module and expose used functionality #3614

Closed
shuse2 opened this issue May 14, 2019 · 1 comment · Fixed by #3620
Closed
Assignees

Comments

@shuse2
Copy link
Collaborator

shuse2 commented May 14, 2019

Expected behavior

Within transactions module, it should not have any external dependency, and only exposing the used function from other module

  • init_transaction.js
  • process_transaction.js
  • check_transaction_against_exceptions.js
  • broadcaster.js
  • transaction_pool.js
  • transactions.js
  • process_transactions.js
  • multisignatures.js

Actual behavior

Transaction logic spread across the chain module

@pablitovicente
Copy link
Contributor

Before starting work on this we should merge #3501

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants