Skip to content

Conversation

@abicky
Copy link
Contributor

@abicky abicky commented Mar 14, 2025

This is the subsequent PR of #51 and replaces context.TODO() with an appropriate context.

@abicky abicky changed the base branch from main to v0.3.9_patch March 14, 2025 09:06
@abicky abicky force-pushed the use-context-appropriately branch from 9903699 to 5a0c785 Compare March 14, 2025 09:09
@abicky abicky changed the base branch from v0.3.9_patch to main March 14, 2025 09:09
@abicky abicky changed the base branch from main to v0.3.9_patch March 14, 2025 09:09
@abicky abicky marked this pull request as draft March 14, 2025 09:10
Base automatically changed from v0.3.9_patch to main March 14, 2025 09:27
Signed-off-by: abicky <takeshi.arabiki@datachain.jp>
@abicky abicky force-pushed the use-context-appropriately branch from 5a0c785 to 372d6ac Compare March 14, 2025 09:35
@abicky abicky marked this pull request as ready for review March 14, 2025 09:35
@abicky abicky marked this pull request as draft March 14, 2025 09:35
@abicky abicky force-pushed the use-context-appropriately branch from 372d6ac to 5ac6c73 Compare March 14, 2025 10:00
@abicky abicky marked this pull request as ready for review March 14, 2025 10:26
@abicky abicky marked this pull request as draft March 14, 2025 10:26
abicky added 5 commits March 17, 2025 08:42
Signed-off-by: Takeshi Arabiki <takeshi.arabiki@datachain.jp>
Signed-off-by: Takeshi Arabiki <takeshi.arabiki@datachain.jp>
Signed-off-by: Takeshi Arabiki <takeshi.arabiki@datachain.jp>
Signed-off-by: Takeshi Arabiki <takeshi.arabiki@datachain.jp>
Signed-off-by: Takeshi Arabiki <takeshi.arabiki@datachain.jp>
@abicky abicky force-pushed the use-context-appropriately branch from 5ac6c73 to 1589dbe Compare March 16, 2025 23:42
@abicky abicky self-assigned this Mar 16, 2025
@abicky abicky requested review from dai1975 and siburu March 16, 2025 23:52
func (c *ethChain) GetProof(address common.Address, storageKeys [][]byte, blockNumber *big.Int) (*client.StateProof, error) {
return c.Client().GetProof(address, storageKeys, blockNumber)
func (c *ethChain) GetProof(ctx context.Context, address common.Address, storageKeys [][]byte, blockNumber *big.Int) (*client.StateProof, error) {
return c.Client().GetProof(ctx, address, storageKeys, blockNumber)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The signature has changed in the PR datachainlab/ethereum-ibc-relay-chain#64 (comment).

@abicky abicky marked this pull request as ready for review March 16, 2025 23:52
Signed-off-by: Takeshi Arabiki <takeshi.arabiki@datachain.jp>
@abicky abicky force-pushed the use-context-appropriately branch from 1589dbe to 1b58af6 Compare March 16, 2025 23:55
Copy link
Contributor

@siburu siburu left a comment

Choose a reason for hiding this comment

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

@abicky No problem found. Thank you!

@abicky abicky merged commit 43c575f into main Mar 21, 2025
2 checks passed
@abicky abicky deleted the use-context-appropriately branch March 21, 2025 04:00
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