A working binary blockchain sharded data structure (what a mouthful). Currently, all validators see all shards (so we don't really get any scalability gains), but I think this is fine for a first version. The number of shards is currently limited to the number of validators (an artifact of how initial message creation works).
A working binary blockchain sharded data structure (what a mouthful). Currently, all validators see all shards (so we don't really get any scalability gains), but I think this is fine for a first version. The number of shards is currently limited to the number of validators (an artifact of how initial message creation works).