Greg Scullard

Results 37 issues of Greg Scullard

### Description I've setup an example use of client.setOperatorWith which builds a transaction with a single node set in `SetNodeAccountIds`, yet the callback for the signature is executed twice. Have...

bug

### Description The following if process.env.PRIVATE_KEY is empty/undefined ``` const privateKey = PrivateKey.fromString(process.env.PRIVATE_KEY); ``` throws a `TypeError: Cannot read the properties of undefined (reading startsWith)` which is due to the...

bug
blocked

### Problem There are occasions when I want to create a Client with a known accountId which isn't mine so that I can construct a transaction with the transactionId and...

enhancement

### Problem Freezing a transaction using the SDK is currently necessary in order to serialise it. It should be possible to serialise a transaction without freezing it and in addition,...

enhancement

### Problem Using different SDKs with WalletConnect, it's impossible to provide a consistent JSON representation of a Receipt or Record. .stringify and .marshal in javascript and golang output differing results....

enhancement

**Is your feature request related to a problem? Please describe.** Currently, the necessity for the winner to be subject to KYC is driven by an environment variable which leads to...

enhancement

**Describe the bug** A number of NPM dependencies contain known vulnerabilities which should be fixed by upgrading to newer versions where possible. **To Reproduce** run `npm audit report` to see...

bug
P1
MVP
UI

**Describe the solution you'd like** The bid dialog allows any amount to be input The bid dialog should prevent bids below the current winning bid being input.

P2
MVP
UI

**Describe the solution you'd like** Any bid amount increase is allowed in the bid dialog If the auction has a minimum bid increase amount, the dialog should ensure the bid...

P2
MVP
UI

**Describe the solution you'd like** Only Hedera is supported, should support additional mirrors such as Kabuto

enhancement
Node