1.5.5 • Published 1 year ago

@zero-tech/zns-message-schemas v1.5.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Message Strategy:

A unique event on a contract should have its own unique message type.

Event schema changes on contract result in a new message type of the same name, with an incremented version affix, and updated messageSchemaVersion

Message Naming Schema Rules:

Message names and their associated data types should adhere to the following rules:

  • Message names contain both the noun being acted upon and the verb of the action taking place. E.g. DomainCreated, DomainRoyaltyChanged
  • Message names that adhere to the above but cause a collision with an existing message name should be prefixed with the contract source. E.g. EE_DomainCreated
  • Message data types begin with the message name
  • Message data types are affixed with their schema version - E.g. DomainCreatedV1
  • Message data types end with Data

Identifying Messages:

The contents of a message can be identified by it's message name: event, and the schema version messageSchemaVersion. These correspond to a MsgDataType that describe the schema of the message.

1.2.0

2 years ago

1.5.5

1 year ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.1.7

2 years ago

1.5.2

1 year ago

1.4.3

2 years ago

1.1.6

2 years ago

1.5.1

2 years ago

1.4.2

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.4.9

2 years ago

1.4.11

2 years ago

1.4.8

2 years ago

1.4.10

2 years ago

1.4.7

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago