django-ethereum-events icon indicating copy to clipboard operation
django-ethereum-events copied to clipboard

Ethereum Contract Event Log monitoring in Django

Results 11 django-ethereum-events issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [truffle](https://github.com/trufflesuite/truffle/tree/HEAD/packages/truffle) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog....

dependencies

- `gettext_lazy` should work directly in older versions of Django and avoids deprecation warnings in Django 3.2 - Also `default_app_config = 'django_ethereum_events.apps.EthereumEventsConfig'` is not needed anymore (deprecation warning with Django...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.0.3 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 ed83aec Explain trust server date...

dependencies

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

When using ETHEREUM_NODE_URI = 'https://data-seed-prebsc-1-s3.binance.org:8545/' ETHEREUM_GETH_POA = True I'm getting: web3.exceptions.TransactionNotFound: Transaction with hash: '0xa32cf2bb6ec953f2f1d912f23d7be1124fe786e0c0b1b03c6713174a9dba0404' not found. Which is the first block there. Mainnet works fine though.

This option enables using ``web3.eth.getLogs(...)`` function instead ``web3.eth.filter(...).get_all_entries()``.