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

Implement RPC Client Methods #845

Merged
merged 91 commits into from
Oct 17, 2024
Merged

Implement RPC Client Methods #845

merged 91 commits into from
Oct 17, 2024

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    60673aa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    dc85772 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e6683e6 View commit details
    Browse the repository at this point in the history
  2. Update MultiNode files

    DylanTinianov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1c68485 View commit details
    Browse the repository at this point in the history
  3. Add MultiNode flag

    DylanTinianov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c44a6ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64db86a View commit details
    Browse the repository at this point in the history
  5. Fix build

    DylanTinianov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f7c1bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fix import cycle

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9e91b47 View commit details
    Browse the repository at this point in the history
  2. tidy

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    354dc50 View commit details
    Browse the repository at this point in the history
  3. Update client_test.go

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    60c3352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcec343 View commit details
    Browse the repository at this point in the history
  5. lint

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8e2306b View commit details
    Browse the repository at this point in the history
  6. Fix duplicate metrics

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b8d6755 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    2cb4d77 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Extend client

    DylanTinianov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0b33b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3890103 View commit details
    Browse the repository at this point in the history
  3. Add defaults

    DylanTinianov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    95e1c9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45a7596 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6641bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Address comments

    DylanTinianov committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d8d312c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3c068 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. lint

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3c3756e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8b55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2521670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b5cfd6 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    690f812 View commit details
    Browse the repository at this point in the history
  6. Validate node config

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fd3823b View commit details
    Browse the repository at this point in the history
  7. Update toml.go

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4bf96b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add SendOnly nodes

    DylanTinianov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c1b83a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58dbc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d90e3b8 View commit details
    Browse the repository at this point in the history
  4. Use pointers on config

    DylanTinianov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e0231b0 View commit details
    Browse the repository at this point in the history
  5. Fix conflicts

    DylanTinianov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0122a5f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Add test outlines

    DylanTinianov committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8b13548 View commit details
    Browse the repository at this point in the history
  2. Use test context

    DylanTinianov committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8aa39f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f3669 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e5a35e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06bf565 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5ff16d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Set defaults

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1b3a101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7cc350 View commit details
    Browse the repository at this point in the history
  3. lint

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0afd8da View commit details
    Browse the repository at this point in the history
  4. Add nil check

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b99b90c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8080fed View commit details
    Browse the repository at this point in the history
  6. Add client test

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    05524a1 View commit details
    Browse the repository at this point in the history
  7. Add subscription test

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6b92e70 View commit details
    Browse the repository at this point in the history
  8. tidy

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    500233a View commit details
    Browse the repository at this point in the history
  9. Fix imports

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    31a2f04 View commit details
    Browse the repository at this point in the history
  10. Update chain_test.go

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bb5e47c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d7203f8 View commit details
    Browse the repository at this point in the history
  2. Update multinode.go

    DylanTinianov committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    98b0e9d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0621cf4 View commit details
    Browse the repository at this point in the history
  2. Add comments

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fd0cc16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b8f02 View commit details
    Browse the repository at this point in the history
  4. Update multinode.go

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    456be6c View commit details
    Browse the repository at this point in the history
  5. Wrap multinode config

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ad70b8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99149a4 View commit details
    Browse the repository at this point in the history
  7. Fix imports

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e628945 View commit details
    Browse the repository at this point in the history
  8. Update .golangci.yml

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3b497ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17a3a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Use MultiNode

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    83dced8 View commit details
    Browse the repository at this point in the history
  2. Add multinode to txm

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b5c3891 View commit details
    Browse the repository at this point in the history
  3. Use MultiNode

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8a2c117 View commit details
    Browse the repository at this point in the history
  4. Update chain.go

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    284e90b View commit details
    Browse the repository at this point in the history
  5. Update balance_test.go

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d72403 View commit details
    Browse the repository at this point in the history
  6. Add retries

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    df8a356 View commit details
    Browse the repository at this point in the history
  7. Fix head

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fe2f291 View commit details
    Browse the repository at this point in the history
  8. Update client.go

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7bfb700 View commit details
    Browse the repository at this point in the history
  9. lint

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    523947e View commit details
    Browse the repository at this point in the history
  10. lint

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    05625a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Address comments

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1eaf4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be646ed View commit details
    Browse the repository at this point in the history
  3. Register polling subs

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ce0c39c View commit details
    Browse the repository at this point in the history
  4. Merge

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f3a3cac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d1fa97 View commit details
    Browse the repository at this point in the history
  6. Remove caching changes

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7cefbac View commit details
    Browse the repository at this point in the history
  7. Undo cache changes

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    50c4f8e View commit details
    Browse the repository at this point in the history
  8. Fix tests

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8324639 View commit details
    Browse the repository at this point in the history
  9. Fix variables

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    eb50e6a View commit details
    Browse the repository at this point in the history
  10. Fix imports

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9bf92d3 View commit details
    Browse the repository at this point in the history
  11. lint

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    38166ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    95789d5 View commit details
    Browse the repository at this point in the history
  13. lint

    DylanTinianov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ab8fe88 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    324dfde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f3e2e View commit details
    Browse the repository at this point in the history
  3. Add tests

    DylanTinianov committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    47bba5d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add dial comment

    DylanTinianov committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    37dd998 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update pkg/solana/client/multinode_client.go

    Co-authored-by: Dmytro Haidashenko <[email protected]>
    DylanTinianov and dhaidashenko authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    56ae7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e610fa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    f5be760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb2fcda View commit details
    Browse the repository at this point in the history