Conversation

Jarkko Sakkinen

Edited 5 months ago

Other thing that puzzles in #Ethereum and #Swarm is that why waste bandwidth and CPU cycles to #JSON when you could #ASN1 the transaction like:

Root ::= SEQUENCE {
  from INTEGER
  to INTEGER
  value INTEGER
  gas INTEGER
  gasPrice INTEGER
  nonce INTEGER
  data OCTET STRING
  chainId INTEGER
}

Pretty trivial scalability optimization IMHO. Maybe I submit another talk just to say that hey use ASN1.

1
0
0
So much math, too little plumbing ;-)
1
0
0
OK, I guess this solves the problem: https://eips.ethereum.org/EIPS/eip-2718
0
0
0