mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-11-22 21:54:08 +00:00
* Avoid gasPrice while serializing tx in getRawTransaction * Convert base fee to bigint when fetching block data * Fix methods to get block data in rpc-eth-client * Fix error checking in rpc-eth-client * Continue processig after missing null block in FEVM * Self review fix * Upgrade package versions --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .env.sample | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .mocharc.yml | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
peer
Package used for connecting between peers and send messages
Implementations
- Discover peers
- Connect between peers and send messages
- Use package in browser
- Use package in server
- Send messages between systems in different LANs using relay node
Note
- Avoid any nodejs specific exports from this package as it is intented to be used in browser applications as well
Known Issues
peer:disconnectevent is not fired when remote peer browser is closed