Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remaining solidity native errors #115

Merged
merged 41 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
fe8f97d
WIP code to inspecrt receipt
keirongulrajani Jun 29, 2022
795353c
Solidity errors for:
keirongulrajani Jun 30, 2022
78fdb9f
Btoken solidity errors
keirongulrajani Jul 1, 2022
2158a9b
CircuitBreaker solidity errors
keirongulrajani Jul 1, 2022
ed40bd9
More error codes
keirongulrajani Jul 11, 2022
5e0d15c
WIP ethdkg errors
keirongulrajani Jul 11, 2022
1dd572d
wip more ethdkg errors
keirongulrajani Jul 13, 2022
575e8d3
Installed hardhat chai matchers
keirongulrajani Jul 25, 2022
fe5352e
Ethdkg native solidity errors
keirongulrajani Jul 25, 2022
7cab4ab
Moved Ethdkg errors to error folder
keirongulrajani Jul 27, 2022
e7bd2b5
Ethdkg custom error tests
keirongulrajani Jul 27, 2022
a90bd47
Governance erros
keirongulrajani Jul 28, 2022
f568b4f
auto generating errors in immuteable auth
keirongulrajani Jul 28, 2022
74db108
Solidity native errors for remaining contracts
keirongulrajani Jul 29, 2022
86a1dc4
Fixed tests for new solidity native errors
keirongulrajani Jul 29, 2022
5396100
Updated bindings
keirongulrajani Jul 29, 2022
6eeed74
Updated package lock
keirongulrajani Jul 29, 2022
a0c494f
Fix rebase errors
keirongulrajani Jul 29, 2022
4038d6e
Merkle proof library errors
keirongulrajani Jul 29, 2022
c9247cd
fix lint errors
keirongulrajani Jul 29, 2022
465fd65
removed commented out code
keirongulrajani Jul 29, 2022
896c8b5
Refactored if statement logic for readability
keirongulrajani Aug 1, 2022
e727d2d
update package lock + bindings
keirongulrajani Aug 2, 2022
870395e
Merge remote-tracking branch 'upstream/main' into solidity-native-errors
keirongulrajani Aug 3, 2022
be3c71e
removed curly brace error imports
keirongulrajani Aug 3, 2022
9dc0b9d
updated snapshot error to include public key hashes
keirongulrajani Aug 3, 2022
a024f7d
changed validator pool error from nft to staking
keirongulrajani Aug 3, 2022
7bd1972
updated validator pool errors
keirongulrajani Aug 3, 2022
2eb341c
updated validator pool and ethdgk errors
keirongulrajani Aug 3, 2022
e427e43
Merge remote-tracking branch 'upstream/main' into solidity-native-errors
keirongulrajani Aug 3, 2022
05a4e3d
updated package json
keirongulrajani Aug 3, 2022
dc98f4e
refactored if check in ethdkg for clarityupdated package json
keirongulrajani Aug 3, 2022
6a039f1
removed needless parentheses
keirongulrajani Aug 3, 2022
b370b66
updated ethdkg phase error with more information
keirongulrajani Aug 3, 2022
b459426
refactored if check in ethdkg phases for clarity
keirongulrajani Aug 3, 2022
f9457f6
added extra parameter in generated immutable auth errors
keirongulrajani Aug 4, 2022
82762ed
updated bindings
keirongulrajani Aug 4, 2022
af874e5
fixed unit test
keirongulrajani Aug 4, 2022
6c77b9c
Merge remote-tracking branch 'upstream/main' into keiron/errors
vtleonardo Aug 10, 2022
c800a53
Add new package-lock.json
vtleonardo Aug 10, 2022
1b6ca97
Add new bindings
vtleonardo Aug 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bridge/bindings/AToken.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bridge/bindings/ATokenBurner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bridge/bindings/ATokenMinter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading