smart-contracts icon indicating copy to clipboard operation
smart-contracts copied to clipboard

Collection of OpenBazaar smart contracts

Results 14 smart-contracts issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

This is a tracking issue to compile a list of smart contract ideas to: 1. Integrate into OpenBazaar to extend the marketplace (i.e. the types of things you can buy...

The `getPowerUpInfo` function in the `powerUps` contract returns an "empty" powerUp when `id` is out of range / does not exist. Should we instead have `getPowerUpInfo` revert when the passed...

:exclamation:low

Our current version of escrow smart contract does not allow to replace moderator once the transaction is created. Whereas Buyer and Seller can mutually agree on changing the moderator if...

enhancement