-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Reapply: s_router is private * Create libraries folder, move Functions->FunctionsRequest & FunctionsResponse types in * Revert HasRouter back to Routable, add natspec * Separate Functions library Buffer import from CBOR * Functions library, using before all * (doc): Add more comments to Functions Request library * Document and clean up FunctionsClient * Geth wrappers * Add more ToS allowlist events * s_router -> i_router * RouterBase: timelock to uint64, remove doubled Paused getter, if statement revert style * Remove unused OCR hooks * make flags index var name more clear & add comment about internal function modifiers * Regenerate geth wrappers * Various size reducing measures * Save * Use ^v0.8.0 in openzeppelin-solidity/v4.8.0 * merge function base and router * Router config as typed struct * (test): Update tests * Use structs as getter return * Pull juelsPerGas into helper function * Add OracleWithdrawAll * Change multiline comments to single * Disable timelock propose and set in anticipation of MCM change * Regenerate geth wrappers * Add estimated cost to RequestStart * Fix foundry test * (test): Amend go integration test for Router constructor --------- Co-authored-by: Rens Rooimans <[email protected]>
- Loading branch information
1 parent
45e0a72
commit 0f23947
Showing
42 changed files
with
3,309 additions
and
1,517 deletions.
There are no files selected for viewing
353 changes: 141 additions & 212 deletions
353
contracts/src/v0.8/functions/dev/1_0_0/FunctionsBilling.sol
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.