bloxbean / cardano-client-lib

Cardano client library in Java
https://cardano-client.dev
MIT License
118 stars 51 forks source link

Koios Backend - EpochService.getProtocolParameters() throws error - Unrecognized field "extra_entropy" #133

Closed satran004 closed 2 years ago

satran004 commented 2 years ago

Network: Testnet (Babbage era)

Created an issue @ koios-java-client repo https://github.com/cardano-community/koios-java-client/issues/47

com.bloxbean.cardano.client.api.exception.ApiException: Unrecognized field "extra_entropy" (class rest.koios.client.backend.api.epoch.model.EpochParams), not marked as ignorable (32 known properties: "block_hash", "max_tx_size", "price_step", "max_block_ex_steps", "optimal_pool_count", "protocol_minor", "protocol_major", "min_utxo_value", "max_collateral_inputs", "max_val_size", "max_tx_ex_steps", "treasury_growth_rate", "price_mem", "min_pool_cost", "max_block_size", "nonce", "entropy", "monetary_expand_rate", "coins_per_utxo_word", "influence", "max_block_ex_mem", "epoch_no", "min_fee_a", "min_fee_b", "collateral_percent", "key_deposit", "max_bh_size", "max_tx_ex_mem", "cost_models", "max_epoch", "decentralisation", "pool_deposit"])
 at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 1, column: 314] (through reference chain: java.util.ArrayList[0]->rest.koios.client.backend.api.epoch.model.EpochParams["extra_entropy"])
    at com.bloxbean.cardano.client.backend.koios.KoiosEpochService.getProtocolParameters(KoiosEpochService.java:86)
satran004 commented 2 years ago

fyi, @edridudi