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
Copy file name to clipboardExpand all lines: src/seth/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Changed
10
10
11
-
-`seth --to-wei` now uses eth instead of wei as the default unit for conversions
12
11
-`seth 4byte` command returns the response from querying [4byte.directory](https://www.4byte.directory/) for a given function signature
13
12
-`seth 4byte-decode` command queries 4byte.directory for matching function signatures, uses one to decode the calldata, and prints the decoded calldata
14
13
-`seth 4byte-event` command returns the response from querying 4byte.directory for a given event topic
15
14
-`seth abi-encode` command returns the ABI encoded values without the function signature
16
15
-`seth index` command returns the slot number for the specified mapping type and input data
16
+
-`seth --from-fix` command converts fixed point numbers into parsed integers with the specified number of decimals
17
+
18
+
### Fixed
19
+
20
+
- Address lookup no longer fails if `ETH_RPC_ACCOUNTS` is set, and `ETH_FROM` is an unchecksummed address
0 commit comments