-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Basic GetLatestValue for Solana (#612)
* Implement Basic GetLatestValue for Solana This commit fills in the functionality for `GetLatestValue` such that one or more accounts with an associated Anchor IDl can be read and mapped to native Go structs. Methods and prodecures can be defined in a config where an IDL and codec modifiers can be provided. Current limitations include completing enums and defining max length of strings. * add interface tests that ensure service functions in loop mode * updates to package information * add epoch to time hook * add check for circular dependencies in IDL * go mod tidy * move test types, rename file, and add detail to comments * combine bindings into single struct * ensure no struct fields overlap * tests to boost coverage * add todo and update max wait time * upgrade deps in integration tests * moved files to new directory and removed unused file * mod tidy
- Loading branch information
1 parent
fd2b1e0
commit 3c2d018
Showing
20 changed files
with
2,445 additions
and
132 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.