Conversation
…test Signed-off-by: Jonathan Oppenheimer <jonathan.oppenheimer@avalabs.org>
…nathanOppenheimer/convert-reward-manager-test Signed-off-by: Jonathan Oppenheimer <jonathan.oppenheimer@avalabs.org>
Signed-off-by: Jonathan Oppenheimer <jonathan.oppenheimer@avalabs.org>
Co-authored-by: Austin Larson <78000745+alarso16@users.noreply.github.com> Signed-off-by: Jonathan Oppenheimer <147infiniti@gmail.com>
Co-authored-by: Austin Larson <78000745+alarso16@users.noreply.github.com> Signed-off-by: Jonathan Oppenheimer <147infiniti@gmail.com>
Co-authored-by: Austin Larson <78000745+alarso16@users.noreply.github.com> Signed-off-by: Jonathan Oppenheimer <147infiniti@gmail.com>
Co-authored-by: Austin Larson <78000745+alarso16@users.noreply.github.com> Signed-off-by: Jonathan Oppenheimer <147infiniti@gmail.com>
…enheimer/delete-npm
Following up a few different threads here.
|
|
I have merged @michaelkaplan13's PR into this, and will leave the |
…r/use-new-abi Signed-off-by: Jonathan Oppenheimer <jonathan.oppenheimer@avalabs.org>
Signed-off-by: Jonathan Oppenheimer <jonathan.oppenheimer@avalabs.org>
|
Superseded by ava-labs/avalanchego#4740 |
Why this should be merged
Currently, the committed ABI files are 2 years old, and there is no clear path of how they were generated. This PR deletes those files, and commits the files generated by
compile.goinstead.You can verify that each folders
contract.abifiles matches the newly commited ABI file through the following:You can also compare them directly using json, e.g.
<(git show HEAD:precompile/allowlist/allowlist.abi | jq -S .) <(cat precompile/allowlist/IAllowList.abi | jq -S .) && echo "Files are identical!"There are two exceptions which are commented below:
How this was tested
CI
Need to be documented?
No
Need to update RELEASES.md?
No