Skip to content

Commit 3ef8583

Browse files
authored
api: change solfees fee calculation (#22)
1 parent 84c311e commit 3ef8583

File tree

5 files changed

+200
-76
lines changed

5 files changed

+200
-76
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The minor version will be incremented upon a breaking change and the patch versi
1616

1717
### Breaking
1818

19+
## [3.0.0] - 2024-11-24
20+
21+
### Breaking
22+
23+
- api: change solfees fee calculation ([#22](https://github.com/solana-stream-solutions/solfees/pull/22))
24+
1925
## [2.0.0] - 2024-11-18
2026

2127
- api: add getLeaderSchedule ([#1](https://github.com/solana-stream-solutions/solfees/pull/1))

Cargo.lock

+26-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ tower = "0.5.1"
4949
tracing = "0.1.40"
5050
tracing-subscriber = "0.3.18"
5151
vergen = "9.0.0"
52-
yellowstone-grpc-client = "2.0.0"
53-
yellowstone-grpc-proto = "2.0.0"
52+
yellowstone-grpc-client = "3.0.0"
53+
yellowstone-grpc-proto = "3.0.0"
5454

5555
[workspace.lints.clippy]
5656
clone_on_ref_ptr = "deny"

solfees-be/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solfees-be"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Backend of solfees.io"

0 commit comments

Comments
 (0)