-
Related to https://github.com/nanocurrency/nano-node/issues/1783
RPC is currently accessible over a POST-only HTTP API. Responses always return HTTP status code 200. Instead, response codes shoul…
-
Most of the related source-code to UDP network protocol is now dead code. UDP should be removed.
- [x] Rewrite unit tests from UDP to TCP or loopback channels.
- [x] Review the UDP tests that uses…
-
Hello, I'm working in [jnano-node](https://github.com/rotilho/jnano-node) a JVM implementation of the protocol and I came up with an idea: features.
During the handshake we could exchange informati…
-
If you have a test that fails intermittently let's collect them here for systematic investigation
-
### Summary
I think this is a really breaking change and unneeded right now but just wondering what you guys think about RPCs returning an empty string instead of an empty array/object.
Example R…
-
Both Sergei and I have seen confirmation_height.gap_live test hang.
Here is a backtrace for it when it is hang.
```
(gdb) bt
#0 __pthread_clockjoin_ex (threadid=140315954259712, thread_return=0…
-
Adding a minimum amount filter option when subscribing to confirmations with websockets.
Can help with reducing load on the server receiving confirmations during spam, or just in general as most wa…
-
Check, if it is possible to have a contact list system. Where is it possible to attach addresses to specific contacts and identify incoming and outgoing transactions.
-
The test is failing because it is waiting for a wallet to attain the synchronising state.
Synchronising state is when a bootstrap attempt is in progress.
A boostrap attempt starts but it is abando…
-
Allow memos on transactions, possibly using stenography with small raw amounts to store the messages on-chain.
Moving to flutter repository as the android one is now deprecated
Originally reques…