Giter Site home page Giter Site logo

seanlion / graph-node-evmos-compatible Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 17.39 MB

Graph Node fork(Evmos compatible)

License: Apache License 2.0

Rust 52.80% TypeScript 1.10% Dockerfile 0.01% Shell 0.25% HTML 43.01% CSS 0.57% PLpgSQL 1.78% JavaScript 0.45% Solidity 0.04%

graph-node-evmos-compatible's Introduction

Hi there πŸ‘‹

My name is Seung Heo, Ex-Product Manager, Currently Software Engineer.

  1. I specialize in backend development and enjoy learning new concepts.
  2. My passion lies in mastering new environments, programming languages, and technologies.
  3. Currently, I'm focused on system design and writing highly efficient code.

If you are interested in me, Please contact me by email or just chat me. For more details, here is my LinkedIn profile.


3λ…„ λ™μ•ˆ ν”„λ‘œλ•νŠΈ λ§€λ‹ˆμ €λ₯Ό ν•˜λ‹€, ν˜„μž¬λŠ” μ†Œν”„νŠΈμ›¨μ–΄ μ—”μ§€λ‹ˆμ–΄λ‘œ μΌν•˜κ³  μžˆλŠ” ν—ˆμŠΉμ΄λΌκ³  ν•©λ‹ˆλ‹€.

  1. λ°±μ—”λ“œ κ°œλ°œμ„ μ’‹μ•„ν•˜κ³  μƒˆλ‘œμš΄ κ°œλ… 배우기λ₯Ό μ’‹μ•„ν•˜λŠ” κ°œλ°œμžμž…λ‹ˆλ‹€.
  2. μƒˆλ‘œμš΄ ν™˜κ²½, ν”„λ‘œκ·Έλž˜λ° μ–Έμ–΄, 기술 등을 배우고 읡히고 λ„μ „ν•˜λŠ” ν™˜κ²½μ„ μ’‹μ•„ν•©λ‹ˆλ‹€.
  3. μš”μ¦˜μ€ μ‹œμŠ€ν…œ 섀계와 λΉ„μš© 보닀 편읡이 큰 μ½”λ“œ μž‘μ„±λ²•μ— ν‘Ή λΉ μ ΈμžˆμŠ΅λ‹ˆλ‹€.

저와 이야기 ν•˜κ³ μ‹Άμ€ 뢄듀은 μ–Έμ œλ“ μ§€ μ»€ν”Όμ±—β˜•οΈ μ£Όμ„Έμš”!

graph-node-evmos-compatible's People

Contributors

adklempner avatar adzialocha avatar axiomatic-aardvark avatar davekaj avatar dependabot-preview[bot] avatar dependabot[bot] avatar dotansimha avatar evaporei avatar fordn avatar fubhy avatar georg-getz avatar html5cat avatar jannis avatar leoyvens avatar lutter avatar mangas avatar maoueh avatar nenadjaja avatar neysofu avatar pwilczynskiclearcode avatar rodventures avatar sduchesneau avatar that3percent avatar theodus avatar tilacog avatar timmclean avatar vrmiguel avatar yanivtal avatar zerim avatar zmanian avatar

Stargazers

 avatar

Watchers

 avatar

graph-node-evmos-compatible's Issues

RUSTSEC-2022-0075: Bug in pooling instance allocator

Bug in pooling instance allocator

Details
Package wasmtime
Version 0.27.0
URL GHSA-wh6w-3828-g9qf
Date 2022-11-10
Patched versions >=1.0.2, <2.0.0,>=2.0.2

bug in Wasmtime's implementation of its pooling instance allocator where when a linear memory is reused for another instance the initial heap snapshot of the prior instance can be visible, erroneously to the next instance.

Mitigations are described here.

See advisory page for additional details.

RUSTSEC-2022-0076: Bug in Wasmtime implementation of pooling instance allocator

Bug in Wasmtime implementation of pooling instance allocator

Details
Package wasmtime
Version 0.27.0
URL GHSA-44mr-8vmm-wjhg
Date 2022-11-10
Patched versions >=2.0.2

Bug in Wasmtime's implementation of its pooling instance allocator when the allocator is configured to give WebAssembly instances a maximum of zero pages of memory.

In this configuration, the virtual memory mapping for WebAssembly memories did not meet the compiler-required configuration requirements for safely executing WebAssembly modules. Wasmtime's default settings require virtual memory page faults to indicate that wasm reads/writes are out-of-bounds, but the pooling allocator's configuration would not create an appropriate virtual memory mapping for this meaning out of bounds reads/writes can successfully read/write memory unrelated to the wasm sandbox within range of the base address of the memory mapping created by the pooling allocator.

This bug is not applicable with the default settings of the wasmtime crate.

This bug can only be triggered by setting InstanceLimits::memory_pages to zero.

This is expected to be a very rare configuration since this means that wasm modules cannot allocate any pages of linear memory.

All wasm modules produced by all current toolchains are highly likely to use linear memory, so it's expected to be unlikely that this configuration is set to zero by any production embedding of Wasmtime.

See advisory page for additional details.

RUSTSEC-2021-0139: ansi_term is Unmaintained

ansi_term is Unmaintained

Details
Status unmaintained
Package ansi_term
Version 0.12.1
URL ogham/rust-ansi-term#72
Date 2021-08-18

The maintainer has adviced that this crate is deprecated and will not receive any maintenance.

The crate does not seem to have much dependencies and may or may not be ok to use as-is.

Last release seems to have been three years ago.

Possible Alternative(s)

The below list has not been vetted in any way and may or may not contain alternatives;

Dependency Specific Migration(s)

See advisory page for additional details.

RUSTSEC-2020-0071: Potential segfault in the time crate

Potential segfault in the time crate

Details
Package time
Version 0.1.44
URL time-rs/time#293
Date 2020-11-18
Patched versions >=0.2.23
Unaffected versions =0.2.0,=0.2.1,=0.2.2,=0.2.3,=0.2.4,=0.2.5,=0.2.6

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

The affected functions from time 0.2.7 through 0.2.22 are:

  • time::UtcOffset::local_offset_at
  • time::UtcOffset::try_local_offset_at
  • time::UtcOffset::current_local_offset
  • time::UtcOffset::try_current_local_offset
  • time::OffsetDateTime::now_local
  • time::OffsetDateTime::try_now_local

The affected functions in time 0.1 (all versions) are:

  • at
  • at_utc
  • now

Non-Unix targets (including Windows and wasm) are unaffected.

Patches

Pending a proper fix, the internal method that determines the local offset has been modified to always return None on the affected operating systems. This has the effect of returning an Err on the try_* methods and UTC on the non-try_* methods.

Users and library authors with time in their dependency tree should perform cargo update, which will pull in the updated, unaffected code.

Users of time 0.1 do not have a patch and should upgrade to an unaffected version: time 0.2.23 or greater or the 0.3 series.

Workarounds

No workarounds are known.

See advisory page for additional details.

RUSTSEC-2020-0036: failure is officially deprecated/unmaintained

failure is officially deprecated/unmaintained

Details
Status unmaintained
Package failure
Version 0.1.8
URL rust-lang-deprecated/failure#347
Date 2020-05-02

The failure crate is officially end-of-life: it has been marked as deprecated
by the former maintainer, who has announced that there will be no updates or
maintenance work on it going forward.

The following are some suggested actively developed alternatives to switch to:

See advisory page for additional details.

RUSTSEC-2020-0168: mach is unmaintained

mach is unmaintained

Details
Status unmaintained
Package mach
Version 0.3.2
URL fitzgen/mach#63
Date 2020-07-14

Last release was almost 4 years ago.

Maintainer(s) seem to be completely unreachable.

Possible Alternative(s)

These may or may not be suitable alternatives and have not been vetted in any way;

See advisory page for additional details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.