-
Notifications
You must be signed in to change notification settings - Fork 43
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
ChainWriter unit tests #948
Merged
silaslenihan
merged 13 commits into
BCFR-995-Solana-ChainWriter
from
tests/chainwriter-unit-tests
Dec 9, 2024
Merged
ChainWriter unit tests #948
silaslenihan
merged 13 commits into
BCFR-995-Solana-ChainWriter
from
tests/chainwriter-unit-tests
Dec 9, 2024
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
amit-momin
force-pushed
the
tests/chainwriter-unit-tests
branch
from
November 27, 2024 00:37
eb724b4
to
833cec2
Compare
amit-momin
temporarily deployed
to
integration
November 27, 2024 00:37 — with
GitHub Actions
Inactive
amit-momin
temporarily deployed
to
integration
November 27, 2024 00:37 — with
GitHub Actions
Inactive
amit-momin
temporarily deployed
to
integration
November 27, 2024 00:37 — with
GitHub Actions
Inactive
amit-momin
had a problem deploying
to
integration
November 27, 2024 00:37 — with
GitHub Actions
Failure
silaslenihan
force-pushed
the
BCFR-995-Solana-ChainWriter
branch
from
November 27, 2024 14:49
5676e97
to
d638347
Compare
silaslenihan
force-pushed
the
tests/chainwriter-unit-tests
branch
from
November 27, 2024 16:45
833cec2
to
76c85a9
Compare
silaslenihan
temporarily deployed
to
integration
November 27, 2024 16:45 — with
GitHub Actions
Inactive
silaslenihan
temporarily deployed
to
integration
November 27, 2024 16:45 — with
GitHub Actions
Inactive
silaslenihan
temporarily deployed
to
integration
November 27, 2024 16:45 — with
GitHub Actions
Inactive
silaslenihan
had a problem deploying
to
integration
November 27, 2024 16:45 — with
GitHub Actions
Failure
silaslenihan
force-pushed
the
BCFR-995-Solana-ChainWriter
branch
2 times, most recently
from
November 27, 2024 18:07
a0e2dfa
to
66d00dc
Compare
silaslenihan
force-pushed
the
tests/chainwriter-unit-tests
branch
from
November 27, 2024 18:08
76c85a9
to
651e258
Compare
silaslenihan
temporarily deployed
to
integration
November 27, 2024 18:08 — with
GitHub Actions
Inactive
silaslenihan
temporarily deployed
to
integration
November 27, 2024 18:08 — with
GitHub Actions
Inactive
silaslenihan
temporarily deployed
to
integration
November 27, 2024 18:08 — with
GitHub Actions
Inactive
silaslenihan
had a problem deploying
to
integration
November 27, 2024 18:08 — with
GitHub Actions
Failure
silaslenihan
force-pushed
the
BCFR-995-Solana-ChainWriter
branch
from
November 27, 2024 18:21
66d00dc
to
843eff7
Compare
silaslenihan
force-pushed
the
tests/chainwriter-unit-tests
branch
from
November 27, 2024 20:26
651e258
to
77bca0f
Compare
silaslenihan
temporarily deployed
to
integration
November 27, 2024 20:26 — with
GitHub Actions
Inactive
silaslenihan
temporarily deployed
to
integration
November 27, 2024 20:26 — with
GitHub Actions
Inactive
silaslenihan
temporarily deployed
to
integration
November 27, 2024 20:26 — with
GitHub Actions
Inactive
silaslenihan
had a problem deploying
to
integration
November 27, 2024 20:26 — with
GitHub Actions
Failure
silaslenihan
temporarily deployed
to
integration
December 2, 2024 15:08 — with
GitHub Actions
Inactive
silaslenihan
temporarily deployed
to
integration
December 2, 2024 15:08 — with
GitHub Actions
Inactive
silaslenihan
had a problem deploying
to
integration
December 2, 2024 15:08 — with
GitHub Actions
Failure
silaslenihan
had a problem deploying
to
integration
December 2, 2024 15:08 — with
GitHub Actions
Failure
silaslenihan
force-pushed
the
tests/chainwriter-unit-tests
branch
from
December 3, 2024 16:02
8cacd58
to
a5ebf19
Compare
amit-momin
had a problem deploying
to
integration
December 6, 2024 23:07 — with
GitHub Actions
Failure
amit-momin
temporarily deployed
to
integration
December 6, 2024 23:07 — with
GitHub Actions
Inactive
amit-momin
temporarily deployed
to
integration
December 6, 2024 23:07 — with
GitHub Actions
Inactive
amit-momin
had a problem deploying
to
integration
December 6, 2024 23:07 — with
GitHub Actions
Failure
amit-momin
temporarily deployed
to
integration
December 6, 2024 23:07 — with
GitHub Actions
Inactive
Quality Gate failedFailed conditions |
silaslenihan
approved these changes
Dec 9, 2024
silaslenihan
merged commit Dec 9, 2024
6d11b47
into
BCFR-995-Solana-ChainWriter
27 of 31 checks passed
silaslenihan
added a commit
that referenced
this pull request
Dec 9, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 9, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 11, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 13, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 13, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 18, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 19, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 19, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 20, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 23, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 23, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 24, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 30, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Dec 31, 2024
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Jan 1, 2025
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Jan 2, 2025
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
aalu1418
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Starting mapping out Solana ChainWriter * Added Address searcher for decoded data * Introduced new Solana config * Completed iteration of ChainWriter config * Refactored lookup tables * Created sample configuration for execute method * Update chain_writer_test.go * Cleaned up exec config and added comments * Removed ValueSeeds and consolidated into a single Seeds array * Added decode location * Added commit report config example * Slight changes to IDL and codec * Updated ChainWriter implementation to reflect new design changes * Added codec implementation * updated CCIP example * Moved lookups logic to separate file * unit tests for lookups * Added utils to their own package * Updated lookup tests and helpers * Removed helpers_test * refactored ccip example * Completed chained lookup integration test * ChainWriter unit tests (#948) * Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]> * merged with develop * Removed write_test and moved logic to contract_reader_interface test program * addressed feedback comments * solved conflicts between TXM changes and unit test changes * updated comments and slight tweaks * Updated PDALookups Seeds field and fixed default accounts * Updated codec usage --------- Co-authored-by: pablolagreca <[email protected]> Co-authored-by: amit-momin <[email protected]>
silaslenihan
added a commit
that referenced
this pull request
Jan 3, 2025
* Added ChainWriter unit tests for GetFeeComponents and GetTransactionStatus * Created SubmitTransaction tests * Created SubmitTransaction tests * Moved txm utils into own package and generated txm mock * Updated chain writer tests to use txm mock * Added GetAddresses unit test and fixed SubmitTransaction unit test * Fixed linting and removed file read for IDL * Fixed filter lookup table error case and fixed linting * Added filter lookup table addresses unit tests * Added new test case and fixed formatting issues * Addressed golang lint suggestions * Cleaned out unused dependency and fixed remaining golang lint errors * Added derived lookup table indeces unit tests --------- Co-authored-by: Silas Lenihan <[email protected]>
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.
No description provided.