a13223ee491660dc83051bcd1a83094e57dd6386 - Invokation of Employee Pool creation is trimmed from the genesis tx encoder function. (It is Aptos Foundation specific).
aed2543c0009f9c157d7ec5f73cad764ee90775d - Inclusion of the PBO delegation pool and VestingWithoutStaking pool initialization in the genesis tx encoder function.
2193695952a4ae13e696d50265a277d5582a1496 - Implement Hash and Eq for AccountBalance type. Required for PBO data processing in smr-moonshot.
2207b5ee1b7efc49525505515bd34c7448425a0d - Adds support for initializing PBO delegation pools and VestingWithoutStaking pools in testnet configuration.
ced7b6187f56f52daf3526d68efb2484e75cf1e2 - Adds support for account creation in testnet configuration.
c278c18127df7426e040a8144f3bf5264ac2ba38 - Disables adding SALT to seed creation. We need to find a way to reliably know this SALT at smr-moonshot for creating resource accounts.
3d6f520666dd19b0340f7948eeb526675546ea76 - REST API changes for smr-moonshot requirement
c9473483688d12836733c3c8254e405c54d35dce - Generate seed for PBO module via APIs; negates c278c18127df7426e040a8144f3bf5264ac2ba38
2b6943ede17d4af5313a75b7c133c2815e563663 - Timestamp for genesis block and block event are read from the MoveState
69332c53af71924e665f5f4bb7e7d0e9109b7cd9 - fixes a serialization error for seed creation
Commit breakdown:
AccountBalance
type. Required for PBO data processing insmr-moonshot
.smr-moonshot
for creating resource accounts.