Quentin Le Sceller
Quentin Le Sceller
Opening this issue to gather ressources and discuss the possibility of using [BLS signatures](https://www.iacr.org/archive/asiacrypt2001/22480516.pdf) in Grin. ## Pro - Kernel aggregation - Simpler multi-signatures schemes. ## Cons - Loss of...
Meta issue to track the implementation of having multiple LMDB tables instead of `chain` and `peers`. More context here https://github.com/mimblewimble/grin/pull/3320.
Somehow transaction with more than 800 inputs are not correctly broadcasted. This is my floonet node sending a 1670/2/1 tx. ``` 20200714 17:37:00.212 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8...
First mentioned by @yeastplume during [03/03/20 dev meeting](https://github.com/mimblewimble/grin-pm/blob/master/notes/20200303-meeting-development.md): > yeastplume: I wanted a quick discussion on this point, just enough for a yeah or nay on whether it's worth discussing...
Meta issue to track and figure out all packaging options and automate them.
It would be great If this theme had a dark mode. And why not with `prefers-color-scheme` tag. Thanks!
Rigs with CUDA installed and NVIDIA GPUs so I guess `cargo test --all` should pass. However seems like there an unwrap on a None value and mine_cuckaroo_cuda_29/mine_cuckatoo_lean_cuda_19 tests never stop....
Sender side: ``` grin-wallet -p "" send -d tgrin1m7vmg0z5tu373haxtglape4hv45lw86xscq93ur7jj5rmpk5sw7qf2xf35 -f 1000000 20200714 17:30:02.439 INFO grin_util::logger - log4rs is initialized, file level: Debug, stdout level: Debug, min. level: Debug 20200714 17:30:02.439...
Unsure what is happening here. Happens during the building of a change output. ``` 20200710 13:55:55.626 DEBUG grin_wallet_libwallet::internal::selection - Building change outputs: total change: 26836592165 (1 outputs) 20200710 13:55:55.638 DEBUG...
Tested on Floonet and Mainnet. Updated: the panic happens when the token is not provided. Error log: ```rust 20200616 12:28:21.825 ERROR grin_util::logger - thread 'tokio-runtime-worker' panicked at 'index 32 out...