-
Some code in the mempool depends servant
-
The following actions with `matrix.ghc == '8.8.3'`
```yaml
- name: Install GHC and Cabal
uses: actions/setup-haskell@v1.1.0
with:
ghc-version: ${{ matrix.ghc }}
…
-
The goal of this feature is to require that the first 8 bytes of the block header are set to zero for future use as feature flags.
* [x] Change CPU miners to use last 8 bytes as nonce and set first…
-
Block reward has the following inputs:
N - number of chains (ie 10)
S - total mining coin supply (ie 700B)
B - current blockheight
R - block rate (in some time unit) (ie 30s)
H - halfLife in years (ie…
-
I'm getting the following error message when I'm trying to start the chainweb-node:
`shekel@randomx1:~/kadena-chainweb$ ./chainweb-node --config-file=minimal-config.yaml …
-
Pre-discussion and design for KIP PR.
FungibleAsset specifies an ERC-20-style API. https://eips.ethereum.org/EIPS/eip-20
Design Questions:
- Understand related/extending interfaces from ERC an…
-
This is needed for certain types of where you need to get an account balance and know exactly when in the block history it was valid. Sometimes this is called an atomic balance lookup.
-
`PactResult` was previously defined in `chainweb-api` to be a sum `Either Value Value`, which was displayed by simply unwrapping the JSON values and doing some minimal parsing. What we'd want to do, n…
-
As Pact has distinct user tables and a structure that is already very amenable to versioned history, propose to implement checkpoints directly in SQLite as opposed to (a) copying SQLite DB files (b) u…
-
```
chainweb-data=# select powhash from blocks limit 10;
powhash
------------------------------------------------------------------
0000000000000156c931661d6ecfee72c7…