helium / rosetta-helium

Rosetta implementation for helium
18 stars 4 forks source link

Enable construction API validation #57

Open GeekArthur opened 2 years ago

GeekArthur commented 2 years ago

We only need construction API validation on testnet, regarding the construction API validation we need to do the following changes:

  1. Add the construction API validation configuration in https://github.com/helium/rosetta-helium/blob/main/rosetta-cli-config/testnet/config.json
  2. Remove https://github.com/helium/rosetta-helium/blob/main/rosetta-cli-config/mainnet/helium.ros for mainnet

We can refer the construction API validation from https://github.com/coinbase/rosetta-ethereum/tree/master/rosetta-cli-conf/testnet

syuan100 commented 2 years ago

This should be fixed in the optmizations branch now. Will close when #48 is merged. Please test and let me know if construction works for you now.