Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Replace operations with messages #1

Closed
nathanielhourt opened this issue Apr 5, 2017 · 0 comments
Closed

Replace operations with messages #1

nathanielhourt opened this issue Apr 5, 2017 · 0 comments
Assignees

Comments

@nathanielhourt
Copy link
Contributor

Message type looks something like this:

/**
 * A message has a header that defines who sent it and
 * who will be processing it.  The message content is a binary blob whose
 * type is determined by 'type', which is dynamic and defined by
 * the scripting language.
 */
struct message {
  account        sender;
  account        to;
  vector<acct>   cc;
  message_type   type;
  vector<byte>   data;
};

account is a string typedef for now, will become a fixed-length string in the future.
message_type is a string typedef.

@nathanielhourt nathanielhourt self-assigned this Apr 5, 2017
bytemaster pushed a commit that referenced this issue Jul 17, 2017
bytemaster pushed a commit that referenced this issue Sep 13, 2017
Merge build.sh and eoscpp.
terradacs referenced this issue in terradacs/beos-core Feb 26, 2019
terradacs referenced this issue in terradacs/beos-core Feb 26, 2019
terradacs referenced this issue in terradacs/beos-core Feb 26, 2019
Beos core issue 1

Closes #1

See merge request blocktrades/beos-core!5
heifner pushed a commit that referenced this issue May 6, 2019
Frank-AFN pushed a commit to eosiosg/eos that referenced this issue Mar 11, 2020
Upgrade to version 2.0 data migration and prepare for eos-vm merge (#…
cc32d9 referenced this issue in eos-amsterdam-rnd/wax2.0 Apr 14, 2020
[KEW-1299] Update README file
brianjohnson5972 added a commit that referenced this issue Apr 23, 2021
heifner pushed a commit that referenced this issue Feb 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant