The Wayback Machine - https://web.archive.org/web/20220405092352/https://github.com/topics/truffle
Skip to content
#

truffle

Here are 1,840 public repositories matching this topic...

truffleruby
djberg96
djberg96 commented Mar 5, 2022

Ruby 3.0.2 allows a string for Process.euid=, and will (I assume) do a user lookup in that case:

# OS X
Process.euid = "test" # => can't find user for test (ArgumentError)
Process.euid = "dberger" # => "dberger"

But using Truffleruby 22.0.0.2:

Process.euid = "test" # => undefined method `to_int' for "test":String
Process.euid = "dberger" # => undefined method `to
0xDeCA10B
akshaydevh
akshaydevh commented Feb 9, 2022

Bug Description

A bug in the verfy.js prevents verifying Proxy smartcontrat. When I tried verifying a proxy smartcontract, It started verifying the implementation contract and failed with the message: "Invalid constructor arguments provided. Please verify that they are in ABI-encoded format". After debugging the process, I found that retrieved constructor argument parameters are different f

bug good first issue needs-implementation needs-investigation
abertschi
abertschi commented Aug 18, 2020

When bailing out with an error, print where in source error occurred. We already set source section in ast visitor but do not print it in error cases.

Decide if early or lazy loading is better for graalphp.

  • pro for eager: we may implement phpdoc semantics into parsing (types)
  • however, new versions of php support type hints and dont have to rely on comments
  • i think for now we lazy loa
documentation enhancement good first issue graaphp-language
eth-vue

Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
  • Updated Feb 25, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the truffle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the truffle topic, visit your repo's landing page and select "manage topics."

Learn more