Alex Towle
Alex Towle
## Description Functions should be created that provide a flow to tear down an API deployment that is created with `getAppAsync`. "Teardown" in this context means that another `App` instance...
There are many places throughout the codebase where redundant type information is included in the creation of a struct. This causes style errors to be logged in `vim-go`, and it...
In PR #857, I didn't notice that we needed to sync to the database before code review. This indicates a lack of testing that should be remedied.
PR #793 introduced a large change to Mesh that completely overhauled the database layer. In the file `db/sql_implementation.go`, several handwritten queries were created. These queries could create maintenance issues down...
Comments (and code names) frequently contain typos. These typos can be caught in code review, but this is an inconsistent and time consuming way to catch the issues. The best...
## Description There are several revert errors that are used by the contracts in the monorepo that are not properly decoded by 0x-mesh. For example, several of the revert errors...
## Description This PR adds an integration test for using `AddOrders` with an order with `ChaiBridge` asset data. I suspect that this does not currently work; however, the test will...
# Context Please provide any relevant information about your setup - Are you running Mesh in the browser or as a standalone server? Are running Mesh inside of Docker or...