-
https://github.com/huseyinbabal/microservices/blob/220857c10543a57b6176bb255cfb94826f80dc22/order/internal/adapters/db/db.go#L50
please review the topic 4.2.5 Implementing Adapters at the following…
-
The cycles ledger would be easier to use by some systems if - to send cycles to canisters we could just put blob representation of the canister principle in memo and transfer to the minting address.
…
-
The argument list of several raft utility functions has grown over time. They used to only take a `nodes` map, but now they also take a `clockSource` and `securityConfig`. It would probably clean thin…
-
-
# Lines of code
https://github.com/code-423n4/2023-01-popcorn/blob/d95fc31449c260901811196d617366d6352258cd/src/vault/adapter/abstracts/AdapterBase.sol#L433-L450
# Vulnerability details
## Impact
…
-
# Mismatch In The Number Of Parameters
The `wfCashLogic.mintViaUnderlying` and `wfCashLogic.mintViaAsset` functions only accept four (4) parameters.
[https://github.com/code-423n4/2022-06-notional-c…
-
# Lines of code
https://github.com/code-423n4/2022-07-golom/blob/e5efa8f9d6dda92a90b8b2c4902320acf0c26816/contracts/core/GolomTrader.sol#L459-L461
https://github.com/code-423n4/2022-07-golom/blob/e5e…
-
I'm doing some networking (with `tonic`) and I'm ending up with a `tokio` runtime and `async fn`s.
I see `ApplicationContext::new` expects non-async function pointers and uses `std::sync::mpsc{Send…
-
**Is your feature request related to a problem?**
I'm planning to create an SDR framework where data is streamed between certain "processing blocks". These blocks can be dynamically connected with …
-
We're deprecating declarative macros for token standards (see #1042 and #1049) to favor explicit implementations.
As suggested in https://github.com/near/near-sdk-rs/issues/422#issuecomment-1016886…