Skip to content

Commit

Permalink
LiteRPC 0.3.0: Update solana 2.0.16, Yellowstone 2.0.0 (#417)
Browse files Browse the repository at this point in the history
* add .idea to gitignore

* Adds solana-accounts-db crate

* Updates everything to 2.0.16

* Upgrade to 2.0.16

* Sets requested tilde and fixes some clippy errors

* Adds protobuf-compiler to workflow

* bump version

* cargo lock

* use connector tag

* clippy+fmt

* docker: use 1.81.0 for building

---------

Co-authored-by: mango-dee <[email protected]>
  • Loading branch information
grooviegermanikus and mango-dee authored Dec 10, 2024
1 parent 409db57 commit 5372e9c
Show file tree
Hide file tree
Showing 40 changed files with 2,145 additions and 1,276 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Linux Packages
run: |
sudo apt-get update -y
sudo apt-get install libssl-dev openssl -y
sudo apt-get install libssl-dev openssl protobuf-compiler -y
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Linux Packages
run: |
sudo apt-get update -y
sudo apt-get install libssl-dev openssl -y
sudo apt-get install libssl-dev openssl protobuf-compiler -y
- uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ bench/metrics.csv
*out.json*
.env
test-ledger
.idea/
.run/
*config.json
Loading

0 comments on commit 5372e9c

Please sign in to comment.