File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,18 @@ Possible header types:
9
9
- ` Bug Fixes ` for any bug fixes.
10
10
- ` Breaking Changes ` for any backwards-incompatible changes.
11
11
12
- ## [ Unreleased]
12
+ ## v0.1.0-beta.2 (2023-12-23)
13
+
14
+ ### Bug Fixes
15
+ - HTTP node public url made public to allow alternative URLs
16
+ -
17
+ ## v0.1.0-beta.1 (2023-12-23)
13
18
14
19
### Features
15
20
- Made RLP encoding components public and rewrite it with more conscious syntax.
16
- - Added network support for Transaction and Block retrieval.
21
+ - Added network support for Transaction, Account and Block retrieval.
17
22
18
- ## v0.0.1 -alpha.1 (2023-10-01)
23
+ ## v0.1.0 -alpha.1 (2023-10-01)
19
24
20
25
- Initial Release on [ crates.io] :tada :
21
26
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ impl std::fmt::Display for ValidationError {
35
35
36
36
/// A simple HTTP REST client for a VeChain node.
37
37
pub struct ThorNode {
38
- base_url : Url ,
38
+ /// API base url
39
+ pub base_url : Url ,
39
40
/// Chain tag used for this network.
40
41
pub chain_tag : u8 ,
41
42
}
You can’t perform that action at this time.
0 commit comments