Skip to content

Releases: ysmilda/m1-go

v0.2.0

06 Mar 20:30
0b0f534

Choose a tag to compare

  • Access to the various modules is moved into the Target struct. This makes the use of the library more ergonomic.
  • A PaginatedCaller was introduced to the rpc package and various procedures were migrated to it. This allows to return all results at once.

v0.1.0

26 Feb 22:29
59e60d8

Choose a tag to compare

This is the initial release of the m1-go library. This contains the basic structure of the library as well as support for the following modules:

The Target interface offers basic access to some of the above modules, and it can be used to access the full modules via the m1.Call() function.