Eddy

Results 2 issues of Eddy

When using `anchor build` to compile the program,the fields limited by the `address constraint` cannot be recognized, but when compiled directly using `cargo build-bpf`, the compilation can be successful. example:...

bug
lang
idl

when transfer_fee_basis_points is MAX_FEE_BASIS_POINTS, the function should return the maximum fee. Otherwise, the following test will fail. ``` #[test] fn calculate_fee_exact_out_max11() { let transfer_fee = TransferFee { epoch: PodU64::from(0), maximum_fee:...