- Add mainnet APIs for deploying space
- c684d49: rename types from "args" to "params" e.g. CreateTripleArgs to CreateTripleParams
- c44f027: Update
QUOTES_THAT_SUPPORT_CLAIMS_PROPERTY
andACADEMIC_FIELD_TYPE
values to be valid IDs - c44f027: IDs now use a branded type
Id
instead ofstring
and validate every ID param
- 454fbe2: add createImage to Graph namespace
- fix aliased paths
- Remove Graph.publish
- Fix missing Graph export
- 9c756b8: all IDs with ATTRIBUTE in the name now changed PROPERTY. The constants with ATTRIBUTE still exist and marked as deprecated
- 9c756b8: Add utility functions createProperty, createType, createEntity
-
424b98e: Add triple value options to encoding
-
add1f17: Rename exports: IPFS -> Ipfs ID -> Id SYSTEM_IDS -> SystemIds NETWORK_IDS -> NetworkIds CONTENT_IDS -> ContentIds
Export decodeBase58ToUUID, encodeBase58 and BASE58_ALLOWED_CHARS under named export Base58
- 5f7c358: Fix import in readme
- Remove prettier deps and config files
- Don't throw error if space id doesn't exist on scheme as it's optional.
- Export contracts as const
- Fixes example in readme for deploying space
- Updates default API URL to one operated by The Graph.
- don't use aliased imports
- Add docs for specifying network in some API calls
- Fix published artifacts
- Move retrying and validating to server instead of client
- Adds abstraction for publishing edits to IPFS using default API endpoint
- Update ID generation fn name from make -> generate
- f8035bf: Add docs for deploying space and generating calldata to publish edits.
- Add docs on deploying a personal space and generating calldata to publish.
- f47d0f3: Adds JS Doc comments to APIs