serai/processor/ethereum/router
2024-11-02 20:12:48 -04:00
..
contracts Add a re-entrancy guard to Router.execute 2024-11-02 20:12:48 -04:00
src Add a re-entrancy guard to Router.execute 2024-11-02 20:12:48 -04:00
build.rs Define IRouterWithoutCollisions which Router inherits from 2024-11-02 19:10:39 -04:00
Cargo.toml Add selector collisions to Router to make it IRouter compatible 2024-11-02 18:13:02 -04:00
LICENSE Smash out the router library 2024-09-19 23:36:32 -07:00
README.md Natspec, slither Deployer, Router 2024-10-30 21:35:43 -04:00

Ethereum Router

The Router contract is extensively documented to ensure clarity and understanding of the design decisions made. Please refer to it for understanding of why/what this is.