Commit b0f7cd3
* address runtime panics
* default pubkey not allowed as admin
* add checks for ownership
* fix typo
* standardize data.len check
* linting
* update transfer conditions
* fix pda creation
* fix pda creation set_decimal_feed_config
* make workflow metadata list smaller
* receiver program belongs in forwarder authority seeds
* verify account context hashes in report
* fix orphaned config/perm accounts
* beef up events
* clarify instruction limits
* add documentation for closing accounts
* add docstrings
* add doc for updating legacy feed inst
* docstrings for cache
* add cache struct documentation
* add forwarder docstrings
* efficient payload serialization
* simplify logic
* redundant sorting
* remove closed account discriminator
* remove unused errors
* todos complete
* fix documentation + add forwarder program id in cache state
* typos
* inconsistent naming
* use is_empty
* renaming items
* remove unused params
* simplify filtering
* compile-time assertion
* simplify feed admin
* reformat cache directory
* lint
* final report fixes
* fix typo + remove close_account
* fix seeds
* lint
* update generated bindings
* fix generated
* fix linter
* format
* add len-prefix to msg hash
* fix program id
---------
Co-authored-by: Vladimir <vladimir.shchukin@smartcontract.com>
1 parent 369994c commit b0f7cd3
File tree
68 files changed
+2567
-1663
lines changed- contracts
- crates/chainlink-solana-data-feeds-cache/src
- generated
- data_feeds_cache
- keystone_forwarder
- programs
- data-feeds-cache/src
- instructions
- dummy-receiver/src
- keystone-forwarder/src
- tests
- docs
- data-feeds-cache
- forwarder
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+2567
-1663
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 146 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments