truffle
Here are 1,984 public repositories matching this topic...
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jul 9, 2022 - Ruby
I have some contracts using a library structure data storage, compiled using an older version of Solidity, but which throw an error asking me to make a report here.
In the libraryType.sol contract I have something like this:
library PersonLib {
struct Data {
bool isActive;
bytes hashOfData;
string handle;
}
function handle(Data stor-
Updated
Jul 4, 2022
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
Oct 7, 2020 - Go
.env
Hi, Patrick
Can you please only leave the .env.example file and delete the .env one?
Us newbies might end up leaving our mneumonic exposed, because .gitignore does not ignore files that are already there on github.
Thanks for all the top-notch teaching.
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Feb 8, 2018 - JavaScript
When a lot of data has been added, it might be annoying to find the data you want to refund/report. It would be good to have an easy way to search for the events.
Search params can be put into the customFilter function that is passed to handleAddedData.
Working with multiple block explorers, sometimes it would be great to just output the standard json, so it can be uploaded to verify manually.
My current work-around is to change the verify.js slightly, so it outputs the standard json (line 173)
...
const postQueries = {
apikey: options.apiKey,
module: 'contract',
action: 'verifysourcecode',
contractaddress: artifa
-
Updated
Jun 17, 2022 - JavaScript
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
May 14, 2021 - Shell
-
Updated
Nov 30, 2020 - Solidity
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
See TODOs in ClipboardExtendedPlugin.java.
-
Updated
Aug 22, 2021 - JavaScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Mar 27, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Python
-
Updated
Nov 20, 2021 - JavaScript
-
Updated
Apr 7, 2018 - TypeScript
Improve this page
Add a description, image, and links to the truffle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the truffle topic, visit your repo's landing page and select "manage topics."
Issue
Tests are not isolated from each other. I reproduced it using the metacoin box tutorial, adding a new test at the end that checks again the balance. As per the "clean-room" the first account should have all 10000 tokens. It's not.