hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
58 stars 33 forks source link

Add support for atomic transactions on `POST /transactions-pool` #1034

Open arnaubennassar opened 3 years ago

arnaubennassar commented 3 years ago

Rationale

Right now atomic transactions (transactions that request other transactions) are only supported on POST /atomic-pool, this is very limiting, and force users to follow a flow that may be inconvenient. Single txs with Rq fields should be supported on POST /transactions-pool, note that this would require improvements on txselector #971

Implementation