Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
  • Loading branch information
Neeharika-Sompalli committed May 1, 2023
1 parent db50198 commit 18ab0d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public void cryptoTransferUsage(
incRb += TOKEN_ENTITY_SIZES.bytesUsedToRecordTokenTransfers(
weightedTokensInvolved, weightedTokenXfers, xferMeta.getNumNftOwnershipChanges());
accumulator.addRbs(incRb * USAGE_PROPERTIES.legacyReceiptStorageSecs());
log.info("Usage for crypto transfer: bpt=" + incBpt + ", rb=" + incRb + "accumulator"+ accumulator.toString());
}

public FeeData cryptoInfoUsage(final Query cryptoInfoReq, final ExtantCryptoContext ctx) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
import com.hedera.node.app.service.mono.pbj.PbjConverter;
import com.hedera.node.app.service.mono.state.validation.UsageLimits;
import com.hedera.node.app.service.token.impl.WritableAccountStore;
import com.hedera.node.app.service.token.impl.records.CryptoCreateRecordBuilder;
import com.hedera.node.app.service.token.impl.WritableTokenRelationStore;
import com.hedera.node.app.service.token.impl.records.CryptoCreateRecordBuilder;
import com.hedera.node.app.spi.meta.HandleContext;
import com.hedera.node.app.spi.workflows.HandleException;
import edu.umd.cs.findbugs.annotations.NonNull;
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencyResolutionManagement {
// runtime.
create("libs") {
// The HAPI API version to use, this need to match the tag set on gitRepositories above
version("hapi-version", "0.37.0-allowance-5-SNAPSHOT")
version("hapi-version", "0.38.0-allowance-SNAPSHOT")

// Definition of version numbers for all libraries
version("pbj-version", "0.5.1")
Expand Down

0 comments on commit 18ab0d5

Please sign in to comment.