stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 11 forks source link

Property testing for Host Interface functions #261

Open csgui opened 8 months ago

csgui commented 8 months ago

Clarity functions to be addressed:

### Tasks
- [ ] at-block
- [x] get-burn-block-info?
- [ ] as-contract
- [x] get-block-info?
- [x] print

Already completed:

### Completed Tasks
- [x] ft-mint?
- [x] ft-transfer?
- [x] map-delete
- [x] map-get?
- [x] map-insert
- [x] map-set
- [x] nft-get-owner?
- [x] nft-mint?
- [x] nft-transfer?
- [x] stx-account
- [x] stx-burn?
- [x] stx-get-balance
- [x] stx-transfer?
Acaccia commented 4 months ago

Nft functions done in #394