Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prompt addresses * fix lint * fix lint * fix lint * fix lint * add flags * adding teleporter contract to genesis * validator prompt * bootstrap validators * add mock * fix lint * update prompt validator * update prompt validator * fixes for icm on genesis * add icm from a given embedded file * add function to deploy ICM registry * creating mapping values * add consts * make local deploy to work * do not print info for icm support addrs * nit * implement prompts * fix prompt mock * update sidecar * update prompts * update prompts * refactor * nit * update prompts * fix wiz stuff * update prompts * use default balance and weight * generate new node ids and bls * fix lint * add flags * add flags * add a function to initialize PoA manager * add lib folder * address comments * address comments * address comments * move validator prompt to deploy * address comments * address comments * fix lint * address comments * address comments * fix test * address PR comments * basic PoA manager setting * lint * address comments * fix lint * fix e2e * fix merge * fix merge * convert Subnet Tx * convert subnet * register validator * add validator * mock * remove validator * update weight * update weight * add flags add validator * remove validator update * refactor addvalidator * use node id as arg in addvalidator * fix change weight arg * resolve merge conflict * fix lint * address comments * fix lint * Enable non sov subnets (#2203) * subnet create non sov * support non sov blockchain * update test * update tests * update tests * update test * update tests * update tests * fix test * update tests * Rename Subnet to L1 for new commands ACP77 (#2209) * rename convert subnet * rename to l1 * fix lint * fix lint * fix lint * fix lint * Integrate ConvertSubnetTx AvalancheGo (#2213) * complete implementation of avalanche go convertsubnet * update relayer * update convertsubnettx * update avalanchego * update avalanche go * update avalanche go * dont prompt control key for sov * add tx cases for convert subnet tx (#2218) * Poa integration (#2212) * use latest contract * point to latest convert subnet avago PR * nit * use fixed anr * nit * add subnet conversion id calculation * created unsigned warp message * fixed local network deploy * added signing * now this is working * using latest avago master + awm relayer * working pretty well * ready * lint * address PR comments * nit --------- Signed-off-by: sukantoraymond <rsukanto@umich.edu> Co-authored-by: sukantoraymond <rsukanto@umich.edu> * fix lint * reverse sidecar sov logic * fix merge * add poa setup to blockchain deploy (#2219) * add setup poa to blockchain deploy * add command * add proposervm update * proposervm flag for nodes * nit * nit * fixed dynamic fees params calculation * only adding tracked apis to apis in sidecar * improve prompts * fixing various stuff * add upgrade file * use anr etna enabled * keep upgrade on sync * workin * almost working * working1 * Update cmd/keycmd/transfer.go Co-authored-by: Meaghan FitzGerald <meag.fitz@avalabs.org> Signed-off-by: felipemadero <felipe.madero@gmail.com> * fix some lint * address PR comments * missing file * nit --------- Signed-off-by: felipemadero <felipe.madero@gmail.com> Signed-off-by: sukantoraymond <rsukanto@umich.edu> Co-authored-by: Meaghan FitzGerald <meag.fitz@avalabs.org> Co-authored-by: sukantoraymond <rsukanto@umich.edu> --------- Signed-off-by: sukantoraymond <rsukanto@umich.edu> Signed-off-by: felipemadero <felipe.madero@gmail.com> Co-authored-by: felipemadero <felipe.madero@gmail.com> Co-authored-by: Meaghan FitzGerald <meag.fitz@avalabs.org> * fix lint --------- Signed-off-by: sukantoraymond <rsukanto@umich.edu> Signed-off-by: felipemadero <felipe.madero@gmail.com> Co-authored-by: felipemadero <felipe.madero@gmail.com> Co-authored-by: Meaghan FitzGerald <meag.fitz@avalabs.org> --------- Signed-off-by: sukantoraymond <rsukanto@umich.edu> Signed-off-by: felipemadero <felipe.madero@gmail.com> Co-authored-by: Felipe Madero <felipe.madero@gmail.com> Co-authored-by: Meaghan FitzGerald <meag.fitz@avalabs.org>
- Loading branch information