Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add more info to message limits report (#417)
* refactor(message_limits): general improvements As more stuff needs to be added, lots of linting errors start to pop up related to amount of lines in the functions and amount of function parameters too. This refactors the code to allow further extension. Signed-off-by: Guilherme Felipe da Silva <[email protected]> * feat(message_limits): add more info to report As to give more insights into what is happening with transaction sizes and computing units used. Signed-off-by: Guilherme Felipe da Silva <[email protected]> * feat(message_limits): add ABI encoding option For comparison reasons, allow the user to change the encoding of the data payload to ABI. Signed-off-by: Guilherme Felipe da Silva <[email protected]> * feat(message_limits): number of accounts permutation Signed-off-by: Guilherme Felipe da Silva <[email protected]> * refactor: avoid redundancy unwrapping CUs from tx Signed-off-by: Guilherme Felipe da Silva <[email protected]> * refactor: use csv_async Instead of manually writing comma separated header and values, use the `csv_async` crate as to make things cleaner and avoid boilerplate code. Signed-off-by: Guilherme Felipe da Silva <[email protected]> * feat: add message limit reports to gitignore Since these files are generated, we don't want to have them versioned. Signed-off-by: Guilherme Felipe da Silva <[email protected]> --------- Signed-off-by: Guilherme Felipe da Silva <[email protected]>
- Loading branch information