Behemoth

Results 22 comments of Behemoth

Hello. Thanks for late response. 1. I'm runing with docker composer docker compose docker compose -f notary-network.yml up docker compose -f hardhat-network.yml up 2. I'm using custom build ethermint evm...

- src/macro_rules/overload.rs ``` #[macro_export] macro_rules! test { ($left:expr; and $right:expr) => { println!("{:?} and {:?} is {:?}", stringify!($left), stringify!($right), $left && $right) }; ($left:expr; or $right:expr) => { println!("{:?} or...