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

Solana ChainWriter #935

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4213d7c
Starting mapping out Solana ChainWriter
silaslenihan Oct 11, 2024
a75c038
Added Address searcher for decoded data
silaslenihan Oct 25, 2024
257a465
Introduced new Solana config
silaslenihan Oct 28, 2024
a251834
Completed iteration of ChainWriter config
silaslenihan Oct 29, 2024
40cbaed
Refactored lookup tables
silaslenihan Oct 30, 2024
2cde8f8
Created sample configuration for execute method
silaslenihan Oct 30, 2024
ae873dd
Update chain_writer_test.go
pablolagreca Oct 30, 2024
2887537
Cleaned up exec config and added comments
silaslenihan Oct 30, 2024
c3b094f
Removed ValueSeeds and consolidated into a single Seeds array
silaslenihan Nov 4, 2024
d6eb801
Added decode location
silaslenihan Nov 4, 2024
9e56357
Added commit report config example
silaslenihan Nov 4, 2024
c1c3c28
Slight changes to IDL and codec
silaslenihan Nov 6, 2024
ca98a68
Updated ChainWriter implementation to reflect new design changes
silaslenihan Nov 15, 2024
018242f
Added codec implementation
silaslenihan Nov 18, 2024
9086215
updated CCIP example
silaslenihan Nov 19, 2024
8726452
Moved lookups logic to separate file
silaslenihan Nov 20, 2024
2084871
unit tests for lookups
silaslenihan Nov 21, 2024
eb78592
Added utils to their own package
silaslenihan Nov 21, 2024
8a44f4f
Updated lookup tests and helpers
silaslenihan Nov 25, 2024
593c9f7
Removed helpers_test
silaslenihan Nov 25, 2024
c82c48e
refactored ccip example
silaslenihan Nov 25, 2024
7914967
Completed chained lookup integration test
silaslenihan Nov 26, 2024
ff65ec2
ChainWriter unit tests (#948)
amit-momin Dec 9, 2024
59392e8
merged with develop
silaslenihan Dec 11, 2024
a7d0a2a
Removed write_test and moved logic to contract_reader_interface test …
silaslenihan Dec 12, 2024
dd3321a
addressed feedback comments
silaslenihan Dec 13, 2024
d656123
solved conflicts between TXM changes and unit test changes
silaslenihan Dec 19, 2024
f6302ac
updated comments and slight tweaks
silaslenihan Dec 20, 2024
77e4ee6
Updated PDALookups Seeds field and fixed default accounts
silaslenihan Dec 27, 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
1 change: 1 addition & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ packages:
config:
filename: simple_keystore.go
case: underscore
TxManager:
github.com/smartcontractkit/chainlink-solana/pkg/solana/logpoller:
interfaces:
RPCClient:

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 76 additions & 0 deletions contracts/generated/contract_reader_interface/accounts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading