-
Implement Dandelion++ for transaction broadcast.
### References
[BIP-0156](https://github.com/bitcoin/bips/blob/master/bip-0156.mediawiki)
[Research paper](https://arxiv.org/abs/1805.11060)
[O…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
If the wallet is created with the "createwallet" rpc method and the "getnewaddress" rpc meth…
-
Need to add NEW transaction class field to transaction header:
Default = SIMPLE
Currency = CURRENCY
When a currency transaction, PAYLOAD will have some definition, will not be entirely arbitrary...
F…
-
Address prefixes are defined in https://github.com/navcoin/navcoin/blob/master/src/chainparams.cpp.
We need to substitute the Bitcoin prefixes with prefixes for public addresses unique to the new c…
-
```
test/blsct/arith/g1point_tests.cpp(72): Entering test case "test_g1point_point_mul"
==65820==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x31b5bd9 in int mcl::bint::cmpN(unsigne…
-
Related to #163
We are seeing the following error when building with `-fsanitize=memory`:
```
==65875==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x311dad1 in bool mcl::fp::i…
-
- [x] Migrating navexplorer to hetzner (https://github.com/NavExplorer/navexplorer-frontend/issues/110)
- [x] Migrating navpool to hetzner https://github.com/navcoin/navexplorer-frontend/issues/112
…
-
PR #32 should solve issue https://github.com/navcoin/navcoin/issues/14, but some of my comments have not been addressed yet.
### What to do
- Review the pull request.
- Address the comments.
-…
-
Depends on #11
Two serialisable classes need to be created in `src/blsct/arith/`:
- Scalar: wrapper around `mcl::bn:Fr`
- G1Point: wrapper around `mcl::bn::G1`
implementing operator overloa…
-
Sometimes when reindexing blocks, some addresses get saved with old balance values (not the latest)
This is related to https://github.com/navcoin/navexplorer-frontend/issues/136
Temporary fix wa…