KenCloud-Tech / prolly-tree-oracle

Prolly Tree Oracle for IPLD Datasets
Apache License 2.0
2 stars 1 forks source link

Dev #6

Closed EdisionJ closed 1 month ago

EdisionJ commented 2 months ago

now we can pay for service, the owner of oracle can set base gas fee and gas per byte when deploy

EdisionJ commented 2 months ago

https://github.com/KenCloud-Tech/prolly-tree-oracle/assets/101244524/75b84f56-a30c-43a8-80b0-db284b214b8b

https://github.com/KenCloud-Tech/prolly-tree-oracle/assets/101244524/00d52c63-d47f-45b4-b51b-bbae358e315b

EdisionJ commented 2 months ago

We can deploy multiple oracles in the network. The deployed oracles need to be registered in the oracle management contract registerOracle/register.sol to be visible to users. Users can choose to interact with one of the oracles. usage

EdisionJ commented 2 months ago

Implemented all suggestions, please review @RangerMauve

RangerMauve commented 2 months ago

yeah only thing left is the comments here else it's good to go!

EdisionJ commented 2 months ago

I see what you mean, I initially thought that importing via url would only cost a basic service fee, so should we add an extra cost per byte to the url importing method? @RangerMauve

EdisionJ commented 1 month ago

Could you please take a look at the code I've submitted when you have a moment?@RangerMauve