-
Some resources in ETN are called time and time again within functions, which leads me to believe it might save users time, and server resources if the values of these resources could be retained for a…
-
# Lines of code
https://github.com/code-423n4/2022-12-tigris/blob/496e1974ee3838be8759e7b4096dbee1b8795593/contracts/GovNFT.sol#L247
https://github.com/code-423n4/2022-12-tigris/blob/496e1974ee3838be…
-
Currently most virtual methods take `&mut self` as the receiver, this can be problematic if you want to call multiple virtual methods at once from godot. We could loosen this restriction.
One way t…
-
**Description**
Implement (optional) [BIP-0078] [PayJoin] support in the `bdk-cli` wallet using the [rust bip78] project. PayJoin transactions provides a way to collaboratively create a transaction…
-
go/src/github.com/mami-project/postsocket/api.go:21: undefined: Message
go/src/github.com/mami-project/postsocket/api.go:25: undefined: Message
go/src/github.com/mami-project/postsocket/api.go:58: u…
-
Hi,
Interesting idea. Does it have better transmission and receiving range than normal superheterodyne Receiver? My purpose is to use SX1278 to control normal 433mhz switches and also receive data f…
-
**Is your feature request related to a problem? Please describe.**
We have the need to customize Error responses, e.g.: Add an Error Code/Status Code. And we feel that it's kind of limiting to only h…
-
# If borrower / lender fee is zero, tokens that revert on zero-value transfer will not work as intended
### Severity
Medium Risk
### Relevant GitHub Links
https://github.com/Cyfrin/2023-07-beedle/b…
-
Hi,
I'm trying to use this library with the new Arduino MKR1000 board, which uses the WiFi101 library (a modified version of the WiFi library) to communicate.
Receiving messages on the board works li…
-
Here is simplified version of my code from actual production code base:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=99a751acd113949b2a77fa251e33f955 (rustc 1.68.2)
The …