Results 270 issues of Friedger

**Describe the bug** Calling `connectWebSocketClient(..).subscribeBlocks()` results in the following error: ```js JsonRpcError { message: 'Invalid params', code: -32602, data: 'subscription request must use a valid event name' } ``` **Expected...

good first issue
sockets

**Describe the bug** I tried to download all contracts' source code. Once with SmartContractApi.getSourceCode, once with TransactionsApi.getTransactions filtered by smart_contract type. There is a difference, as shown in the diff:...

The use case: Alice and Bob have the same 3rd party app to manage finance. Now Alice wants to make a payment of an agreed amount to Bob. Currently, the...

As an app developer using stacks.js, I use `ClarityValue`s to provide function arguments. It would be nice if I could use the same arguments in clarinet tests. E.g. ``` tupleCV({...

S
functional enhancement

`expectFungibleTokenTransferEvent` and `expectNonFungibleTokenTransferEvent` have confusing signatures: ``` expectFungibleTokenTransferEvent( amount: Number|bigint, sender: String, recipient: String, assetId: String, ): Object; ``` and ``` expectNonFungibleTokenTransferEvent( tokenId: String, sender: String, recipient: String, assetAddress: String,...

good first issue
XS
functional enhancement

In addition to `.functions`, a meta command `.keywords` would help beginners. `.keywords` would display ``` true false block-height burn-block-height none tx-sender ``` Alternatively, the keywords are displayed different in the...

bug
good first issue
XS

Replace logo on - [x] store listing - [x] app logo - [ ] icon on events type - [x] DevFest series icon - [ ] wear app background

priority: medium

E.g. https://github.com/JakeWharton/ThreeTenABP or later Java8 implementation

refactor
priority: low

Version 1.2.0-beta1 has untrackOld settings to support the CI build: version x : master -> alpha track merge master to release version x + 1: release -> beta track https://github.com/Triple-T/gradle-play-publisher#untrack-conflicting-versions

Organizers should be able to send a badge to a participant that gave a talk at the current event. - [ ] Add button to send badge for organizers only...