protocol
protocol copied to clipboard
UMA Protocol Running on Ethereum
**Motivation** When developing bots it is important to have local test environment that is as close as possible to production. This allows also testing exact cloud configuration locally. **Summary** Adds...
**Motivation** remove repetitive words **Summary** Briefly summarize what changes were made to accomplish the motivation above. **Details** This may be unnecessary for some PRs. Catch-all for detailed explanations about the...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...
**Motivation** This has an upstream dependency on `[email protected]` which has a vulnerability and is likely to cause any downstream clients issues if they run any package dependency checks on this...
Changes proposed in this PR: - Adds `fillEventsLookbackSeconds` to `MonitoringParams` and uses it to derive `fromBlock` for `OrderFilled` queries, limiting how old orders are checked relative to notification time.
**Description:** This pull request addresses several typographical errors in comments across different files in the codebase. The changes include: 1. **Arbitrum_ChildMessenger.js:** - Corrected "neccesary" to "necessary" in a comment. 2....
**Motivation** The Oracle bridge contract upgrade from #4816 should be rolled out also to admin controlled networks. **Summary** Updates contract deployment address and scripts for generating and verifying multisig payload...
**Motivation** An end user may want to instantiate an UMA logger with a slack transport but only send slack messages for specific notification paths. This is not currently possible since...
**Why** UMA protocol currently lacks native support for the Forge Foundry framework, forcing projects to rely on soldeer for package management. This change is motivated by the need to simplify...