You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* stake state types & ext tests ([6325515](https://github.com/solana-foundation/solana-go/commit/6325515ae6686d10351a1649e3b46951811e1fbe))
12
+
* stake state types & ext tests ([ea77e31](https://github.com/solana-foundation/solana-go/commit/ea77e318bb8158f391b349dd6c736fc457dbda46))
13
+
* vote program complete ([173d7f4](https://github.com/solana-foundation/solana-go/commit/173d7f4059fd12e5d747d5b0ffea7850211086a2))
14
+
* vote program complete ([dcff584](https://github.com/solana-foundation/solana-go/commit/dcff5845b15ca32c90a9b4336e8a902917132854))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
* allign rpc client with agave ([49bc8d6](https://github.com/solana-foundation/solana-go/commit/49bc8d6c44e53b9ab8710c8c333e479514678e40))
20
+
* allign rpc client with agave ([c985b99](https://github.com/solana-foundation/solana-go/commit/c985b99fd333a46eaacd8b5dfab2db697bdab54c))
21
+
* memo program parity ([f832bd8](https://github.com/solana-foundation/solana-go/commit/f832bd84b73eb5a3f2222072d45a8d8c5efeac56))
22
+
* memo program parity ([7550777](https://github.com/solana-foundation/solana-go/commit/755077780d34ed78d3a8c00a9e7d54542e66d051))
23
+
24
+
25
+
### Performance Improvements
26
+
27
+
***message:** eliminate complex scans, struct copies, and redundant allocs ([aea7d1f](https://github.com/solana-foundation/solana-go/commit/aea7d1f61da18b240d741fb003e83182c968e701))
28
+
***message:** eliminate complex scans, struct copies, and redundant allocs ([adbb10e](https://github.com/solana-foundation/solana-go/commit/adbb10e200c3979dafdee38fb2e13dbe356ab58d))
29
+
30
+
## Change log
2
31
3
32
The format is based on
4
33
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
@@ -11,13 +40,13 @@ date.
11
40
⚠️ solana-go works using SemVer but in 0 version, which means that the 'minor' will be changed when some broken changes are introduced into the application, and the 'patch' will be changed when a new feature with new changes is added or for bug fixing. As soon as v1.0.0 be released, solana-go will start to use SemVer as usual.
12
41
```
13
42
14
-
# [v0.1.0] 2020-11-09
43
+
##[v0.1.0] 2020-11-09
15
44
16
45
First release
17
46
18
-
# Includes the following features:
47
+
##Includes the following features:
19
48
20
49
* Get basic information from the chain about accounts, balances, etc.
21
50
* Issue SOL native token transfer
22
51
* Issue SPL token transfers
23
-
* Get Project SERUM markets list and live market data
52
+
* Get Project SERUM markets list and live market data
0 commit comments