Implements most (missing admin fns) of the functions on Evm for the MatchingEngine and TokenRouter interfaces, updating tests to exercise the implementation which wraps the existing logic.
Added type aliases and a couple helpers for common vaa types
Please consider the appropriateness of the naming of the types above and throughout.
Are we placing/improving an offer or a bid? On Solana its offer and in Evm its bid
Implements most (missing admin fns) of the functions on Evm for the MatchingEngine and TokenRouter interfaces, updating tests to exercise the implementation which wraps the existing logic.
Added type aliases and a couple helpers for common vaa types
Please consider the appropriateness of the naming of the types above and throughout.
Are we placing/improving an
offer
or abid
? On Solana its offer and in Evm its bid