Yaacov Akiba Slama
Yaacov Akiba Slama
> Thanks for the information. We would appreciate a performance report from you as you are able. Something like the reviews for certain adapters in the following document: > >...
> I'm curious as to why the 6 GHz channels are shown? @morrownr It seems that indeed CF-953AX (and CF-951AX) supports 6 GHz channels ans is a tri-band adapter even...
The hostapd configuration file I used is: ``` interface=wlxe0e1a934a6d1 ssid=MySSID driver=nl80211 country_code=FR ieee80211d=1 ieee80211h=1 ieee80211n=1 ieee80211ac=1 ieee80211w=2 beacon_prot=1 hw_mode=a #channel=36 channel=93 op_class=131 wmm_enabled=1 ht_capab=[HT40] vht_oper_chwidth=1 ieee80211ax=1 he_6ghz_max_mpdu=1 he_su_beamformer=1 he_su_beamformee=1 he_mu_beamformer=1...
> ``` > > # IEEE 802.11be EHT support > > # CONFIG_IEEE80211AX is mandatory for setting CONFIG_IEEE80211BE. > > @@ -166,10 +166,10 @@ > > #CONFIG_IEEE80211BE=y > ``` >...
@Roasbeef @wpaulino @halseth @cfromknecht What do you think about this PR? It's not intrusive at all, quite trivial, and only add standard witness address type.
@guggero I created a new type baseScriptAddress as you suggested. Concerning the watch-only stuff, it's not specific to witness script addresses, so it's quite orthogonal to this specific PR.
> The main (only?) use case I can see for private wallet to private wallet payment is sending money to someone you trust (family or friends typically). With AMP, the...
@rustyrussell What do you think about adding a field containing data in an already standardized format like https://en.wikipedia.org/wiki/EDIFACT or https://en.wikipedia.org/wiki/Universal_Business_Language? I feel that we are reinventing the wheel.
> A far easier solution would be that all this is handled on the wallet level: wallet creators could design their invoice document any way they want (with vendorname, address,...
> While using some comprehensive standard like UBL would be great for the application/wallet layer, I think the length of the invoice should also be taken into account. Invoices are...