Skip to content

Releases: PolymeshAssociation/polymesh-rest-api

Publish images to polymesh association docker hub

13 Sep 14:37
db3ae60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

What's Changed

Full Changelog: v0.0.8...v0.0.10

v0.0.9

15 Aug 06:51
b855445
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.9

v0.0.8

14 Jun 09:43
b4b7626
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.7...v0.0.8

V0.0.7

18 May 19:20
76e7faa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

Support docker compose

07 Apr 12:26
d3a41c8
Compare
Choose a tag to compare
Pre-release

Relaxes env validation to allow for empty strings. This makes it easier to work with docker-compose

v0.0.5

06 Apr 14:28
fbd3af7
Compare
Choose a tag to compare

Adds vault signing manager

v0.0.4

18 Mar 18:37
c79b467
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.4

v0.0.3

19 Oct 16:33
fec6f78
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

Fix docker image

19 Oct 15:28
b6101cf
Compare
Choose a tag to compare
Merge pull request #45 from PolymathNetwork/fix-master

Fix master

Initial release

30 Sep 13:27
b3aaa38
Compare
Choose a tag to compare

Initial release of the polymesh rest api. Provides the ability to perform operations.

Assets

  • Get Asset details
  • Get Asset holders
  • Get Asset documents
  • Get Compliance Requirements
  • Get Trusted Claim Issuers
  • Create an asset
  • Reserve a ticker
  • Issue Assets tokens

Checkpoints

  • Get checkpoints for an Asset
  • Get checkpoint schedule

Offerings

  • Get Offerings for an Asset
  • Get Investments in an Offering

Corporate Actions

  • Fetch Corporate action defaults
  • Fetch dividend distributions

Identities

  • Get identity details
  • Get pending authorizations for an identity
  • Get issued authorizations for an identity
  • Get venues owned by an identity
  • Get claims for an identity (issued, associated)
  • Get Assets that identity is a trusted issuer for

Settlements

  • List Instruction affirmations
  • Verify Instruction Leg

Venues

  • Create Venue
  • Modify Venue

Portfolios

  • Portfolio transfers (move Assets)

Misc​

  • Logging Interceptor. Logs request information to stdout for dev