hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
closes #13174
There are a bunch of small things that can be safely removed form `SwirldsPlatform.java`, the net effect being a much cleaner file.
### Description Hashscan tx [here](https://hashscan.io/mainnet/transaction/1710735448.892744896) ``` ---- CryptoTransfer DIFFERED (TRANSACTION_RECORD_MISMATCH) ---- Mismatched values, expected 'INSUFFICIENT_ACCOUNT_BALANCE', got 'SPENDER_DOES_NOT_HAVE_ALLOWANCE' - Matching field 'status' Matching field 'receipt' ==> expected: but was: For body,...
**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
**Description**: - grantTokenKyc - revokeTokenKyc Suite | Tests | Signatures -- | -- | -- GrantRevokeKycV1SecurityModelSuite | grantRevokeKycSpec | - transaction payer- contract Id- KYC key **Related issue(s)**: https://github.com/hashgraph/hedera-services/issues/12725 Fixes...
Add missing Javadocs for all services Select the service that needs to fix javadocs. Click on `Inspect Code -> Analyze` and look at Javadoc issues - [x] #13048 - [...
closes #13001
Having immutability of an instance is a good feature by itself. But right now, the driving force behind making `Hash` immutable is the switch protobuf. Events will contain hashes that...
### Abstract/Motivation In the last several months, a lot of HederaEthereum in-equivalence issues were addressed. In testing various items, some bugs were identified that should either be already resolved, or...