Skip to content

Commit ec3a47b

Browse files
authored
Initial changelog (#40)
* Initial changelog * Added dates * Fixed up some notes * Updated for 2.3.1
1 parent fc792dd commit ec3a47b

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [upcoming] - TBD
9+
- [pyth_admin] Separate out admin commands into new binary.
10+
- [pyth] Consolidate CLI argument parsing.
11+
- [pyth] Remove get_pub_key command and update docs/scripts - these should by run using the solana CLI tool.
12+
- [pyth] Remove transfer and get_balance command line commands - these should by run using the solana CLI tool.
13+
14+
## [2.3.1] - 2021-08-20
15+
- Fixed uninitialized variable in `manager.cpp`
16+
17+
## [2.3] - 2021-08-18
18+
### Security update
19+
- [pythd] add whitelist for dashboard static files to http server to prevent directory traversal
20+
21+
### Others
22+
- Fix constructor parameter order and unnecessary declaration.
23+
- Add ability to send price updates without pyth_tx.
24+
- pyth.cpp: add upd_price_val for explicit price value updates (#32)
25+
- [pythd] Update user::parse_get_product code.
26+
- [pythd] Add get_product and get_all_products WS methods.
27+
- fix uninit variable
28+
29+
## [2.2] - 2021-08-10
30+
- [pyth] Add get_all_products command.
31+
- [pyth] Print error and return 1 on mapping key failure.
32+
- [manager] Set error state if program key is not found.
33+
- [pyth] Add hidden -d debug logging flag to help text.
34+
- [replace] slot_subscribe with get_slot
35+
- [build] Add pyth_tx to the release target
36+
- [docker] no access to secrets on pull requests
37+
- [docker] grant sudo access to pyth user
38+
39+
## [2.1] - 2021-07-27
40+
- [build] remove github packages
41+
- [docker] docker action to create containers
42+
- [oracle] weight twap contributions inversely with confidence interval; added testnet keys
43+
- [config] add testnet keys
44+
45+
## [2.0] - 2021-07-14
46+
Initial public release
47+
- fix to proxy soolana node reconnect logic in reinitializing slot leaders (origin/v2)
48+
- show tx errors in get_block

0 commit comments

Comments
 (0)