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

Minimum payment should be controllable on the job level #1490

Conversation

NavyAdmiral
Copy link
Contributor

@NavyAdmiral NavyAdmiral requested review from dimroc and j16r July 29, 2019 06:13
@NavyAdmiral NavyAdmiral force-pushed the features/add-min-payment-to-jobspec branch from f155778 to edca3ed Compare July 29, 2019 06:17
core/services/runs.go Outdated Show resolved Hide resolved
core/store/migrations/migration1559767168/migrate.go Outdated Show resolved Hide resolved
@NavyAdmiral NavyAdmiral force-pushed the features/add-min-payment-to-jobspec branch 2 times, most recently from edc3b4f to eb75454 Compare August 7, 2019 23:38
@NavyAdmiral
Copy link
Contributor Author

@j16r tried to address your concerns, could you take a look again?

@NavyAdmiral NavyAdmiral force-pushed the features/add-min-payment-to-jobspec branch 2 times, most recently from f6adbdc to eab8c5e Compare August 8, 2019 13:04
@NavyAdmiral NavyAdmiral requested a review from j16r August 8, 2019 13:20
core/services/runs.go Outdated Show resolved Hide resolved
core/services/runs.go Outdated Show resolved Hide resolved
core/services/runs_test.go Show resolved Hide resolved
core/store/models/job_spec.go Show resolved Hide resolved
@NavyAdmiral NavyAdmiral force-pushed the features/add-min-payment-to-jobspec branch from eab8c5e to c35f28c Compare August 8, 2019 17:24
@NavyAdmiral
Copy link
Contributor Author

@j16r Addressed your comments ⚓

Copy link
Contributor

@j16r j16r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SHIP IT! :D :D :D

@NavyAdmiral
Copy link
Contributor Author

NavyAdmiral commented Aug 8, 2019

SHIP IT! :D :D :D

:shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 v:shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: SHIPPING WITH FULL FORCE :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢 :shipit: 🚢

@se3000 se3000 merged commit fdb391d into smartcontractkit:develop Aug 9, 2019
RensR added a commit that referenced this pull request Oct 10, 2024
This basic pool supports rebasing minting
github-merge-queue bot pushed a commit that referenced this pull request Oct 10, 2024
* fix typeAndVersion (#1479)

* Add seq number to CCIPMessageSent event (#1481)

## Motivation
Easily retrieve `CCIPMessageSent` events in the absence of Atlas /
another event indexer

## Solution
Add sequenceNumber as an indexed field to `CCIPMessageSent` event

* Rename IRMNV2 => IRMNRemote (#1484)

## Motivation
IRMNRemote is a better name

## Solution
Rename to `IRMNRemote`

* contracts/ccip/capability: per (donId, pluginType) active config indexes (#1488)

* fix typo (#1486)

Closes #1482

* feat: add getter to return all source chain config (#1477)

## Motivation
The current offchain initialization process involves calling
getSourceChainConfig(sourceChainSelector), which retrieves
configurations for a specific source chain selector. However, there's no
mechanism to fetch a complete list of supported source chains during the
initialization phase. This limitation complicates the process, as the
full list of source chain selectors is not readily available.

## Solution
To address this, the proposed solution introduces an enumerable set of
all source chain selectors. By implementing a getAllSourceChainConfig()
function, we can easily retrieve the complete list of source chains
on-chain. This eliminates the need for additional rounds of OCR gossip
to share known source chains, simplifying initialization and improving
efficiency.

---------

Signed-off-by: 0xsuryansh <suryansh.shrivastava@smartcontract.com>
Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
Co-authored-by: Rens Rooimans <github@rensrooimans.nl>

* Pool to support rebasing mint call (#1490)

This basic pool supports rebasing minting

* Fix/onramp allowlist race condition (#1480)

* gen wrappers

---------

Signed-off-by: 0xsuryansh <suryansh.shrivastava@smartcontract.com>
Co-authored-by: Ryan Hall <RyanRHall@users.noreply.github.com>
Co-authored-by: Makram <makramkd@users.noreply.github.com>
Co-authored-by: Suryansh <39276431+0xsuryansh@users.noreply.github.com>
Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
mateusz-sekara pushed a commit that referenced this pull request Jan 10, 2025
This basic pool supports rebasing minting
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.

3 participants