yanmaani
yanmaani
Hi, I can't seem to figure out how to persist the storage to disk. I understand that I must write my own implementation, but how do I do this? Rust...
This PR adds the `name_autoregister` RPC, with delegation support. Note that there is a bug, which can be triggered by the testing, that causes the transaction queue to release one...
Atomic name trades are desired. The question is how to develop the API for them. The initial reflex might be to make two commands as such: `name_makeoffer "id/example" 1000 direction=buy...
`name_segwit.py` doesn't run on Python 3.5. All functional tests are supposed to run on Python 3.5: `test/functional/README.md`: The oldest supported Python version is specified in [doc/dependencies.md](/doc/dependencies.md). `doc/dependencies.md`: These are the...
Some of the documentation (e.g. for RPC commands) uses `d/myname`, some of it uses `myname`, some of it uses `d/abc`, and some of it uses `d/domob`. It would be nice...
This would make it more pleasant to search for nonexpired names. It would just be syntax sugar for calling name_scan with maxConf = min(current_max, 36000).
`example_test.py`: # Use skip_test_if_missing_module() to skip the test if your test requires certain modules to be present. # This test uses generate which requires wallet to be compiled def skip_test_if_missing_module(self):...
Owing to the problem described in #381, name_scan will do a linear scan when it could skip large chunks of the database by following the following algorithm for searching: 1....
You should be able to pass in a commitment when registering a name with name_new; this would enable you to pay someone and receive a NAME_NEW in return, instead of...