hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger

Results 297 hedera-services issues
Sort by recently updated
recently updated
newest added

This list is corresponding to the test plan in Notion https://limechain.notion.site/TokenAirdropTransaction-Test-Plan-919ed1800ee845378c5c625648d05ebc ```[tasklist] ### Priority Tests - [ ] https://github.com/hashgraph/hedera-services/issues/14423 - [ ] https://github.com/hashgraph/hedera-services/issues/14479 - [ ] https://github.com/hashgraph/hedera-services/issues/14443 - [ ]...

Token Airdrop

### Description 50 runs of VirtualMap benchmarks (passed, though) reported the following errors in a logs, output/swirlds.log: ``` grep -E 'ERROR EXCEPTION|WARN EXCEPTION' swirlds.log | perl -ne 'print "$1\n" if...

Bug
Platform

This task aims to define the testing plan for assuring the quality of the project's cryptographic components. ### Goals: Since cryptographic code is often difficult to test, we should design...

Platform

This list is corresponding to the acceptance tests in [design doc](https://github.com/hashgraph/hedera-services/blob/develop/hedera-node/docs/design/services/token-service/airdrops/token-claim-airdrop.md ) ```[tasklist] ### Tasks - [ ] Given existing pending airdrop in state when valid TokenClaimAirdrop transaction containing entry...

Address the following todo/future comments | app/service/contract/impl/exec/systemcontracts/hts/transfer/ClassicTransfersCall.java | 235 | // (FUTURE) Remove this divisor special case, done only for mono-service fidelity | |---------------------------------------------------------------------------------------|-----|------------------------------------------------------------------------------------------| | app/service/contract/impl/exec/systemcontracts/hts/create/ClassicCreatesCall.java | 126 | //...

Hedera Smart Contract Service

**Description**: Remove redundant check `frame.isStatic` as it is checked at line 91 **Related issue(s)**: Fixes #14037 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [...

### Required Logic The following logic must be applied when deciding to keep an event received through gossip (or replayed from the PCES): ``` if (birth round is ancient ||...

Platform

### Description According to the [in-equvalence doc](https://www.notion.so/limechain/Hedera-Ethereum-precompiles-equivalence-shared-26657bbc66394b4b92622ac99d0b907d#7c606a0951fd49cab6fd268e7eb43d87) the internal calls to the HTS contract with amount should fail with INVALID_FEE_SUBMITTED (except for the token create scenario). Currently, these calls pass...

Limechain
tbd_board

Tasks related to 0.53 Release - [x] Bump services version to 0.53 - [x] Bump hapi version to 0.53.0 - [x] #14393 - [x] #14394 - [x] #14431 - [x]...