Skip to content

Commit ef32eb3

Browse files
authored
fix(search): remove period from dir name (#155)
1 parent ef9b928 commit ef32eb3

12 files changed

+16
-16
lines changed

vocs/docs/pages/migrating-to-core-1.0/README.md renamed to vocs/docs/pages/migrating-to-core-v1.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ description: Understand breaking changes in Alloy core v1.0 including sol! macro
66

77
### Revamping the `sol!` macro bindings
88

9-
- [Contract and RPC codegen made cleaner by removal of the `T` transport generic](/migrating-to-core-1.0/sol!-changes/removing-T-generic)
10-
- [Improving the function return types by removing the need for `_0`](/migrating-to-core-1.0/sol!-changes/improving-function-return-types)
11-
- [Changes to function call bindings e.g `pub struct balanceOfCall { _0: Address }` to `pub struct balanceOfCall(pub Address)`](/migrating-to-core-1.0/sol!-changes/changes-to-function-call-bindings)
12-
- [Changes to event bindings](/migrating-to-core-1.0/sol!-changes/changes-to-event-bindings)
13-
- [Changes to error bindings](/migrating-to-core-1.0/sol!-changes/changes-to-error-bindings)
9+
- [Contract and RPC codegen made cleaner by removal of the `T` transport generic](/migrating-to-core-v1/sol!-changes/removing-T-generic)
10+
- [Improving the function return types by removing the need for `_0`](/migrating-to-core-v1/sol!-changes/improving-function-return-types)
11+
- [Changes to function call bindings e.g `pub struct balanceOfCall { _0: Address }` to `pub struct balanceOfCall(pub Address)`](/migrating-to-core-v1/sol!-changes/changes-to-function-call-bindings)
12+
- [Changes to event bindings](/migrating-to-core-v1/sol!-changes/changes-to-event-bindings)
13+
- [Changes to error bindings](/migrating-to-core-v1/sol!-changes/changes-to-error-bindings)
1414

1515
### Simplify ABI encoding and decoding
1616

17-
- [ABI encoding function return structs](/migrating-to-core-1.0/encoding-decoding-changes/encoding-return-structs)
18-
- [Removing `validate: bool` from the `abi_decode` methods](/migrating-to-core-1.0/encoding-decoding-changes/removing-validate-bool)
17+
- [ABI encoding function return structs](/migrating-to-core-v1/encoding-decoding-changes/encoding-return-structs)
18+
- [Removing `validate: bool` from the `abi_decode` methods](/migrating-to-core-v1/encoding-decoding-changes/removing-validate-bool)
1919

2020
### Other breaking changes
2121

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)