Skip to content

Releases: identity-com/marketplace-tx-js

Gas price, limit and nonce handling

18 Feb 14:51
80b1839
Compare
Choose a tag to compare

All numeric parameters are now wrapped with Number to support different input formats (e.g. hex value, string, integer etc).

In-memory nonce manager and async/await refactoring

21 Jan 13:13
1f5c5a7
Compare
Choose a tag to compare

ADDED:

  • MarketplaceTx constructor context argument. Support for external nonce manager. Default in-memory nonce manager implementation.
  • NPM audit: dependency audit in CI builds
  • code of conduct and contributing guidelines

CHANGED:

  • Async/Await refactoring
  • ganache-cli docker image updated to v6.2.4

Initial OSS release of marketplace-tx-js

09 Oct 13:13
4dc6058
Compare
Choose a tag to compare
Merge pull request #2 from identity-com/feature

Support importing contract artifacts by url