MantisClone

Results 184 issues of MantisClone

See commit messages for details. Discussion at #35

Proposed fixes: 1. Disable intrinsic mapping when compiling with clang-cl. openfst/src/include/fst/compat.h ```c++ #ifdef _MSC_VER const char* basename(const char* path); #ifndef __clang__ #include #define __builtin_popcount __popcnt #ifdef _M_X64 // Using 64-bit...

Towards https://github.com/oceanprotocol/multi-repo-issue/issues/151. Changes proposed in this PR: - Add transactionId field - > **Note** > This does not include the ability to upload to Arweave. That is left for a...

# Motivation This PR removes several configuration examples that are no longer correct. This PR also attempts to revamp the `parameters.md` to more fully explain all the ways to configure...

> **Warning** > Revert the following commit before (or after) merging this PR. This commit skips the code coverage step in the CI which fails because CC_TEST_REPORTER_ID is not set...

Until now, we have not tested compute-to-data with more than two input datasets. Create an integration test that runs a compute job using many small datasets. Ideally, the test would...

Priority: Low

Fixes #1131 This is a continuation of PR #1019. ### Changes proposed in this PR: - Add `arweave` storage type - Re-format the storage object section to use regular code...

Towards https://github.com/oceanprotocol/pm/issues/151. Changes proposed in this PR: - Add `ArweaveFile` interface - -

Towards https://github.com/oceanprotocol/multi-repo-issue/issues/151 Changes: - Hack barge to use provider image from `dmats/provider:arweave-integration`. (Revert this before merging). - Specify `ARWEAVE_GATEWAY` envvar

Testing performed in the provider repo shows that EIP-1559 transactions submitted to ganache running in barge, fail with the following error: ``` "Method eth_maxPriorityFeePerGas not supported." ``` Currently, ganache is...