From b44642a0d94c4d8396a78421cee651fbabaa0624 Mon Sep 17 00:00:00 2001 From: Bohdan Khorolets Date: Tue, 13 Sep 2022 19:20:02 +0300 Subject: [PATCH] chore: Release 0.10.25 (#307) --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f83a3e..2b83cb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.10.25 + +* Update `serializer` to encode `args_base64` since `nearcore` is no more encoding `args` in `FunctionCall` Actions (fix of #305) + ## 0.10.24 * Upgrade `nearcore` to [`1.29.0-rc.2`](https://github.com/near/nearcore/releases/tag/1.29.0-rc.2) (according to nearcore release notes, it will require 3GB more RAM than before) diff --git a/Cargo.lock b/Cargo.lock index e5726bb0..cb68880d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1981,7 +1981,7 @@ dependencies = [ [[package]] name = "indexer-explorer" -version = "0.10.24" +version = "0.10.25" dependencies = [ "actix", "actix-diesel", diff --git a/Cargo.toml b/Cargo.toml index 27ec7cc2..46fc26e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexer-explorer" -version = "0.10.24" +version = "0.10.25" authors = ["Near Inc "] edition = "2021"