protocol icon indicating copy to clipboard operation
protocol copied to clipboard

UMA Protocol Running on Ethereum

Results 28 protocol issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.6.1. Release notes Sourced from axios's releases. Release v1.6.1 Release notes: Bug Fixes formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab) platform:...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [web3-utils](https://github.com/ChainSafe/web3.js) from 1.9.0 to 4.2.1. Release notes Sourced from web3-utils's releases. [email protected] Initial alpha release Install with yarn add [email protected] Changelog Sourced from web3-utils's changelog. [4.2.1] Fixed web3-eth-abi Bug...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies

This is intended to permit log messages emitted by an individual bot to be distinguished from other concurrent instances of the same bot. nb. currently untested; just throwing this up...

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.6 to 5.0.2. Release notes Sourced from @​openzeppelin/contracts's releases. v5.0.2 Base64: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4926)...

dependencies

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies

**Motivation** Importing ethers event types from contracts-node doesn't work. **Summary** You can now import ethers event types by doing the following: ``` import { MyContractEthersTypes } from "@uma/contracts-node"; const myVar:...

Bedrock changes this https://community.optimism.io/docs/developers/bedrock/how-is-bedrock-different/#block-production

**Motivation** Explain the motivation for making this change. What existing problem does the pull request solve? It may be sufficient to just link to an issue, but please explain if...