nil
Highlights
Block or Report
Block or report q9f
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
secp256k1.cr Public
a native library implementing secp256k1 purely for the crystal language.
-
ethereum-on-rails Public template
ethereum on rails (template): connect metamask to ruby on rails.
1,039 contributions in the last year
Contribution activity
May 2022
Created 49 commits in 7 repositories
Created a pull request in q9f/eth.rb that received 12 comments
eth/contract: allow creating from file, abi, bin
instead of Contract.create
:
Contract.from_file(file: file)
Contract.from_bin(name: name, abi: abi, bin: bin)
Contract.from_abi(name: name, abi: abi…
+593
−116
•
12
comments
Opened 17 other pull requests in 7 repositories
q9f/eth.rb
10
merged
- eth/abi: add a testcase for handling hex and bin strings
- eth/abi: fix handling of hex values for byte strings
- ci: add weekly dependency checks
- docs: update changelog for 0.5.4
- gem: bump version to 0.5.5
- eth/client: fix account requirement for client.call()
- lib: method for eip-1271
- ci: bump ruby version to 3.1 on ci
- gem: bump version to 0.5.4
- docs: update changelog
ethereum/ethereum-org-website
2
merged
ethhub-io/ethhub
1
open
hyperledger/besu
1
open
ethereum/go-ethereum
1
merged
q9f/omniauth-ethereum.rb
1
merged
q9f/ethereum-org-website
1
closed
Reviewed 9 pull requests in 3 repositories
q9f/eth.rb
7 pull requests
- Fix Eth::Abi::DecodingError in call method
- Add missing def_delegator for constructor_inputs
- Add dependency support for openssl 2.2 and greater, including 3.x (#87)
- eth/client: fix account requirement for client.call()
-
eth/types: add
Num
superclass andHex
,Dec
,Bin
descendants - Fix typos
- Smart Contract Support
ethereum/pm
1 pull request
eth-clients/merge-testnets
1 pull request
Created an issue in ChainSafe/lodestar that received 7 comments
error: uncaughtException: Error parsing address: Invalid address Uint8Array: 29034163ec9102238c
I don't have discord.
Describe the bug
Running lodestar beacon --network prater
causes uncaught exceptions parsing peer addresses.
Expected behavior
…
7
comments