File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/e
5
5
6
6
# Unreleased
7
7
8
+ # v1.6.0 (3/24/2025)
9
+
8
10
- [ ` Feature ` ] Add the ability for ABI simple type conversion of entry function arguments with both remote and local ABI
9
11
- Add ability to simulate for any transaction including multi-agent and fee payer
10
12
- [ ` Fix ` ] Ensure proper cleanup of response body on read error to prevent potential memory leak.
@@ -16,15 +18,15 @@ adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/e
16
18
- [ ` Fix ` ] Fix AptosRpcClient, AptosFaucetClient, AptosIndexerClient interfaces to be enforced on concrete types properly
17
19
- [ ` Fix ` ] A few error case fixes and lint updates
18
20
19
- # v1.5.0 (2/10/2024 )
21
+ # v1.5.0 (2/10/2025 )
20
22
21
23
- [ ` Fix ` ] Make NodeClient match AptosRpcClient interface
22
24
- [ ` Dependency ` ] Update ` golang.org/x/crypto ` to ` v0.32.0 `
23
25
- [ ` Dependency ` ] Update ` github.com/hasura/go-graphql-client ` to ` v0.13.1 `
24
26
- [ ` Fix ` ] Make NodeClient satisfy AptosRpcClient interface
25
27
- [ ` Breaking ` ] Change Account signer input to use Address instead of AuthKey, authkey comes from the private key
26
28
27
- # v1.4.1 (01/02/2024 )
29
+ # v1.4.1 (01/02/2025 )
28
30
29
31
- [ ` Fix ` ] Non struct events, will have a field named ` __any_data__ ` that contains the actual data of the struct
30
32
You can’t perform that action at this time.
0 commit comments