From f8bbe3852cedef9e0e3c2687549cc3763f0a2b5d Mon Sep 17 00:00:00 2001 From: Bogdan Crisan Date: Fri, 24 May 2024 00:05:25 +0200 Subject: [PATCH 1/2] update processor --- src/docker/processor/Dockerfile | 1 + src/rust/dependencies/aptos-indexer-processors | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docker/processor/Dockerfile b/src/docker/processor/Dockerfile index e01701ac..faf3fea8 100644 --- a/src/docker/processor/Dockerfile +++ b/src/docker/processor/Dockerfile @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \ curl \ git \ libpq-dev \ + libdw-dev \ libssl-dev \ lld \ pkg-config \ diff --git a/src/rust/dependencies/aptos-indexer-processors b/src/rust/dependencies/aptos-indexer-processors index 2bf374f5..91578f14 160000 --- a/src/rust/dependencies/aptos-indexer-processors +++ b/src/rust/dependencies/aptos-indexer-processors @@ -1 +1 @@ -Subproject commit 2bf374f574f8c1b88672ceedc655f7d69b5c4fd8 +Subproject commit 91578f1461523577b0017eb54343869d816175b0 From 2fc63ae68af5c43facef511eab634ff73c208e1b Mon Sep 17 00:00:00 2001 From: Bogdan Crisan Date: Mon, 27 May 2024 10:43:52 +0200 Subject: [PATCH 2/2] update changelog --- doc/doc-site/docs/off-chain/dss/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/doc-site/docs/off-chain/dss/changelog.md b/doc/doc-site/docs/off-chain/dss/changelog.md index bedac143..d4466127 100644 --- a/doc/doc-site/docs/off-chain/dss/changelog.md +++ b/doc/doc-site/docs/off-chain/dss/changelog.md @@ -36,6 +36,7 @@ Stable DSS builds are tracked on the [`dss-stable`] branch with tags like [`dss- - Added dynamic batch sizing to avoid crashes during high usage ([#762]). - Updated Rust dependencies ([#764]). - Optimize daily volume calculations wrapped query ([#768]). +- Fork base, to include upstream processor changes ([#775], [Processor #27]). ## [v2.1.0] (hot upgradable) @@ -259,6 +260,7 @@ Stable DSS builds are tracked on the [`dss-stable`] branch with tags like [`dss- [#767]: https://github.com/econia-labs/econia/pull/767 [#768]: https://github.com/econia-labs/econia/pull/768 [#772]: https://github.com/econia-labs/econia/pull/772 +[#775]: https://github.com/econia-labs/econia/pull/775 [docs site readme]: https://github.com/econia-labs/econia/blob/main/doc/doc-site/README.md [dss-v2.1.0-rc.1]: https://github.com/econia-labs/econia/releases/tag/dss-v2.1.0-rc.1 [processor #19]: https://github.com/econia-labs/aptos-indexer-processors/pull/19 @@ -268,6 +270,7 @@ Stable DSS builds are tracked on the [`dss-stable`] branch with tags like [`dss- [processor #23]: https://github.com/econia-labs/aptos-indexer-processors/pull/23 [processor #24]: https://github.com/econia-labs/aptos-indexer-processors/pull/24 [processor #25]: https://github.com/econia-labs/aptos-indexer-processors/pull/25 +[processor #27]: https://github.com/econia-labs/aptos-indexer-processors/pull/27 [processor submodule]: https://github.com/econia-labs/aptos-indexer-processors/pulls?q=is%3Aclosed [v1.3.0]: https://github.com/econia-labs/econia/releases/tag/dss-v1.3.0 [v1.4.0]: https://github.com/econia-labs/econia/compare/dss-v1.3.0...dss-v1.4.0