Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected but not find paid_staking_rewards (round 167196208) #12973

Open
mhess-swl opened this issue Apr 23, 2024 · 1 comment
Open

Expected but not find paid_staking_rewards (round 167196208) #12973

mhess-swl opened this issue Apr 23, 2024 · 1 comment
Labels
Modularization Issues or PRs related to modularization

Comments

@mhess-swl
Copy link
Member

mhess-swl commented Apr 23, 2024

Description

Error message:

---- ScheduleCreate DIFFERED (TRANSACTION_RECORD_MISMATCH) ----
Mismatched field counts  (expected but not find [paid_staking_rewards])

Hashscan parent transaction here

Parent transaction body:

transactionID {
  transactionValidStart {
    seconds: 1712175991
    nanos: 771627405
  }
  accountID {
    accountNum: 1054737
  }
}
nodeAccountID {
  accountNum: 17
}
transactionFee: 500000000
transactionValidDuration {
  seconds: 120
}
memo: "Kabila Safe Trade"
scheduleCreate {
  scheduledTransactionBody {
    transactionFee: 3500000000
    cryptoTransfer {
      transfers {
      }
      tokenTransfers {
        token {
          tokenNum: 4610924
        }
        nftTransfers {
          senderAccountID {
            accountNum: 1054737
          }
          receiverAccountID {
            accountNum: 1068033
          }
          serialNumber: 39
        }
      }
    }
  }
  adminKey {
    ed25519: "\264\003}\206\250{\\\336\272\020\332\360 \351\345S\3176y\n\354\210\002Y\0179Q\326f\177\255\301"
  }
  payerAccountID {
    accountNum: 1054737
  }
  expiration_time {
    seconds: 1712177792
    nanos: 551970558
  }
}

Child/schedule transaction body:

scheduledTransactionBody {
  transactionFee: 3500000000
  cryptoTransfer {
    transfers {
    }
    tokenTransfers {
      token {
        tokenNum: 4610924
      }
      nftTransfers {
        senderAccountID {
          accountNum: 1054737
        }
        receiverAccountID {
          accountNum: 1068033
        }
        serialNumber: 39
      }
    }
  }
}
adminKey {
  ed25519: "\264\003}\206\250{\\\336\272\020\332\360 \351\345S\3176y\n\354\210\002Y\0179Q\326f\177\255\301"
}
payerAccountID {
  accountNum: 1054737
}
expiration_time {
  seconds: 1712177792
  nanos: 551970558
}

Steps to reproduce

Re-run events from mainnet round 167196208

Additional context

No response

Hedera network

other

Version

release/0.49 (commit f4101a9)

Operating system

macOS

@mhess-swl mhess-swl added the Modularization Issues or PRs related to modularization label Apr 23, 2024
@mhess-swl
Copy link
Member Author

Looking at the mono and modular records produced, it appears that the staking_rewards_paid field is included in the child record instead of the parent record. The amount and account are exactly the same, so this isn't an urgent issue to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Modularization Issues or PRs related to modularization
Projects
Status: 👷🏼‍♀️ In Progress
Development

No branches or pull requests

1 participant