-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: handling the vertex_removed event (#182)
* feat: handling the vertex_removed event * fix: handling empty arrays on IN conditions * feat: handling VERTEX_REMOVED event * tests: fix last event * feat: voiding and removing transaction on vertex_removed event * tests: added tests for empty array errors * chore: using port 8085 * chore: actually using 8085 * refactor: removed misleading comment
- Loading branch information
1 parent
b9e6d6f
commit 44b7615
Showing
14 changed files
with
247 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...ges/daemon/__tests__/integration/scenario_configs/invalid_mempool_transaction.balances.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default { | ||
"HVayMofEDh4XGsaQJeRJKhutYxYodYNop6": 100000000000, | ||
"HFtz2f59Lms4p3Jfgtsr73s97MbJHsRENh": 6400, | ||
"HJQbEERnD5Ak3f2dsi8zAmsZrCWTT8FZns": 6400, | ||
"HRSYchTEsFFpZAkgSTMsohNGQ6eLPyhXvJ": 6400, | ||
"HQfVqxyxQV4BHwnsMnRXpZGmwPYiNSVmMu": 6400, | ||
"HPnkpR2vnBuCoZCEnRZNHMBtf8ygeSidbW": 6400, | ||
"HPNvtPZaDF44i6CL91u4BvZPu6z2xPNt26": 6400, | ||
"HQijr325t63VJFdc4vYkaTyd87oeBLpSed": 6400, | ||
"H8fCNrYGkj4B6VzKgtRiHBgoSxM31d65JR": 6400, | ||
"HRQe4CXj8AZXzSmuNztU8iQR74QTQMbnTs": 6400, | ||
"HNqTfEASfdx7H4vMUGzfD2HyD3GeKuxjTJ": 0, | ||
"HAqrADnn7GyyT68fSX8zmtsRNFyabPzoRQ": 0, | ||
"HRTH6uGo7zn3LWrosBYn7eXkwAeHAHTRh8": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.