monorepo
monorepo copied to clipboard
Connext is a modular stack for trust-minimized, generalized communication between blockchains.
- Added immutable flag `IS_HUB` set on instantiation. - Renamed `sendMessage` / `receiveMessage` to `sendRoot` / `receiveRoot` to make interface less confusing (we already have `process` methods) - Renamed related...
## Description For AMB related changes see: https://www.notion.so/connext/Interim-AMB-Messaging-f4690a794a984ac78e2504af062c4fea ## Type of change - [x] Docs change / dependency upgrade - [x] Configuration / tooling changes - [x] Refactoring - [...
## Addition of Metrics based on the below issues, - https://github.com/connext/nxtp/issues/1684 - https://github.com/connext/nxtp/issues/1693 - https://github.com/connext/nxtp/issues/1697 Few important things: - Given that the pricing data($) is missing in the database, Kept...
**Problem** We need to recreate the TVL graph from Connextscan for Amarok: **Subtasks** - [ ] UI integration - [ ] SDK method to `getRouterTVL` #1685 - [ ] Cartographer...
## Description ## Type of change - [ ] Docs change / dependency upgrade - [ ] Configuration / tooling changes - [ ] Refactoring - [ ] Bug fix...
**Problem** In the Interim AMB Messaging flow, the Relayer agent is relied upon for  Two components to this problem: 1. Relayers need to be told what to do...
**Describe the bug** The `enrollCustom` function does not emit events so the subgraph state doesn't accurately reflect custom representations. This causes offchain agents to be unable to retrieve the correct...
**Problem** The lighthouse txs is being transferred to the relayer directly. **Ideas to solve this** We need to add a handler to receive lighthouse txs and send them directly to...
Implement unit tests for ConnextMessage. Subtask of [#822](https://github.com/connext/nxtp/issues/822)
Otherwise will be a memory leak.