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

Add DealSponsored event handler #23

Merged
merged 54 commits into from
Dec 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
a8ef9ad
udpate poco subgraph to deal with sponsored MO
gfournieriExec Nov 20, 2024
3066697
deploy local graphnode with setting a particular starting block
gfournieriExec Nov 26, 2024
779569a
update timeout
gfournieriExec Nov 27, 2024
86f747d
test its
gfournieriExec Nov 27, 2024
e4a0c39
separate docker local test and it test
gfournieriExec Nov 27, 2024
e83569a
get back all vesion
gfournieriExec Nov 27, 2024
bf31ccc
add end of file line
gfournieriExec Nov 27, 2024
909e869
update timeout
gfournieriExec Nov 27, 2024
f38a77b
update waiting seconds
gfournieriExec Nov 27, 2024
ff7c1a7
remve console log
gfournieriExec Nov 27, 2024
b4582d4
re-add seconds
gfournieriExec Nov 27, 2024
7cf21ad
remove console log
gfournieriExec Nov 27, 2024
ab8d12b
Merge branch 'feature/local-test' into feature/poco-sponsoring
gfournieriExec Nov 28, 2024
8221169
update packages
gfournieriExec Nov 28, 2024
732876f
remove un necessary file
gfournieriExec Nov 28, 2024
4adf814
rest old files and update poco package
gfournieriExec Nov 28, 2024
9ae5fcb
update iexec solidity package version
gfournieriExec Nov 28, 2024
282fee6
update schema
gfournieriExec Nov 28, 2024
1fe6d7e
change dealId to deal
gfournieriExec Nov 28, 2024
09714cf
expose handleDealSponsored
gfournieriExec Nov 28, 2024
e5e2153
remove formating
gfournieriExec Nov 28, 2024
f1338ba
update header
gfournieriExec Nov 28, 2024
6d21031
update header
gfournieriExec Nov 28, 2024
c5dc4c3
Create UT for DealSponsored
gfournieriExec Nov 28, 2024
95caf7f
test set timout and wait seconds back
gfournieriExec Nov 28, 2024
6cde1a8
set back 10 seconds
gfournieriExec Nov 28, 2024
cfa1b6e
Merge branch 'feature/formatting-sponsor' into feature/poco-sponsoring
gfournieriExec Dec 9, 2024
2a2653a
Merge branch 'develop' into feature/poco-sponsoring
gfournieriExec Dec 10, 2024
becc924
test add git in jenkins IT
gfournieriExec Dec 10, 2024
a198c31
remove install git from docker
gfournieriExec Dec 10, 2024
2b5ca07
set back
gfournieriExec Dec 10, 2024
0e5e74e
update test
gfournieriExec Dec 11, 2024
c0cae68
add blank line
gfournieriExec Dec 11, 2024
5e146f4
update to dealId
gfournieriExec Dec 11, 2024
6d47957
update test
gfournieriExec Dec 12, 2024
5543087
load event to prevent re-indexing trick
gfournieriExec Dec 12, 2024
adf93ca
set only husky if not CI
gfournieriExec Dec 12, 2024
63b78c6
nest false
gfournieriExec Dec 12, 2024
f1859ed
test
gfournieriExec Dec 12, 2024
c756e49
remove git intstall
gfournieriExec Dec 12, 2024
cefcb2b
set husky not in CI
gfournieriExec Dec 12, 2024
783245b
get logs
gfournieriExec Dec 12, 2024
352be55
invert the logic to test
gfournieriExec Dec 12, 2024
d821747
set else
gfournieriExec Dec 12, 2024
43c7b55
test bullshit
gfournieriExec Dec 12, 2024
c174b25
update
gfournieriExec Dec 12, 2024
5cfc1e7
rest prepare
gfournieriExec Dec 12, 2024
0d99128
update test prepare
gfournieriExec Dec 12, 2024
bfe1942
update package.json
gfournieriExec Dec 12, 2024
e0efce4
update dealID to deal to match interface
gfournieriExec Dec 12, 2024
697376e
set prepare back to husky no impact
gfournieriExec Dec 13, 2024
bb34272
test without git
gfournieriExec Dec 13, 2024
83ba20f
wait 5 minutes
gfournieriExec Dec 13, 2024
508680d
debug option to have testcontainer logs
gfournieriExec Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update header
  • Loading branch information
gfournieriExec committed Nov 28, 2024
commit 6d2103140b7fa112b9494ebf4ac2d6a935b3658b
17 changes: 2 additions & 15 deletions src/Modules/IexecPoco.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
/******************************************************************************
* Copyright 2020 IEXEC BLOCKCHAIN TECH *
* *
* Licensed under the Apache License, Version 2.0 (the "License"); *
* you may not use this file except in compliance with the License. *
* You may obtain a copy of the License at *
* *
* http://www.apache.org/licenses/LICENSE-2.0 *
* *
* Unless required by applicable law or agreed to in writing, software *
* distributed under the License is distributed on an "AS IS" BASIS, *
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
* See the License for the specific language governing permissions and *
* limitations under the License. *
******************************************************************************/
// SPDX-FileCopyrightText: 2020-2024 IEXEC BLOCKCHAIN TECH <[email protected]>
// SPDX-License-Identifier: Apache-2.0

import { BigInt } from '@graphprotocol/graph-ts';

Expand Down