-
Notifications
You must be signed in to change notification settings - Fork 0
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
Push to PRD #248
Merged
Merged
Push to PRD #248
Conversation
This file contains 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
Updates the chainsauce and rpc builder to correctly use the FVM api key to call on the calibration archive node. The max block range for requests was reduces to meet the FVM limitations. Additionally, the filecoin API key was added to constants.
Adds env var to github action so app boots on unit tests. Otherwise assertExists fails.
Updates the evmClient file for readability and testability. To build the evmClient and get rpc urls strategies are applies. Additionally, a test suite was added to validate the implementation and increase test coverage.
…_rpc Filecoin calibration RPC
Implements parsing of two possible types of events. Adds test suite for the event parser method
Increases values to match updates test suite
…not-handled-correctly Takerbid event parsing
fix(import): missing js extension in import
Adds support for creator updates. The attestation documents files uploaded on IPFS or links and allow for adding additional data to an impact claim.
…ions Add schema for creator updates (Sepolia)
Adds filecoin to the evmClient and chainsauce client constructor. Updates seed file to index minter contract on filecoin mainnet
When adding another chain, this needed to happen in multiple files. This is also true for setting a custom fetch client when we need to apss bearer tokens. This commit refactors the evmClient and chainsauce builder to rely on a ChainFactory and RpcFactory to give both clients a consistent config depending on the selected chain. Test cases were added and failing tests were updated to respect the new pattern
Adds support for the fallback provider pattern in viem. Tests updated accordingly.
…upport Feat/fvm mainnet minter support
Coverage Report
File Coverage
|
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.
evmClient
andchainsauce
files to use newly created RpcFactory. This established a single source of truth for chain configs and authentication flows