Closed mojtaba-esk closed 1 month ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
CI is failing b/c NewBenchmarkTest also needs to be updated to account for the TestnetOptions modification
Thanks for pointing it out. now it is fixed.
golangci-lint is complaining
forgot to save a file, pushed again
Oops nvm I can't push to your fork until you add me as a collaborator. cc: @mojtaba-esk
Approving to unblock. I can address nits in a follow-up if this merges before I get permission to push my commit that addresses nits.
@mojtaba-esk for future reference, this was an api breaking PR, so we should put chore!
in front of it
also, as a broad question, why were we able to merge this PR when only a single core app engineer approved?
As pointed out before in one of the comments, if we pass knuu as an argument to the testnet constructor, user will have more flexibility in playing with knuu options and can optimize the resource consumption based on the test requirements.
This PR attempts to achieve that goal.