jl777

Results 11 issues of jl777

I obtain an object to a database entry: if ( (obj= sp_object(db)) != 0 && sp_set(obj,"key",key,strlen(key)) == 0 ) result = sp_get(db,obj,&len); I then store these result pointers in an...

considering how great sophia is, I feel silly reporting such minor thing. char *key = sp_get(result, "key", NULL); char *value = sp_get(result, "value", NULL); In the documentation section on cursors,...

it might make sense to force having a prevtxid field so that the entire set of (related) opreturns can be retrieved

nSPV full nodes print this in debug log, likely due to nSPV enabled node without addressindex=1 trying to satisfy utxos/txids getnSPV messages

during spend rpc function, we can find out that a utxo has been spent via the txproof result. i think if we get such a failure, we can go into...

// @blackjok3r @dimxy @mihailo implement the CC tx creation functions here // instead of a swissarmy knife finalizeCCtx, i think it is better to pass in the specific info needed...