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
* Fix typo in log message and update README path for solidity types mapping
* Refactor metrics handling in sendOnlyNode tests for improved clarity and accuracy
Copy file name to clipboardExpand all lines: tools/evm-chain-bindings/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ With probably plenty of bugs to be fixed, the POC supports:
18
18
- Simple and complex types inputs and outputs.
19
19
- Basic chain reader and chain writer configuration but works for simple use cases.
20
20
21
-
Solidity primitive types to Go primitive types are not fully mapped. If you encounter an issue regarding type mapping you can update the code in internal/gen/evm/solity_types_mapping.go
21
+
Solidity primitive types to Go primitive types are not fully mapped. If you encounter an issue regarding type mapping you can update the code in pkg/gen/evm/solidity_types_mapping.go
0 commit comments