Skip to content

Sol/add limits on subkeys sol trigger - #712

Open
Unheilbar wants to merge 10 commits into
mainfrom
sol/add-limits-on-subkeys-sol-trigger
Open

Sol/add limits on subkeys sol trigger#712
Unheilbar wants to merge 10 commits into
mainfrom
sol/add-limits-on-subkeys-sol-trigger

Conversation

@Unheilbar

Copy link
Copy Markdown
Contributor

No description provided.

* Solana actions initial implementation

* implement GetProgramAccounts

* add unit tests for actions

* bump common

* add sorting for GetProgramAccounts

* run tidy

* mark external requests

* update cl solana ref

* bump sol ref

* Wire Slots for GetFee, GetBalance
* Solana actions initial implementation

* implement GetProgramAccounts

* add unit tests for actions

* bump common

* add sorting for GetProgramAccounts

* run tidy

* mark external requests

* update cl solana ref

* bump sol ref

* Implement monitoring context

* bump common

* onobard v2 monitoring wip

* implement new monitoring context

* populate local chain info

* rm tests

* bump common

* add read actions limits

* rm local replace

* fix linter
* add  cursor pagination for solana LogTrigger polling

* fix unit tests

* run modgraph
* bump common

* chore: empty commit to retrigger CI

* pull solana

* bump solana
* add return slot on GetBalance endpoint

* make modgraph
@Unheilbar
Unheilbar requested review from a team as code owners August 3, 2026 11:45
@Unheilbar
Unheilbar changed the base branch from main to feature/solcap-read-trigger August 3, 2026 11:45
if len(config.ContractIdlJson) == 0 {
return fmt.Errorf("event idl json cannot be empty")
}
if len(config.Subkeys) > maxSubkeysPerTrigger {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subkeys are 2d slices. Should we enforce a limit for both dimensions?

Base automatically changed from feature/solcap-read-trigger to main August 3, 2026 18:31
@cl-sonarqube-production

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants