hustnn
hustnn
> The partition field in the system.cnch_parts table contains single quotes I checked the code, the partition filed did add a single quotes in the implementation in ByConity, so it...
Welcome discussion and comment, if anybody has better idea on it~
Thanks for reporting, we will take a look. Support minmax is also in our plan, we record it here https://github.com/orgs/ByConity/projects/2/views/2
The error is shown below when I run `cargo build --release --bin fusion-sequencer` ``` error: failed to load manifest for workspace member `/code/blockchain/fusion/fusion-prover` Caused by: failed to load manifest for...
Should I make l1-verifier first, but the Verifier.sol is not found in circuits path.
I think I figured it out. In circuit folder, still need to run ``` make setup make verifier ``` and then ``` cd l1-verifier && make ``` But the build...