Skip to content

feat: multiplier oracle#9902

Merged
LHerskind merged 1 commit intomasterfrom
lh/9718-multiplier-oracles
Nov 13, 2024
Merged

feat: multiplier oracle#9902
LHerskind merged 1 commit intomasterfrom
lh/9718-multiplier-oracles

Conversation

@LHerskind
Copy link
Contributor

@LHerskind LHerskind commented Nov 12, 2024

Fixes #9718. Implements the oracles relying directly on the fake_exponential e,g., the proving cost and fee asset cost.

Using the data generated from AztecProtocol/engineering-designs#38 and checks that the solidity implementation matches the values from the python.

The MinimalFeeModel showcase the storage needed and computations, the same logic logic will end up living closer to the rollup contract in what #9804

Copy link
Contributor Author

LHerskind commented Nov 12, 2024

@LHerskind LHerskind marked this pull request as ready for review November 12, 2024 14:44
@LHerskind LHerskind force-pushed the lh/9718-multiplier-oracles branch from 64a88f0 to d82934e Compare November 13, 2024 19:32
@LHerskind LHerskind merged commit 6456ec9 into master Nov 13, 2024
@LHerskind LHerskind deleted the lh/9718-multiplier-oracles branch November 13, 2024 20:58
stevenplatt pushed a commit that referenced this pull request Nov 13, 2024
Fixes #9718. Implements the oracles relying directly on the
`fake_exponential` e,g., the proving cost and fee asset cost.

Using the data generated from
AztecProtocol/engineering-designs#38 and checks
that the solidity implementation matches the values from the python.

The `MinimalFeeModel` showcase the storage needed and computations, the
same logic logic will end up living closer to the rollup contract in
what #9804
TomAFrench added a commit that referenced this pull request Nov 14, 2024
* master: (245 commits)
  chore: pull signed bitshifts from sync PR (#9939)
  chore: pull frontend changes from sync PR (#9935)
  feat: separate bytecode logs from unencrypted logs (#9891)
  git subrepo push --branch=master noir-projects/aztec-nr
  git_subrepo.sh: Fix parent in .gitrepo file. [skip ci]
  chore: replace relative paths to noir-protocol-circuits
  git subrepo push --branch=master barretenberg
  fix: token naming issue (#9950)
  feat: multiplier oracle (#9902)
  refactor: token refunds cleanup (#9943)
  chore: Use stack based recursion instead of function recursion (#9947)
  feat: parallelize DIE pass (#9933)
  feat(avm): Simulator enforces integral tag for DIV and field tag for FDIV (#9944)
  chore(avm): bugfixing witness generation for add, sub, mul for FF (#9938)
  feat: Google Cloud Kubernetes cluster + AWS Firewall Rules (#9915)
  chore: nuking ancient redundant test (#9941)
  fix: include 'master' version for aztec-up scripts (#9940)
  chore: fixing test contract fixture (#9909)
  refactor: token naming cleanup (#9904)
  chore: pull SSA parser from sync PR (#9928)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: multiplier "oracles" for fees

2 participants