Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.1.4 #58

Merged
merged 3 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
### Bug fixes
-------------------------------------------------

- fix: fixing the query of implemntation ABI for proxy contracts
- fix: add request timeouts to adapt to different verifier's rate limits
- fix: make chain_id u64 instead of u32 - https://github.com/joshstevens19/rindexer/issues/53
- fix: fix rust project not being able to run due to borrower check
- fix: fix typings generations to parse the object values correctly

### Breaking changes
-------------------------------------------------

Expand All @@ -23,6 +17,25 @@

all release branches are deployed through `release/VERSION_NUMBER` branches

## 0.1.4-beta 20th July 2024

### Bug fixes
-------------------------------------------------

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.1.4

- linux binary - https://rindexer.xyz/releases/linux-amd64/0.1.4/rindexer_linux-amd64.tar.gz
- mac apple silicon binary - https://rindexer.xyz/releases/darwin-arm64/0.1.4/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://rindexer.xyz/releases/darwin-amd64/0.1.4/rindexer_darwin-amd64.tar.gz
- windows binary - https://rindexer/releases.xyz/win32-amd64/0.1.4/rindexer_win32-amd64.zip

- fix: fixing the query of implemntation ABI for proxy contracts
- fix: add request timeouts to adapt to different verifier's rate limits
- fix: make chain_id u64 instead of u32 - https://github.com/joshstevens19/rindexer/issues/53
- fix: fix rust project not being able to run due to borrower check
- fix: fix typings generations to parse the object values correctly


## 0.1.3-beta 19th July 2024

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.1.3
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading