-
## :notebook: Summary
To avoid duplication (and divergence) of code-paths we want to expose the categorization service for other consumers.
- :link: related to: https://github.com/elastic/kibana/iss…
-
This is a brainstorm on how to introduce types to events.
In Tendermint, events are simply a name (`type`) plus a list of key-value pairs (`attributes`):
```typescript
type TmEvent = {
type:…
-
## Description
When Mythril tries to guess a suitable Solidity version, it searches for the first `pragma solidity` directive. The heuristics employed do not pay attention to whether the directive …
-
**Describe the bug**
Option contracts that have expired today are still considered "active" and can only be queried by specifying the status parameter to be "active".
For example, let's say today …
-
Task: Create integration tests to ensure proper interaction between the LandRegistry and LandNFT contracts.
Definition of Done:
• Tests cover the full flow from land registration to NFT minting a…
-
**Is your feature request related to a problem? Please describe.**
Currently, the filters permanently occupy the bottom toolbar space, with all the other settings having to adjust into a pop-up menu.
…
-
TBD :writing_hand:
-
### Bug type
Component
### Component name
MudListItem
### What happened?
When using a MudList with MudListItems, if there is a NestedList for a particular MudListItem, then the OnClick EventCallb…
-
I would like to start a discussion about how the above should like, i.e., what is a way for different parties to attest that they have reviewed a definition to be valid, and how to convey that trust t…
-
**Description**
In the `stake` function of the `Staking` contract, the current logic uses `get_tx_info().account_contract_address` to retrieve the address of the staker. However, the account contract…