-
*From the Sophia discussion at the Sofia workshop.*
-
we need to add a section to the documentation for all chain related topics. The final design and content for the home page is listed in the comments below:
Acceptance Criteria
- [ ] Change the cop…
-
### What's your issue about?
A minimal contract consisting of only an `__init__():` function compiles with the `bytecode` and `ir` flags but not with the `abi` and `json` flags, which throw:
```
".…
chgue updated
3 years ago
-
I see some issues with the function `mint` inside `mintable-fungible-token` in the NEAR side.
This function receives as a parameter a proof that contains relevant information of an event that took …
-
I created a Token on DefiChain via App with specific settings. The result was not like the specification
The token should have the following setting:
- mintable support = No
- Limit = 1000
…
-
This would be also useful for the BMGF project.
The `BaseAccount` in the `cosmos-sdk` already can hold `[]Coin` (one per currency).
So, I think we can create a new module `x/currency` (TBD) which …
-
Mintable fungible token extends regular fungible token and it reuses its tests. However, unlike regular fungible token it does not have fixed balance, this creates an entire set of corner cases that o…
-
We are very close to having a light implementation of ERC-721 token that also tracks some of our 'offer token' patterns from LexToken ERC-20.
Requesting a review of the basic contract: https://git…
-
### Info
"Member account" is a part of the NFT experience MVP scope.
This particular issue is a communication container for the whole "Member account" experience.
### This epic is build from …
-
I've found there are many different reasons how CI tests fail. I guess it's important to collect CI failures to classify them and found solutions.
1. test ethrelay catchup: `Error: [-32000] Server …