Matt

Results 28 issues of Matt

The following code compiles, but throws an error when the owner variable is accessed in a .sw file. ```rust [constants] owner = { type = "Identity", value = "std::identity::Identity::Address( std::address::Address...

bug
P: medium
compiler: frontend

### What version of fuels-ts are you using? 0.71.1 ### Steps to Reproduce Use `assembleTransactionSummary` and do not pass in the optional `gqlTransactionStatus` argument. ### Expected Behavior `isStatusFailure`, `isStatusSuccess`, and...

bug
mainnet

closes #1533

enhancement
graphql-api

### Checklist - [x] I have linked to any relevant issues. - [x] I have updated the documentation. - [ ] I have added tests that prove my fix is...

breaking
blocked

# Code Review Processes closes #239

Create a landing page where we will include links to all deployed frontends and documentation

Repo Misc

We should add e2e tests for when auctions expire in the english auction ui. This requires block manipulation from the ts sdk which IIRC is not currently implemented.

App: Auctions

### Why should this feature be added? The DAO voting application #75 needs a frontend to interact with the voting smart contract #76. ### Specification 1. Basic landing page which...

New Feature
App: DAO
User Interface

### Motivation #### Description Only allow users to perform actions that require sending funds if they have those funds. This could also be extended for nfts. #### Motivation This will...

Improvement
App: Auctions
User Interface

### Motivation Important: It would be cool if we could hold of on implementing this change until #290 is merged bc it would break part of the english auction ui...

Improvement
App: Auctions