Skip to content

streamingfast/graph-networks-libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Graph Networks Registry Libraries

npm version Crates.io Go Module

Libraries to work with The Graph Networks Registry.

Updating the schema

To update the types to match new schema version, run ./generate.sh. This will:

If there are errors when running the script, find and fix them manually.

Versioning

  • Libraries are using semantic versioning Major.Minor.Patch
  • Major and minor versions should match the schema version
  • Patch version can be incremented independently with bug fixes
  • Patch version is reset to 0 when schema version is changed

Publishing new versions

  • npm publish for TypeScript
  • cargo publish for Rust
  • ./release.sh for Go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.7%
  • Rust 27.8%
  • Go 23.1%
  • Shell 4.4%