Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make billing more flexible in VRF 2.5 (#11909) #12072

Merged

Commits on Feb 16, 2024

  1. make billing more flexible in VRF 2.5 (#11909)

    * make billing more flexible in VRF 2.5
    	- percentage based billing
    	- flat fee denominated in native
    
    * fix linting issues
    
    * address comments and fix failing tests
    
    * run goimports
    
    * fix linting issue
    jinhoonbang committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dc93b27 View commit details
    Browse the repository at this point in the history
  2. VRF zero confirmation delay (#11947)

    * allow 0 confirmation delays in VRF; use pending block for simulation in VRF
    
    * fix script build error
    
    * fix failing automation test
    
    * fix more tests
    
    * integraiton test wip
    
    * add integration tests for pending simulation block and zero confirmation delay (only v2 plus) and add simulation block option to superscript
    
    * Update core/chains/evm/client/simulated_backend_client.go
    
    Co-authored-by: Chris Cushman <104409744+vreff@users.noreply.github.com>
    
    * use pendingContractCall instead of low-level call contract
    
    * fix eth_call_test.go
    
    * handle nil gas and gasPrice in backend test client for estimateGas
    
    ---------
    
    Co-authored-by: Ilja Pavlovs <ilja.pavlovs@gmail.com>
    Co-authored-by: Chris Cushman <104409744+vreff@users.noreply.github.com>
    3 people committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    972e8e8 View commit details
    Browse the repository at this point in the history