Serializations 💻
AddSubnetValidatorTx
Tests 🔍
- Update to work w/
1337
networkID - Fix syntax in
buildCreateSubnetTx
tests CreateSubnetTx
testsAddSubnetValidatorTx
tests
Example Scripts ✏️
Additions
platformvm.getTx.ts
platformvm.getTxStatus.ts
Updates
- All examples scripts now work with the
1337
networkID
New Error Types ⭕
SUBNET_THRESHOLD_ERROR_CODE
andSubnetThresholdError
SUBNET_ADDRESS_ERROR_CODE
andSubnetAddressError
Miscellaneous ✅
- Convert
dist
path tosrc
in example scripts- Doesn't require dev to
yarn build
after making changes and before running example scripts command+click
correctly opens the.ts
file and not the.d.ts
typing
- Doesn't require dev to
- Pass variables into functions as arguments instead of passing function calls as args. This makes the code more self documenting
- Fix broken interface import paths