-
This is your code:
` Converted into a standardized datetime format
tran_df['InvoiceDate'] = pd.to_datetime(tran_df['InvoiceDate'])
tran_df['transaction_date'] = tran_df['InvoiceDate'].dt.date
…
-
After submitting transactions with several custom tags, I'm only able to retrieve the txs with a query for the `App-Name` tag:
```
query {
transactions(
tags: [
{
name: …
-
as you can see.
https://testnet.tonapi.io/v2/blockchain/messages/b0d50cba04aa176523d7314f14d61e89f2c42c74e19889743e9be31e66032a66/transaction
then the tx is:
https://testnet.tonapi.io/v2/bloc…
-
### Problem Statement
ref https://github.com/getsentry/sentry-javascript/issues/8365
team issue https://github.com/getsentry/team-sdks/issues/9
Add status code to transactions under `contexts.res…
-
## Problem
Originally reported via @tuxcanfly. See https://gist.github.com/tuxcanfly/207ab3dc1fac4bb9c38bedad2a053f18
## Proposal
Is it possible for `CheckTx` to reject this type of transacti…
-
Currently to see and understand customer balance , it is very often to necessary to go to reports to look at customer transactions. Ideally when selecting a customer, we should have a filter for all t…
tranx updated
5 months ago
-
# Rationale
When utilizing the Scroll network for computationally intensive tasks, there's a risk of hitting processor limits within the ZK processors, potentially leading to transactions becoming …
-
### Connector Name
source-stripe
### Connector Version
3.17.4
### What step the error happened?
During the sync
### Revelant information
There are two streams in the Stripe Source…
-
[In continuation with the issue](https://github.com/jOOQ/jOOQ/issues/10818)
### Expected behavior
#### Should rollback parent transaction
I am trying to do a parent transactions within which I want…
-
Customer is getting new exception:
relevant object_id: `c84003f7277249979bdc9eb4ec7663f0`
Error in API :{"name":"SDKValidationError","cause":{"issues":[{"code":"invalid_type","expected":"string"…