Achain Technology Update
Feb 3, 2022
- Research EIP-4200, encode the destination as a signed immediate value. These can be useful in the majority of (but not all) use cases and offer a cost reduction.
- Improve mainnet accounts, simplify Arguments. Unpack.
- Upgrade rpc apis and remove unnecessary comment.
- Improve trx broadcast and test for edgecase in VerifyRangeProof.
- Upgrade transaction calldata, evict old payloads, type PayloadID.
- Add new transaction type and support chainId for GnosisSafeTx.
- Core/rawdb: enforce readonly in freezer instantiation.
- Trie: use keyvalue reader for non-mutating methods.
- Improve network and fix serverHandler crash after setHead.
- Graphql: fix block resolving for parent field.