mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-14 14:34:40 +00:00
Move waku_message to dedicated folder
This commit is contained in:
parent
c3b726cb99
commit
7b5c8d6094
@ -1,7 +1,7 @@
|
|||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
import fc from 'fast-check';
|
import fc from 'fast-check';
|
||||||
|
|
||||||
import { WakuMessage } from './waku_message';
|
import { WakuMessage } from './index';
|
||||||
|
|
||||||
describe('Waku Message', function () {
|
describe('Waku Message', function () {
|
||||||
it('Waku message round trip binary serialization', function () {
|
it('Waku message round trip binary serialization', function () {
|
@ -2,7 +2,7 @@
|
|||||||
import { Reader } from 'protobufjs/minimal';
|
import { Reader } from 'protobufjs/minimal';
|
||||||
|
|
||||||
// Protecting the user from protobuf oddities
|
// Protecting the user from protobuf oddities
|
||||||
import * as proto from '../proto/waku/v2/message';
|
import * as proto from '../../proto/waku/v2/message';
|
||||||
|
|
||||||
export const DefaultContentTopic = '/waku/2/default-content/proto';
|
export const DefaultContentTopic = '/waku/2/default-content/proto';
|
||||||
const DefaultVersion = 0;
|
const DefaultVersion = 0;
|
Loading…
x
Reference in New Issue
Block a user