-
when I compile the code I get a compiler warning:
nano/node/election.cpp: In member function ‘std::chrono::milliseconds nano::election::time_to_live()’:
nano/node/election.cpp:226:1: warning: cont…
ghost updated
2 years ago
-
Disabled in https://github.com/nanocurrency/nano-node/pull/3611
CI run in which it failed: [here](https://github.com/nanocurrency/nano-node/runs/4525973902?check_suite_focus=true#step:6:922)
-
### Summary
built source, and attempted to disable initial peers:
```
git clone --branch releases/v24 --recursive https://github.com/nanocurrency/nano-node.git nano_build
cd nano_build
cmake -G "…
-
### Summary
Basically all nano amounts of raw from 2^0 (aka 1) raw up to at least 2^63 could be combined into one big bucket which gets treated equal to all the other buckets.
The Bucket for zero …
-
```
ARG TEST
FROM nanocurrency/nano${TEST:+'-test'}:V23.1
COPY *.toml ./Nano${TEST:+'Test'}/
EXPOSE 7076
EXPOSE 7078
ENTRYPOINT [ "/usr/bin/entry.sh" ]
CMD [ "nano_node", "daemon", "-l" ]…
-
C++17 is well supported by all major compilers and I think we should move soon-ish as it has a lot of useful features and improvements (std::optional/any/variant, nested namespaces syntax, filesystem,…
-
```
[ RUN ] rpc.account_representative_set_epoch_2
/workspace/nano/rpc_test/rpc.cpp:2739: Failure
Expected equality of these values:
1
response.count ("error")
Which is: 0
[ FAIL…
-
### Problem context
Nano recently changed it's ticker to XNO instead of Nano.
There is currently also a token under XNO called "Xeno Token".
That, in of itself is fine. I'd like to override…
-
### Summary
When trying to reproduce https://github.com/nanocurrency/nano-node/issues/3549 noticed that a release_assert is hit, making the node to stop with an assert error.
This should be idea…
thsfs updated
2 years ago
-
```
[ RUN ] active_transactions.fork_filter_cleanup
/workspace/nano/core_test/active_transactions.cpp:790: Failure
Value of: node1.network.publish_filter.apply (send_block_bytes.data (), send_…