mat-if
mat-if
## Summary Built on top of #2365 Introduces a new crate that will be the primary place to import circuits and other Sapling related primitives. Right now, it's just a...
## Summary Simplify ironfish-rust to single error type and create a small helper for converting to napi errors The goal here is to make it a little easier to work...
## Summary Closes https://github.com/iron-fish/ironfish/issues/2185 Previously, the miner would check values at the batch size boundaries more than once, leading to wasted work. This change prevents that from happening by making...
## Summary ## Testing Plan ## Documentation Does this change require any updates to the Iron Fish Docs (ex. [the RPC API Reference](https://ironfish.network/docs/onboarding/rpc/chain))? If yes, link a related documentation pull...
## Summary Adds the additional fields outlined in the spec. There's more renaming to be done, but I didn't want to clobber the git diff too much in one PR....
## Summary Related: https://github.com/iron-fish/ironfish/pull/4254 Closes IFL-1357 ## Testing Plan ## Breaking Change Is this a breaking change? If yes, add notes below on why this is breaking and what additional...