Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

paritytech/revive

smiasojed created a comment on an issue on paritytech/revive
The issue is that Remix expects `contract.object.metadata` as a string, but it received a JSON object that contains `solc_metadata` as a string. The format of `solc_metadata` is correct, and I prov...

View on GitHub

xermicus created a comment on an issue on paritytech/revive
I'll keep this open for now. I assume we should deliver what remix expects, since other tool probably will expect the same? I feel like this might be consistently wrong, not only `solc_metadata` (p...

View on GitHub

xermicus reopened an issue on paritytech/revive
Incorrect JSON format of `solc_metadata`
`solc_metdata` is a part of `contract.object.metadata`. The format of `solc_metadata` is a string instead of JSON object causing Remix to fail. ``` {"solc_metadata":"{\"compiler\":{\"version\":...
sug0 starred paritytech/revive
pcaversaccio starred paritytech/revive
clearloop starred paritytech/revive
smiasojed created a comment on an issue on paritytech/revive
Fixed on on remix side

View on GitHub

smiasojed closed an issue on paritytech/revive
Incorrect JSON format of `solc_metadata`
`solc_metdata` is a part of `contract.object.metadata`. The format of `solc_metadata` is a string instead of JSON object causing Remix to fail. ``` {"solc_metadata":"{\"compiler\":{\"version\":...
mratsim starred paritytech/revive
Evalir starred paritytech/revive
decanus starred paritytech/revive
xermicus pushed 1 commit to main paritytech/revive
  • Implement extcodehash (#77) ee83d28

View on GitHub

xermicus closed a pull request on paritytech/revive
Implement extcodehash
- Add manual tests for `extcodehash` because we can't hardcode the hash - Update specs instantiate result to include code hash TODO: - [x] Update pallet-revive to return hardcoded hash for EOA
xermicus created a review comment on a pull request on paritytech/revive
thanks

View on GitHub

xermicus created a review on a pull request on paritytech/revive

View on GitHub

ermalkaleci created a review comment on a pull request on paritytech/revive
Sure

View on GitHub

ermalkaleci created a review on a pull request on paritytech/revive

View on GitHub

xermicus created a review on a pull request on paritytech/revive

View on GitHub

ermalkaleci created a review comment on a pull request on paritytech/revive
just a visual separation of test cases

View on GitHub

ermalkaleci created a review on a pull request on paritytech/revive

View on GitHub

xermicus created a review comment on a pull request on paritytech/revive
What is the additional scope for?

View on GitHub

xermicus created a review on a pull request on paritytech/revive
thanks

View on GitHub

xermicus created a review on a pull request on paritytech/revive
thanks

View on GitHub

xermicus created a comment on an issue on paritytech/revive
This is how zksolc [builds LLVM](https://github.com/matter-labs/era-compiler-llvm-builder). This should be close to what we need to do. We can also have a different repository with dedicated workfl...

View on GitHub

xermicus created a comment on an issue on paritytech/revive
No, sorry I didn't realize it. They [backported](https://gitlab.com/taricorp/llvm-sys.rs/-/commits/llvm-18.0?ref_type=heads) the fix to llvm-sys `181.2.0` which is published. So probably only a mat...

View on GitHub

athei created a comment on an issue on paritytech/revive
What we should release are the following artifacts: ### For Production - docker container with musl statically linked `resolc` and a fixed `solc` version in it - We might later ship multi...

View on GitHub

athei created a comment on an issue on paritytech/revive
So there is an issue with llvm-system which is fixed on master but no release, yet?

View on GitHub

smiasojed opened an issue on paritytech/revive
Incorrect JSON format of `solc_metadata`
`solc_metdata` is a part of `contract.object.metadata`. The format of solc_metadata is a string instead of JSON object causing Remix to fail. ``` {"solc_metadata":"{\"compiler\":{\"version\":\"...
athei created a comment on an issue on paritytech/revive
Both of them should be advertised as being available in order to maximize compatibility. `evm.bytecode` should be returned but empty (we only have init code). `evm.assembly` should contain the P...

View on GitHub

xermicus created a review comment on a pull request on paritytech/revive
Ok, can you please rebase so we get a clean diff?

View on GitHub

Load more