Satinder Grewal

Results 16 issues of Satinder Grewal

@dpurfield Thank you for giving Dart Example for FFI. But when I execute it, it gives the following errors. Would really appreciate if you can help. ```shell ➜ ~ dart...

We should consider utilising [libp2p](https://libp2p.io/) in `bet` as per my understanding it will make p2p connections over different networks bit easier. `libp2p` has many different modules to cover different scenarios,...

enhancement

Tried building `bet` on 32bit Raspberry OS and got `libnng` related errors. There is a relevant issue related to these errors on libnng, if that helps resolve this issue: https://github.com/nanomsg/nng/issues/1029...

bug
help wanted

I compiled `bet` binary for macOS on macOS v11.5.2 using the following commands: ```bash xcode-select --install brew install zlib autoconf automake libtool gmp sqlite libsodium gettext wget curl ninja openssl...

help wanted

Just like the rest of the Pangea Poker game setup software stack, Chips & c-lightning, bet should also has it's built in option to connect to Tor and setup as...

enhancement

Would be great if `bet` can also connect through i2p network to it's peers, just like Bitcoin and Chips does now: https://github.com/bitcoin/bitcoin/pull/20685

enhancement

Right now `bet` is communicating with `c-lightning` and `chips` via CLI commands. This must be updated to instead use RPC communication, so that `bet` does not rely on command line...

enhancement

Currently `bet` code is using CLI commands such as `lightning-cli` and `chips-cli` to execute and get outputs to proceed with further code logic. Using API calls instead of CLI commands...

enhancement
beta

Right now `bet` is just run in a `tmux` session to make sure it is always running in the backend. Or there is a [method](https://github.com/chips-blockchain/bet#command-to-run-cashier) to run `bet` command via...

enhancement
alpha

While testing pangea poker, one cashier node aborted twice in testing, the following log showing on console: ```bash bet_cashier_backend_thrd::725::receiving::lock_in_tx [0/917] bet_bvv_backend::336::received::tx_status bet_bvv_backend::336::received::seats_info_resp bet_bvv_backend::336::received::tx_status bet_bvv_backend::336::received::seats_info_resp bet_bvv_backend::336::received::join_res bet_bvv_backend::336::received::stack bet_cashier_backend_thrd::725::receiving::live bet_send_status::154::sending::{ "method": "live",...

bug
alpha