Remove implemented future enhancements

This commit is contained in:
Nabarun 2024-07-16 17:51:42 +05:30
parent a890193128
commit a2b2c6928c
2 changed files with 3 additions and 5 deletions

View File

@ -7,4 +7,4 @@ Stacks to run a node for laconic testnet
## Testnet onboarding demo ## Testnet onboarding demo
Follow steps in [testnet-onboarding-demo.md](./testnet-onboardin-demo.md) to run demo for onboarding testnet participants in laconicd chain Follow steps in [testnet-onboarding-demo.md](./testnet-onboarding-demo.md) to run demo for onboarding testnet participants in laconicd chain

View File

@ -214,7 +214,7 @@
``` ```
5. Configure ports: 5. Configure ports:
- `fixturenet-eth-spec.yml` - `fixturenet-eth-spec.yml`
```yml ```yml
... ...
@ -1025,9 +1025,7 @@
## Future enhancements ## Future enhancements
- Use LNT (custom ERC-20 token) token in go-nitro bridge
- Implement flow for registered participants with balance to join as validators in stage 1 laconicd chain
- Implement faucet in stage 0 laconicd chain for participants to send onboarding tx - Implement faucet in stage 0 laconicd chain for participants to send onboarding tx
- Use latest optimism releases (e.g. v1.7.7) in fixturenet-optimism - Use latest optimism releases (e.g. v1.7.7) in fixturenet-optimism
- Create separate RPC server for bridge
- Implement external stack for go-nitro - Implement external stack for go-nitro
- LATER: Implement flow for registered participants with balance to join as validators in stage 1 laconicd chain