Odi
Odi
- [x] Add hook to `online` event - [x] Add hook to `offline` event - [x] Add hook to both `online` and `offline` event - [x] Add documentation - [...
just an idea, not needed for this version: this logic could be a function since we reuse it everywhere, it's critical, and when we want to support burning it will...
- [x] add equivalent tests from hardhat to foundry
Traces: ``` Traces: [3813425] Erc404MinimalTest::test_erc721Storage_retrieveFromBank(76, 0xd38171555580273cEa88FA0cD3622F9bb94a236B, 0xd38171555580273cEa88FA0cD3622F9bb94a236B) ├─ [0] VM::assume(true) [staticcall] │ └─ ← () ├─ [0] VM::assume(true) [staticcall] │ └─ ← () ├─ [0] VM::assume(true) [staticcall] │ └─ ←...
- make it easier for on chain contracts to show the "actual" token id in the token URI  - make it easier for holders to search on marketplaces, but...
Needs better documentation. Currently, there are a lot of events to listen from, but none of them are being documented properly.
According to the docs, valid requests from LINE platforms are the ones with `X-Line-Signature` header matching their digest value in request body. https://devdocs.line.me/en/#signature-validation
Hello devcontainers team, I've recently created a tool called `devcontainerize` (https://www.npmjs.com/package/devcontainerize, https://github.com/mathdroid/devcontainerize) that automatically detects a project's type and sets up the appropriate devcontainer configuration. The tool: 1. Detects the...