Frozen

Results 46 comments of Frozen

@sgaragagghu This issue should be already fixed by you. Could you confirm this?

@ncgege exchange 1.get newaddress 2.get balance 3.getBalanceByAddress 4.list transactions N (list last transactions) 5.getblocks (block hash ,txid ,wallet address) pool info 2.getpoolstate (pool state) > Above requirements are implemented on...

@kazaff Currently there is no way to notify transactions for specific address. Later we can introduce similar functions.

Now websocket is implemented, please have a try.

This feature is implemented in Android Wallet, need someone help to port to xdag wallet.

@jonano614 Could you give more details on this issue?

@sgaragagghu According to the explanation of waitpid, the least significant 8 bits store the signal. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/kernel/exit.c?h=v4.18.16 Tried to catch the stats with ``` if(WIFSIGNALED(stat)) { printf("killed by signal %d\n", WTERMSIG(stat));...

Hi gebi, Thanks for review. It's a patch for xdr parsing issue in 2012, when I was in Lucent. The code is a little bit out of date. I will...