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

Merged
merged 30 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
021672f
Starting mapping out Solana ChainWriter
silaslenihan Oct 11, 2024
97f1e69
Added Address searcher for decoded data
silaslenihan Oct 25, 2024
23e0d1f
Introduced new Solana config
silaslenihan Oct 28, 2024
a83af50
Completed iteration of ChainWriter config
silaslenihan Oct 29, 2024
70064e9
Refactored lookup tables
silaslenihan Oct 30, 2024
304dcbf
Created sample configuration for execute method
silaslenihan Oct 30, 2024
046f0f1
Update chain_writer_test.go
pablolagreca Oct 30, 2024
6667c45
Cleaned up exec config and added comments
silaslenihan Oct 30, 2024
bfd31fd
Removed ValueSeeds and consolidated into a single Seeds array
silaslenihan Nov 4, 2024
663aaff
Added decode location
silaslenihan Nov 4, 2024
4673d23
Added commit report config example
silaslenihan Nov 4, 2024
20eb673
Slight changes to IDL and codec
silaslenihan Nov 6, 2024
0aa6cde
Updated ChainWriter implementation to reflect new design changes
silaslenihan Nov 15, 2024
837d2fa
Added codec implementation
silaslenihan Nov 18, 2024
f0648c5
updated CCIP example
silaslenihan Nov 19, 2024
2e8276c
Moved lookups logic to separate file
silaslenihan Nov 20, 2024
2ed3726
unit tests for lookups
silaslenihan Nov 21, 2024
1db56c0
Added utils to their own package
silaslenihan Nov 21, 2024
b2cfc33
Updated lookup tests and helpers
silaslenihan Nov 25, 2024
80d433b
Removed helpers_test
silaslenihan Nov 25, 2024
64b6428
refactored ccip example
silaslenihan Nov 25, 2024
fc5c857
Completed chained lookup integration test
silaslenihan Nov 26, 2024
1011016
ChainWriter unit tests (#948)
amit-momin Dec 9, 2024
ebf5483
merged with develop
silaslenihan Dec 11, 2024
1080241
Removed write_test and moved logic to contract_reader_interface test …
silaslenihan Dec 12, 2024
8e45e41
addressed feedback comments
silaslenihan Dec 13, 2024
af0605a
solved conflicts between TXM changes and unit test changes
silaslenihan Dec 19, 2024
2b0fa89
updated comments and slight tweaks
silaslenihan Dec 20, 2024
dcb53a2
Updated PDALookups Seeds field and fixed default accounts
silaslenihan Dec 27, 2024
fbcb658
Updated codec usage
silaslenihan Dec 30, 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