We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b487c4f commit 28913f2Copy full SHA for 28913f2
CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- [pyth] Consolidate CLI argument parsing.
13
- [pyth] Remove get_pub_key command and update docs/scripts - these should by run using the solana CLI tool.
14
- [pyth] Remove transfer and get_balance command line commands - these should by run using the solana CLI tool.
15
+- [pyth] add Host header to RPC requests
16
+- [pyth] add account filtering to get_program_accounts
17
+- [pyth] add option to disable ws connection to RPC node
18
+- [docker] add gcc-multilib package
19
20
## [2.3.1] - 2021-08-20
21
- Fixed uninitialized variable in `manager.cpp`
0 commit comments