-
The BNB transaction was successful but the transaction to claim lol tokens and send lol tokens failed`
Claim thất bại: missing revert data (action="estimateGas", data=null, reason=null, transaction={…
-
We are about to change some of our backend code to not create the transaction thread reports when we create a new money request.
In order to do that, we need to ensure that on the action `IOU.putO…
-
Hi, @mirasnag,
I was looking through the Transaction data type (apart from another issue I opened), I was curious about the fields inside the `Transaction` data type.
Especially, `date` and `creat…
Qasym updated
1 month ago
-
from google.colab import drive
drive.mount('/content/drives/', force_remount=True)
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
data = pd.read_csv('/con…
-
Capital One (C1) uses a single field for inflow and outflow transactions. In **both** cases, the dollar amounts are shown as a positive number!
In order to accurately represent whether the transact…
-
Hi,
I am experiencing high memory consumption when applying Neo4j to a blockchain application. We are using APOC's apoc.periodic.iterate function to handle bulk data imports. Each block contains seve…
-
when execute `frida-ps -Uia` this bug is
```
(Frida16) ➜ ~ frida-ps -Uia
Failed to enumerate applications: key 'response' not found in dictionary: { count = 1, transaction: 0, voucher = 0x0, co…
-
We have an issue that have scared us and that has taken us some time to understand.
I am not sure if this is an issue that belongs to SqlClient or System.Transaction or Azure SQL
The bug first appear…
-
The goal is to ensure that the indexing process is transactional to maintain data consistency and integrity. This involves wrapping the indexing operations in a transaction so that either all operatio…
-
### Description
Some people have their Rest endpoints return entities, or `List`, or types that have nested entities. That is dangerous as serialization currently happens after the transaction ends, …