Andrew Westberg

Results 6 issues of Andrew Westberg

In the LedgerSpec document p. 74, figure 61 under Update Nonce Transition, it states that the RandomnessStabilisationWindow should be used. The RandomnessStabilisationWindow is defined as `4k/f` https://github.com/input-output-hk/cardano-ledger-specs/blob/93d0e53516d09eb43d1822eed1a0244fd90ba9cb/shelley/chain-and-ledger/executable-spec/src/Shelley/Spec/Ledger/StabilityWindow.hs#L36 However, in the...

bug

WARNING: API 'variant.getPreBuild()' is obsolete and has been replaced with 'variant.getPreBuildProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling...

block 4662295 in epoch 216, slot 1103 was created by my pool BCSH1. In the explorer, this is listed as created by `7dbe27e`. I don't know what this value is,...

enhancement

Some configuration when connecting to a network is currently hardcoded. An example of this is the last byron block where we start syncing from. Today, to add a new network...

enhancement
help wanted
Project Catalyst

# Description Temp variables in `ref_exp_` function are never used. They are just allocated and cleared. Since this is a recursive function and the reference code serves as a baseline...

LazyLock is now the preferred way of doing lazy static initialization.