Satya

Results 99 issues of Satya

Node configuration error is not shown when deployment node is not configured due to modal dialog. Instead of showing error notification in UI form java class, re-throw the error and...

- Set default drep registration deposit amount to 500 ADA (same as current value in Sanchnet) - Added a new method `drepRegistration() `to take drep registration deposit as parameter.

- Explore how to integrate Scalus to evaluate script costs. - Provide a similar implementation to the Aiken Tx Evaluator, which can be integrated with the Tx Builder API (e.g.,...

enhancement

Currently, if the reference input is present, the cost model is set to PlutusV2. However, since the reference script can also be a Plutus V3, the library needs to decide...

plutusv3

Provide a TransactionEvaluator implementation with constant exunits values. This will be useful when developer wants to hardcode the cost instead of evaluating it at runtime.

**Issue:** PlutusData.deserialize() doesn't handle BigInteger properly when it is encoded as a ByteString. Instead, it decodes `BigInteger` as `BytesPlutusData`. BigInteger can also be represented as bytes. ``` big_int = int...

- Keep the original CBOR in Transaction / TransactionWitnessSet to avoid incorrect datum hash due to deserialization -> serialization. - Add an immutable API layer for Transaction, TransactionWitness, PlutusData, etc....

enhancement

Currently, the `Tx` API requires governance-related configurations, such as DRep registration deposit and Gov Action deposit, either through method parameters or constants. We can introduce a new supplier interface to...

enhancement
conway

The values for the following fields are null. I am checking them through CCL. ``` private BigDecimal dvtPPNetworkGroup = null; private BigDecimal dvtPPEconomicGroup = null; private BigDecimal dvtPPTechnicalGroup = null;...