-
Notifications
You must be signed in to change notification settings - Fork 158
feat: implement Indexing Agreements [Pending Audit] #1134
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
Open
matiasedgeandnode
wants to merge
1
commit into
tmigone/horizon-fixes-june
from
ma/indexing-payments-003
Open
feat: implement Indexing Agreements [Pending Audit] #1134
matiasedgeandnode
wants to merge
1
commit into
tmigone/horizon-fixes-june
from
ma/indexing-payments-003
Conversation
This file contains hidden or 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
@matiasedgeandnode
matiasedgeandnode
requested review from
tmigone,
Maikol and
pcarranzav
March 26, 2025 15:02
feat: implement Indexing Agreements [Pending Audit]
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
10 times, most recently
from
April 2, 2025 13:41
b0f7e7f
to
ae910c4
Compare
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
April 3, 2025 20:06
b53a31a
to
d0a4db2
Compare
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
April 15, 2025 20:07
32252c4
to
de6b7a1
Compare
This comment was marked as resolved.
This comment was marked as resolved.
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
April 22, 2025 19:03
f4ea27a
to
8776a18
Compare
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
7 times, most recently
from
May 19, 2025 16:34
753442f
to
7ba3dd1
Compare
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
May 20, 2025 18:32
65f7f1d
to
ef651a6
Compare
packages/subgraph-service/contracts/libraries/IndexingAgreement.sol
Outdated
Show resolved
Hide resolved
packages/horizon/contracts/data-service/utilities/ProvisionManager.sol
Outdated
Show resolved
Hide resolved
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
packages/subgraph-service/contracts/libraries/UnsafeDecoder.sol
Outdated
Show resolved
Hide resolved
packages/subgraph-service/contracts/libraries/IndexingAgreement.sol
Outdated
Show resolved
Hide resolved
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
May 30, 2025 18:29
ef651a6
to
aac9682
Compare
tmigone
tmigone
reviewed
Jun 4, 2025
tmigone
tmigone
reviewed
Jun 4, 2025
tmigone
tmigone
reviewed
Jun 4, 2025
packages/subgraph-service/contracts/libraries/IndexingAgreement.sol
Outdated
Show resolved
Hide resolved
tmigone
tmigone
reviewed
Jun 4, 2025
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
packages/subgraph-service/contracts/libraries/UnsafeDecoder.sol
Outdated
Show resolved
Hide resolved
tmigone
tmigone
reviewed
Jun 5, 2025
tmigone
tmigone
reviewed
Jun 5, 2025
packages/subgraph-service/contracts/libraries/IndexingAgreement.sol
Outdated
Show resolved
Hide resolved
tmigone
tmigone
reviewed
Jun 5, 2025
packages/subgraph-service/contracts/libraries/IndexingAgreement.sol
Outdated
Show resolved
Hide resolved
tmigone
tmigone
reviewed
Jun 5, 2025
tmigone
tmigone
reviewed
Jun 5, 2025
tmigone
tmigone
reviewed
Jun 5, 2025
tmigone
tmigone
reviewed
Jun 5, 2025
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
tmigone
tmigone
reviewed
Jun 5, 2025
tmigone
tmigone
reviewed
Jun 5, 2025
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
June 5, 2025 16:29
5ebb424
to
7dee19f
Compare
This comment was marked as resolved.
This comment was marked as resolved.
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
June 6, 2025 17:33
6765c56
to
f0d158f
Compare
ok, NatSpec added, pnpm lint:sol:natspec
reporting same warnings as in horizon
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
June 9, 2025 13:24
f33e23d
to
11a49fe
Compare
@matiasedgeandnode
matiasedgeandnode
changed the base branch from
horizon
to
tmigone/horizon-fixes-june
June 9, 2025 17:51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (with two small comments and pending audit)
packages/horizon/contracts/payments/collectors/RecurringCollector.sol
Outdated
Show resolved
Hide resolved
tmigone
tmigone
reviewed
Jun 10, 2025
packages/subgraph-service/contracts/libraries/IndexingAgreement.sol
Outdated
Show resolved
Hide resolved
tmigone
tmigone
reviewed
Jun 10, 2025
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
June 11, 2025 15:44
ba64efd
to
23f1436
Compare
@matiasedgeandnode
matiasedgeandnode
changed the title
(削除) feat: implement Indexing Agreements (削除ここまで)
(追記) feat: implement Indexing Agreements [Pending Audit] (追記ここまで)
Jun 11, 2025
@matiasedgeandnode
matiasedgeandnode
marked this pull request as ready for review
June 11, 2025 15:52
@matiasedgeandnode
matiasedgeandnode
force-pushed
the
ma/indexing-payments-003
branch
from
June 11, 2025 17:08
23f1436
to
a7fb875
Compare
@tmigone
tmigone
force-pushed
the
tmigone/horizon-fixes-june
branch
2 times, most recently
from
June 18, 2025 12:45
639c56d
to
d89440a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Additional reading: Indexing Payments technical specification v0.1